Entering edit mode
19 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 parallelor a job scheduler via aforloop if you are on compute cluster. You will be limited to the network bandwidth available on the node/computer where you run it.