dkoslicki / CMash

Fast and accurate set similarity estimation via containment min hash
BSD 3-Clause "New" or "Revised" License
42 stars 9 forks source link

StreamingQueryDNA... may be case sensitive to sequences #22

Closed dkoslicki closed 4 years ago

dkoslicki commented 4 years ago

Haven't looked closely, but it appears that nowhere am I making sure everything is upper case. While the BF doesn't care (new option set), the TST definitely does care about case.

dkoslicki commented 4 years ago

Confirmed that this is indeed an issue by modifying test_Query.py.