Skip to content

Version 0.5.0

Choose a tag to compare

@dkoslicki dkoslicki released this 25 Mar 19:57

Change log:

  1. largest end-user change: the StreamingQueryDNADatbase.py option -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.
  2. Addressed issue with multiple k-mer sizes reporting inconsistent results #19
  3. Modularized the StreamingQueryDNADatabase.py script #24 and began adding many more tests #14
  4. Minor bug fixes for pathological cases (very small genomes, empty containment index matrices, etc.)
  5. Bioconda release as per #16