According to FastQC, I have data with Sanger / Illumina 1.9 quality encoding. But, I get an error with TopHat using --solexa1.3-quals. The log file says
Saw ASCII character 63 but expected 64-based Phred qual.
Try not specifying --solexa1.3-quals/--phred64-quals
But the TopHat manual instructs to "Use this option for FASTQ files from pipeline 1.3 or later."
Saw ASCII character 63 but expected 64-based Phred qual.
Try not specifying --solexa1.3-quals/--phred64-quals
But the TopHat manual instructs to "Use this option for FASTQ files from pipeline 1.3 or later."
Comment