edawson / rkmh

Classify sequencing reads using MinHash.
MIT License
48 stars 4 forks source link

minimum difference filter is broken in classify #6

Closed edawson closed 7 years ago

edawson commented 7 years ago

When using stream, the -D <N> flag tags any reads which are not kmers different from a second reference as failing. This feature does not work on classify at the moment, even though the flag is there. I think there's something broken in the sketch comparison function.

edawson commented 7 years ago

Fixed in latest release.