I have been trying to install cryoSPARC v2 into our Linux workstation (run by Centos7). I was simply following the script provided. It looks like the file “cryosparc2_master.tar.gz” was downloaded. However, when I tried to run the script “tar -xf cryosparc2_master.tar.gz”, I was getting the following error message:
“This does not look like a tar archive
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now”
I would appreciate if someone let me know how to solve this problem - so I can install version 2
Using the curl function without setting the $LICENSE_ID variable properly will cause it to download an invalid tar file. Please ensure this variable is set correctly.
It looks like I was able to fix LICENSE_ID problem: run echo and the id shows up. Then, I can’t download cryosparc2_master.tar.gz by running “curl -L https://get.cryosparc.com/download/master-latest/$xxxxxx > cryosparc2_master.tar.gz” The error message said “it can’t resolve the host, get.cryosparc.com”
Is this host problem or am I doing something wrong?