Skip to content

Releases: refresh-bio/kmer-db

v2.2.5: Time improvements

25 Nov 10:32
Compare
Choose a tag to compare

Changes since last release:

2.2.5 (02.11.2024)

  • Improved logging.

2.2.4 (31.10.2024)

  • Improved support of patterns shared by large number of samples ('bubbles').

v2.2.3: Added `-version` switch

22 Oct 09:00
742b494
Compare
Choose a tag to compare
Added `-version` switch

v2.2.2: Added unified filtering and sampling

04 Oct 10:43
18719c7
Compare
Choose a tag to compare
  • Added rows sampling (-sample-rows option) in all2all-sp and all2all-parts modes.
  • Added unified filtering based on any specified measure (parameters -above, -above_eq, -below, and -below_eq replaced with -min and -max options).
  • Changed interface in distance mode: only one measure allowed, output file has to be specified.

NOTE: In this release an Kmer-db interface has changed slightly: -above/-above_eq/-below/-below_eq options have been replaced with -min/ -max and distance mode requires additional argument. Please update your pipelines accordingly.

v2.0.5: Updates in tests and automatic building scripts

12 Sep 22:24
1cad745
Compare
Choose a tag to compare
Updates in tests and automatic building scripts

v2.0.4: Update in `all2all-sp` mode: `above` and `below` options supported.

29 Aug 20:31
966faf2
Compare
Choose a tag to compare

v2.0.3: Bugfix release

28 Jun 19:39
Compare
Choose a tag to compare

Bugfix for wrong input (non-DNA).

v2.0.2: Second version

26 Jun 20:51
656fe1d
Compare
Choose a tag to compare
  • Added new modes: all2all_sparse, all2all_parts,
  • Serious time and memory optimizations,
  • Support of MacOS (Apple M and x86 CPUs) and ARM platforms.

v1.11.1

07 Mar 22:48
04f2dd4
Compare
Choose a tag to compare

Changes from the previous release:

  • Removed deadlock in -multisample-fasta mode,
  • Added support of sparse inputs in distance mode,
  • Added support of sparse outputs in all2all, new2all, and distance modes (-sparse switch) with optional filtering (-above/-below),
  • Extended help information.

v1.9.4

28 May 15:40
Compare
Choose a tag to compare
GitHub Actions badge fixed

v1.9.2

17 Aug 19:29
2f38f3c
Compare
Choose a tag to compare

Changes from the last release:

  • Output matrices can be stored in sparse format (-sparse switch).
  • Better workload balancing.
  • Improved parallelization scheme in new2all mode (few-fold speed improvement).
  • Reduced memory footprint of -multisample-fasta mode.
  • More than one input FASTA files supported in -multisample-fasta mode.
  • Added -extend switch which allows extending existing kmer database.
  • Serialization/deserialization works much faster now.
  • Fixed serious bug in -multisample-fasta mode which caused incorrect kmers counting.