downloading many sra files for single cell analysis
1
0
Entering edit mode
7.5 years ago

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!

SRA • 2.8k views
ADD COMMENT
1
Entering edit mode

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.

ADD REPLY
0
Entering edit mode
7.5 years ago
Satyajeet Khare ★ 1.6k

You can use ftp

wget -P ../fastq $url

And generate url based on SRR id using a for-loop. Where URL can be from GEO, EBI or DDBJ.

ADD COMMENT

Login before adding your answer.

Traffic: 1980 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