Skip to content

Releases: refresh-bio/KMC

KMC 3.2.4

09 Feb 08:52
Compare
Choose a tag to compare

Changelog:

  • fix in kmc_tools complex and minor fixes

KMC 3.2.3

08 Dec 15:25
Compare
Choose a tag to compare

Changelog:

  • a couple of bugfixes related to input reading in some extreme cases

KMC 3.2.2

10 Mar 11:16
Compare
Choose a tag to compare

Changelog:

  • experimental ARM support
  • bz2 support dropped

KMC 3.2.1

04 Jan 13:41
13b9b04
Compare
Choose a tag to compare

Changelog:

  • Small fixes related to counting k-mers from KMC database

KMC 3.2.0

23 Dec 12:07
cc843b8
Compare
Choose a tag to compare

Changelog:

  • KFF support
  • possibility to estimate k-mer abundance histogram with ntCard algorithm
  • possibility to use KMC from C++ code using API
  • possibility to store only k-mers in the database (no counters)
  • bugfixes
  • experimental and approximate homopolymer k-mer counting
  • code cleanups
  • small optimizations

KMC 3.1.1

28 May 10:53
Compare
Choose a tag to compare

Changelog:

  • drop asmlib dependency
  • drop vectorclasslib dependency
  • experimental python wrapper for kmc API
  • support reads of any length (for now only for fastq format)
  • fixes related to gzipped input files
  • fix for a case when there is no end of line after last line in the input file
  • other small bug fixes

KMC 3.1.1RC1

17 Jul 11:44
Compare
Choose a tag to compare
KMC 3.1.1RC1 Pre-release
Pre-release

A couple of bug fixes.

KMC 3.1.0

10 May 13:58
Compare
Choose a tag to compare

Changelog:

  • Support for BAM input files
  • New option in kmc_tools that allows to set specified value as a counter of each k-mer in database
  • Option to not create output database was added (in some cases only stats produced by KMC are sufficient)
  • Option to save execution summary in JSON format was added
  • New option in kmc_tools filter operation was added: hard mask (replace with Ns all symbols in a read that are part of invalid k-mer)
  • Small bug fixes

KMC 3.0.1

08 Feb 19:15
Compare
Choose a tag to compare

Minimal changes that allows to compile KMC with g++-4.8.

KMC 3.0.0

29 Jan 11:07
Compare
Choose a tag to compare

Main changes:

  • gzipped files are handled more efficiently
  • the second phase of algorithm is faster due to new sorting subroutine and other optimizations especially for larger k
  • kmc_tools functionality was extended