This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to download a 100 fastq files at once using SraToolkit fastq-dump?

How to download a 100 fastq files at once using SraToolkit fastq-dump? Is there any software with GUI or shell codes published somewhere?

fastq-dump sratoolkit

Did you try using a for loop already?

What did you try already?

No, that is not recommended for this type of job! As fastq-dump is mainly a downloader, the limiting factor is mostly network bandwidth and IO. Unless you have a much larger bandwidth on your side than NCBI's load balancer is willing to assign to your ip for each connection, it is most likely to be slower with so many connections. It depends on how their load balancing is implemented but you might even be throttled or blacklisted. I would try max. 4-6 parallel downloads and monitor the network traffic.

0 answers

No answers yet.

Log in to answer this question.