This is a test version of Biostars. For the public version, visit https://www.biostars.org.
how to get SRA data

Dear all

how can i get this data from ncbi ? https://www.ncbi.nlm.nih.gov/sra/SRX1835119[accn] thank you

genome

Use SRAToolkit based on instructions here. Otherwise you can search EBI-ENA and download fastq's from there directly.

3 answers

A simple script to use lftp to download SRA data. Then use fastq-dump to decompress data

SRAToolkit download and decompress data at same time. If you have many sra data to download. You can use the script to download and decompress youself in parallel.

You can use sra toolkit for it:

https://www.ncbi.nlm.nih.gov/books/NBK158899/

Or use SRAdb in R bioconductor. How To Download All Sra Samples At Once ?

Log in to answer this question.