You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running the following command on a linux OS (Ubuntu 24.04.1 LTS) in order to download files from the SRA repository with ncbi-entrez-direct (19.2.20230331+dfsg-3ubuntu0.24.04.2).
The output show either a successful download, or a "Failed to call external services." message.
It seems it is stochastic: the files successfully downloaded change each time the script is run.
Furthermore, the script can fail as well if run alone (without the use of the SRR.numbers list and of the parallel command).
I have tried to run the script with a delay, thinking the NCBI website could have a time restriction between two calls. It seems it is not the case as the following command is not working.
Thank you very much for the quick fix!
I have tried it previously, but the code might has been incorrect as it did not work.
Here is how it worked for me:
I am running the following command on a linux OS (Ubuntu 24.04.1 LTS) in order to download files from the SRA repository with ncbi-entrez-direct (19.2.20230331+dfsg-3ubuntu0.24.04.2).
The output show either a successful download, or a "Failed to call external services." message.
It seems it is stochastic: the files successfully downloaded change each time the script is run.
Furthermore, the script can fail as well if run alone (without the use of the SRR.numbers list and of the parallel command).
I have tried to run the script with a delay, thinking the NCBI website could have a time restriction between two calls. It seems it is not the case as the following command is not working.
cat SRR.numbers | parallel --delay 3 "fastq-dump --split-files --origfmt --gzip {}"
Would have experienced with random issue before?
The text was updated successfully, but these errors were encountered: