This is a test version of Biostars. For the public version, visit https://www.biostars.org.
convert SRA file into forward and reverse fastq files

I have downloaded .sra data from the SRA (Study SRP022224, Run SRR848976) with SRA Toolkit. I tried to convert it into the fastq files with fastq-dump, but I am not getting two files (one forward, one reverse). I'm just getting one fastq-file. What is my fault?

next-gen sequencing

Get the fastq files directly from EBI-ENA.

2 answers

A: Downloading data from Short Read Archive

fastq-dump --split-3 SRR...

This does NOT redownload everything.

Log in to answer this question.