Convert Illumina 1.5 to Illumina 1.3
1
1
Entering edit mode
7.4 years ago

I have fastq file in Illumina 1.5 encoding, i want to convert it into Illumina 1.3 encoding.

ngs fastq Illumina encoding • 1.6k views
ADD COMMENT
2
Entering edit mode
7.4 years ago

If you want to convert the quality scores from ASCII-33 to ASCII-64, you can do so with the BBMap package like this:

reformat.sh in=x.fastq out=y.fastq qin=33 qout=64

ADD COMMENT

Login before adding your answer.

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