Skip to content

Releases: refresh-bio/kmer-db

v1.7.5

14 Feb 22:11
Compare
Choose a tag to compare
  • Some compilation warnings removed.
  • Fixed crash on samples with small k-mers count or very small filter values.

v1.7.3

24 Jan 22:39
Compare
Choose a tag to compare

Added:

  • For performance reasons upper triangle (with diagonal) of distance matrix in all2all mode is no longer saved.
  • Possibility to specify low threshold of k-mer minhash filter (-f-start parameter).
  • When loading genome files, exact filenames are examined first. If this fails, an attempt to add predefined extensions is made.
  • Added new distance measure -mash-query which is a mash distance calculated w.r.t. a query length (use if the query is much shorter than database sequences).
  • C++11 compatibility (compiles with G++ 4.8.5).

Fixed:

  • Rare bug in hashtable when k-mer containing only T bases was treated as an empty entry. Now an empty item is indicated by a special value instead of a special key.

v1.6.2: After data structure update - stable

28 May 20:26
Compare
Choose a tag to compare

Note: Starting from this release version numbering conforms to major.minor.patch scheme.

Added:

  1. Switch-phylip-out in distance mode which allows storing distance/similarity matrices in Phylip format.

Fixed several bugs from 1.51 release:

  1. Incorrect support of k-mer lengths < 16.
  2. Very long processing of long k-mers (k >= 26).
  3. Segmentation fault when storing minhashed k-mers on a disk (minhash mode).

v1.51

11 Apr 21:30
Compare
Choose a tag to compare
v1.51 Pre-release
Pre-release
  1. Serious reduction of time and memory requirements of build mode caused by the changes of the data structures. E.g., when tested on full k-mer spectrum of 40715 pathogen genomes, time and memory footprint decreased by 1/3 (1h30 to 1h, 60 to 40GB).
  2. Several new parameters added.
  3. Lots of bugs fixed.

v.1.20

13 Feb 14:46
Compare
Choose a tag to compare

Changes:

  • new2all mode added,
  • uniform output table format for all2all, new2all, and one2all modes,

Bugs fixed:

  • proper support of samples with no k-mers of given length,
  • problems with building database from minhashed k-mers.

v1.12

19 Jul 21:12
Compare
Choose a tag to compare

Support of no-AVX2 build.

v1.11

13 Jul 06:46
Compare
Choose a tag to compare

Proper handling of uncompressed genomes. Linking against pre-installed zlib is now available.

v1.1

12 Jun 11:38
Compare
Choose a tag to compare

Contents:

  • zipped source codes,
  • Windows binary,
  • Linux binary.

v1.0

10 Feb 21:00
7093864
Compare
Choose a tag to compare

Contents:

  • zipped source codes,
  • Windows binary,
  • Linux binary (gcc 6.2 compiled).