dnbaker / dashing2

Dashing 2 is a fast toolkit for k-mer and minimizer encoding, sketching, comparison, and indexing.
MIT License
62 stars 7 forks source link

Fix bug in cmp --presketched mode #62

Closed dnbaker closed 2 years ago

dnbaker commented 2 years ago

numqueries wasn't being set, and so the comparison loop wasn't being run. This is now fixed.

This allows one to compare sketches without the sequence files from which they were sketched.