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

Use mash distance for exact k-mer set/countdict comparisons #46

Closed dnbaker closed 2 years ago

dnbaker commented 2 years ago

Fixed this ticket. Now --mash-distance or --poisson-distance in combination with --set or --countdict will emit distances according to the Poisson model.

Previously, this correction was only applied for sketch-based comparisons.