onecodex / finch-rs

A genomic minhashing implementation in Rust
https://www.onecodex.com
MIT License
92 stars 8 forks source link

Fix bug with reverse complement not being normalized. #65

Open donovan-h-parks opened 1 year ago

donovan-h-parks commented 1 year ago

Fixes bug with reverse complement of sequence not being normalized during identification of canonical kmers. This impacts both fixed and scaled sketches, and results in incorrect containment and Jaccard values.