GEO SRA files
2
2
Entering edit mode
8.9 years ago
zizigolu ★ 4.3k

Hey guys,

I am going to aligning reads from GSE35641 (http://www.ncbi.nlm.nih.gov/Traces/sra/?view=search_seq_name&exp=SRX119208&run=&m=search&s=seq), on ecoli reference genome (NC_000913). There are 6 sra files in GEO which the least size is more than 2G. Do you know any way to download the files faster? I need many hours to download a file of them in fasta format

Thank you biostars

SRA RNA-Seq • 2.3k views
ADD COMMENT
2
Entering edit mode
8.9 years ago

Look at using aspera from the command line or, if you are using R, as described in sections 3.5 and 3.6 of the SRAdb vignette.

ADD COMMENT
0
Entering edit mode

Thank you

ADD REPLY
2
Entering edit mode
8.9 years ago
arnstrm ★ 1.8k

Yep, install Aspera and run it as follows:

ascp -i $KEY/asperaweb_id_dsa.openssh -k 1 -QT -l 200m \
  anonftp@ftp-trace.ncbi.nlm.nih.gov:/sra/sra-instant/reads/ByRun/sra/SRR/SRR390/SRR390728/SRR390728.sra \ # url for the file
  ./ # save location

$KEY should point to the directory containing asperaweb_id_dsa.openssh (it will be in the installation directory). See instructions here.

ADD COMMENT
0
Entering edit mode

Sorry, is the command the same for Windows? I am not familiar with unix/linux.

ADD REPLY
0
Entering edit mode

Thank you,

I did all the steps but said that remote host not specified.

On the other hand if at last I could download, I need fastq or fasta, then can I download in these format or just sra?

ADD REPLY

Login before adding your answer.

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