Hi all.
I am using Qiime2 to demultiplex a paired-end sequences with a barcode. Unfortunately, my barcodes.fastq file has really weird quality score for its 4th line (only with '@'). Qiime2 cannot demultiplex with such faulty scores.
Is there a way I could change the quality score? Otherwise, how could I demultiplex my sequences whilst disregarding the quality scores?
Cheers!
Zach
If you want to change the quality scores you could use
reformat.sh
from BBMap suite like so:reformat.sh in=your.fq out=changed.fq qfake=29
.