Cryosparcm downloadtest failure

Dear All,

When I tried to download the tutorial data sets with “cryosparcm downloadtest”, it always gave the following error:

“curl: (18) transfer closed with 8077064192 bytes remaining to read”, with the number of bytes left could be changed time from time. In addition, the speed of the test data sets downloading was also very slow, and it seems it would need 1 week to complete the whole downloading if the downloading could be successful.

I am looking forward to getting your advice on how to complete the implementation of “cryosparcm downloadtest”.

Flemming

Hi @Flemming,

Hmm, that’s odd. You can try to download the test data without using the cryoSPARC command line - in the directory in which you would like to store the data, run:

curl https://s3.wasabisys.com/cryosparc-test-data-dist/empiar_10025_subset.tar > empiar_10025_subset.tar

or

wget https://s3.wasabisys.com/cryosparc-test-data-dist/empiar_10025_subset.tar

- Suhail