Version 0.5.0
Change log:
- largest end-user change: the
StreamingQueryDNADatbase.pyoption-c(aka--containment_threshold) now only returns results with containment index greater than or equal to the specified value. i.e. if you set-c 0, you get the whole training database back. - Addressed issue with multiple k-mer sizes reporting inconsistent results #19
- Modularized the
StreamingQueryDNADatabase.pyscript #24 and began adding many more tests #14 - Minor bug fixes for pathological cases (very small genomes, empty containment index matrices, etc.)
- Bioconda release as per #16