Do you know if this pipeline allows for multiple accessions all at once? Or does the download happen serially?
• 0 views
•
link
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?
What is the best way to do this?
use nf-core fetchngs: https://nf-co.re/fetchngs/1.12.0
Log in to answer this question.
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.