mourisl / Lighter

Fast and memory-efficient sequencing error corrector
GNU General Public License v3.0
92 stars 17 forks source link

Update quality scores when doing error correction #15

Closed chuckcoder closed 9 years ago

chuckcoder commented 9 years ago

Would it be possible to update the quality scores of corrected bases? Not sure if there is a clever way to do it based on confidence of the trusted kmer but even setting them to a constant user specified value would be nice so that downstream applications don't ignore those bases.

mourisl commented 9 years ago

I just added a new option "-newQual" that set a new constant quality score for the bases that are corrected.

chuckcoder commented 9 years ago

Thanks! Just tried it and looks good. Really appreciate the amazingly fast turn around time!