-
Notifications
You must be signed in to change notification settings - Fork 1
Description
As corrected reads are output from the bayesian hammer error correction from spades -> I would reuse those instead of using the original trimmed reads.
This error correction appears sensible as it uses clustering of K-mers - so IF kmer is very rare its is assumed that it is an error unless the phred quality is really good. it appears to be conservative and a good method for data with good coverage. Errors are corrected only when phred is not good and only few representant in cluster. So, quiet conservative.
we are likely to reintroduce error if we used trimmed reads.
Aslo it appears to be more consistent to reuse those reads, as we actually generated the assembly with those corrected reads. (But true enought that: unless the filtering quality is set very low in trimmomatic, it should not make a huge difference afterwards). will make some tests...