Convert Illumina 1.5 to Illumina 1.3
I have fastq file in Illumina 1.5 encoding, i want to convert it into Illumina 1.3 encoding.
• 2,012 views
•
link
1 answer
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
• 0 views
•
link
Log in to answer this question.