Entering edit mode
8.1 years ago
bioinfgeekgirl
•
0
I'm trying to download ~ 1000 sra files for single cell data. I tried getting the SRA run info to then download all the SRA files from there, but it's taking a really long time. What is the fastest way to download so many files at once from the same BioProject? I don't typically work with single cell data, so please excuse my ignorance if the answer is obvious!
I usually use aspera which typically is faster than ftp. Make use of gnu parallel to convert sra to fastq, or even during downloading if you really have good net speed.
P.S. There is bechmark here for reference.