How to download the final reads of SRA data from NCBI using fastq-dumb
0
0
Entering edit mode
2.9 years ago
FadyNabil ▴ 20

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 • 949 views
ADD COMMENT
0
Entering edit mode

The command that works for most cases is:

fastq-dump --split-files [SRR ID]
ADD REPLY
0
Entering edit mode

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

ADD REPLY
0
Entering edit mode

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

ADD REPLY
0
Entering edit mode

the fastq-dumb makes my day, you can check the help for the tool https://ncbi.github.io/sra-tools/fastq-dump.html

ADD REPLY

Login before adding your answer.

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