which tool is used for separating forward and reverse from paired end fastq
0
0
Entering edit mode
6.8 years ago

Hi I have a paired end fastq file downloaded from NCBI, I need to separate these file as a forward and reverse fastq files(like.,R1.fq ,R2.fq). Kindly suggest me some tools for the same.

Assembly • 3.3k views
ADD COMMENT
4
4
Entering edit mode

use SRA Toolkit https://www.ncbi.nlm.nih.gov/books/NBK158900/ and use fastq-dump, for example fastq-dump -I --split-files SRR390728 to split paired end reads.

ADD REPLY
0
Entering edit mode

But this would not work on local files that haven't been downloaded from SRA, correct?

ADD REPLY

Login before adding your answer.

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