Entering edit mode
7 months ago
biotrekker
▴
110
I want to use prefetch from the SRAtoolkit (I downloaded using conda) for multiple accessions all at once. What is the best way to do this?
No special trick. You could start multiple jobs with
gnu parallel
or a job scheduler via afor
loop if you are on compute cluster. You will be limited to the network bandwidth available on the node/computer where you run it.