Entering edit mode
8.0 years ago
Abdul Rafay Khan
★
1.2k
I have fastq file in Illumina 1.5 encoding, i want to convert it into Illumina 1.3 encoding.
I have fastq file in Illumina 1.5 encoding, i want to convert it into Illumina 1.3 encoding.
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
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.