This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Downloading data from Short Read Archive

Dear all,

Does anyone know how I can download data from this page on Short Reach Archive?

https://www.ncbi.nlm.nih.gov/Traces/study/?acc=SRX1728385

Thanks.

C.

sra short read archive

2 answers

Simply use SRA tools: https://trace.ncbi.nlm.nih.gov/Traces/sra/?run=SRR3452286

1) Download and install SRAtoolkit

2) Use fastq-dump to download SRA files as fastq files, (in your case SRR or run id is SRR3452286 )

fastq-dump --split-3 SRR3452286

Here is the answer in previously discussed post.

Log in to answer this question.