oxli-bio / oxli

k-mers and the like
BSD 3-Clause "New" or "Revised" License
14 stars 0 forks source link

MRG: fix `count` bug #11

Closed ctb closed 2 weeks ago

ctb commented 2 weeks ago

oxli was using hash_murmur (not rev-comp aware) in count, and counts.hash_kmer (RC aware) in get. The latter is correct.

This PR also adds env_logger to support debug!.

TODO: