How to convert ONT longread or illumina fastq to fasta file
2
0
Entering edit mode
2.8 years ago
K ▴ 10

Hi,

Is there a way to convert ONT longread/illumina fastq to fasta file

Thank you

denovo assembly genome • 956 views
ADD COMMENT
1
Entering edit mode
2.8 years ago
GenoMax 141k

Using reformat.sh from BBMap suite

reformat.sh -Xmx4g in=your.fastq out=your.fa qin=33

If you have paired-end Illumina data then use

reformat.sh -Xmx4g in1=R1.fq.gz in2=R2.fq.gz out1=R1.fa out2=R2.fa 
ADD COMMENT
1
Entering edit mode
2.8 years ago
Mensur Dlakic ★ 27k

IDBA assembler has a utility called fq2fa that does what you want.

ADD COMMENT

Login before adding your answer.

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