You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran Falco 0.2.4 and FastQC on old Illumina data, and noticed that the recognition of Phred score encoding differs between programs as follow: Falco recognized as Illumina 1.9, and Per base sequence quality and Per seqence quality score look incorrect. FastQC recognized as Illumina 1.5, and everything looks fine.
Attached, small example of old fastq and output from each program.
Thank you for providing the data to reproduce the issue! We have some issues open regarding quality distributions on both nanopore and legacy phred32 from Illumina. Currently the program assumes everything is Illumina, and we will address this problem in the upcoming release. I sincerely apologize for the inconvenience!
with your data I was able to push a fix for the problem at baad210 . I haven't tested it thoroughly, but for your dataset at least it now gives the same plots for per base sequence quality, basic statistics and per sequence quality scores. Thank you once again for communicating the issue!
glad to hear it! I'll close this for now just to keep track of current issues that need addressing but feel free to reopen if you run into any problems with the current push.
I ran
Falco 0.2.4
andFastQC
on old Illumina data, and noticed that the recognition of Phred score encoding differs between programs as follow:Falco
recognized as Illumina 1.9, andPer base sequence quality
andPer seqence quality score
look incorrect.FastQC
recognized as Illumina 1.5, and everything looks fine.Attached, small example of old fastq and output from each program.
Here are the commands I ran:
I hope these help reproduce the problem.
Thanks in advance.
The text was updated successfully, but these errors were encountered: