Hello,
I have paired end RNA-seq fastq files that has the quality score of the earlier version of Illumina, such as Illumina 1.5. I need to convert their quality scores to the one of Illumina 1.8.
I was wondering if there is any script available for this purpose before I start on it myself.
Thanks,
I found this solution:
This can be done with standard tools, e.g. EMBOSS (the program 'seqret'), BioPython, or BioPerl. Check the "similar posts" to the right, or search "illumina to sanger" and you will find many solutions. Personally, I would just use a standard tool since they all agree.