This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to download the final reads of SRA data from NCBI using fastq-dumb

Say I have an SRA data file that contains many reads I want to use fastq-dumb to download the final for example 5 reads from this file

fastq fasta sra

The command that works for most cases is:

fastq-dump --split-files [SRR ID]

I do not want to split I want to download for example the final 5 reads to check the quality of this data using fastqc

Five reads are not enough for a QC. Download everything and run through fastqc. The split option is important for paired-end data..

0 answers

No answers yet.

Log in to answer this question.