How to download a 100 fastq files at once using SraToolkit fastq-dump?
0
0
Entering edit mode
7.0 years ago

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 • 2.2k views
ADD COMMENT
0
Entering edit mode

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.

ADD REPLY
1
Entering edit mode

Did you try using a for loop already?

ADD REPLY
0
Entering edit mode

no, post an example, pls

ADD REPLY
0
Entering edit mode

What did you try already?

ADD REPLY

Login before adding your answer.

Traffic: 1978 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6