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
As of now, vsearch can handle fastq quality values up to 41 by default and up to 93 with the proper option (--fastq_qmax 93). That's the end of the ASCII table when using an offset of 33 (93 + 33 = 126 = ~, the last printable ASCII symbol).
We could:
change nothing (fatal error when Q > 41),
accept Q values between 41 and 93 with a warning,
set 93 as the new default upper limit for Q values
This is the new Illumina competitor from Element Biosciences @Elembio
People are using it amplicons: qiime2 forums xref, benjjneb/dada2#1893, company website
The q-scores are higher than Illumina's but idk what that means yet
I looked for public test data and couldn't find any
The text was updated successfully, but these errors were encountered: