Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
summary.qual cannot handle "new" illumina data with max qual 41 #345
Comments
|
Thanks for bringing this to our attention. We will add the fix to our next release. |
mothur-westcott
added Bugs Enhancement
labels
Jun 23, 2017
mothur-westcott
added this to the
Version 1.40.0
milestone
Jun 23, 2017
mothur-westcott
added a commit
that referenced
this issue
Jul 21, 2017
|
|
mothur-westcott |
10cdcbc
|
mothur-westcott
closed this
Jul 21, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rrohwer commentedJun 16, 2017
The
summary.qualcommand returns this error:For a qual file looking like this:
Generated from a fastq file looking like this:
According to wikipedia (all I could find: https://en.wikipedia.org/wiki/FASTQ_format#Encoding) Illumina 1.8 and higher allows for quality values up to 41, while the older illumina and Sanger only had a max value of 40. So I think this means that this mothur command needs to be updated?
Thanks for your help!
Robin