Skip to content

Releases: dkoslicki/CMash

v0.5.2 bump for Zenodo

31 May 18:58
1485a0c
Compare
Choose a tag to compare

Just a version bump for Zenodo

v0.5.1

20 May 22:50
Compare
Choose a tag to compare

Change log:

  • case sensitivity issue addressed (issue #22)
  • more testing included (issue #14)
  • ground truth comparisons now possible (issue #30)
  • more efficient ternary search tree construction (issue #29)

No CLI changes

Version 0.5.0

25 Mar 19:57
Compare
Choose a tag to compare

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

Python3 compliant v0.4.0 release

25 Jan 04:09
Compare
Choose a tag to compare

(semi)-stable release addressing most issues to date.

Version 0.2.3

23 Oct 00:30
Compare
Choose a tag to compare

First major release