BinPro / CONCOCT

Clustering cONtigs with COverage and ComposiTion
Other
119 stars 48 forks source link

fix issue 171, to make script work with ambiguous bases by ignoring them #285

Closed openpaul closed 5 months ago

openpaul commented 4 years ago

I suggest this fix to close issue https://github.com/BinPro/CONCOCT/issues/171 Instead of checking only for "N"s, this solution will skip any kmer that is not in the dictionary key. Thus making the script work with any ambiguous base.