OndrejSladky / kmercamel

KmerCamel🐫 provides implementations of several algorithms for efficiently representing a set of k-mers as a masked superstring.
MIT License
12 stars 2 forks source link

Runs bug #70

Closed PavelVesely closed 8 months ago

PavelVesely commented 8 months ago

There seems to be a bug in handling reverse complements in optimizing the number of runs (I noticed that maximizing the number of 1s sometimes lead to fewer runs than optimizing the runs). Please check the suggested fix.