Skip to content

Releases: DerrickWood/kraken2

v2.1.4

18 Feb 04:07
Compare
Choose a tag to compare

Documentation for k2 has been added to the manual -- https://github.com/DerrickWood/kraken2/wiki/Manual#introducing-k2

  • Replace FASTA/Q parser with kseq resulting in significantly faster run-times when estimating database capacity
  • Add memory-mapping support to dump_table (kraken2-inspect)
  • Add support for many threads to dump_table (kraken2-inspect)
  • Add support for downloading accessions by project ID, taxon ID or accession number to k2.
    This feature makes use of the NCBI API https://www.ncbi.nlm.nih.gov/datasets/docs/v2/api/rest-api/
  • Add support for building GTDB databases
  • Speed up decompression in k2 by using zlib instead of gzip making k2 competitive with native gzip binaries
  • Change the way accessions are downloaded when using NCBI API so that downloads are more reliable
  • Update SILVA from 138.1 to 138.2

v2.1.3

07 Jun 00:27
Compare
Choose a tag to compare

This release features changes to improve efficiency of low complexity masking and various bug fixes.

v2.1.2

10 May 06:15
Compare
Choose a tag to compare

This release fixes a bug with classification when k-mer length is equal to minimizer length, and provides new retry behavior for the kraken2-build script's --use-ftp flag to make downloading more robust.

v2.1.1

09 Nov 00:47
Compare
Choose a tag to compare

This release fixes bugs relating to compilation with GCC 10 and to building the standard database.

v2.1.0

14 Oct 03:40
Compare
Choose a tag to compare

This is the first non-beta release of Kraken 2. This version includes bug fixes and revisions to the build process to aid in making Kraken 2 databases more easily reproducible. Version 2.1.0 also introduces a new experimental feature to report the number of distinct minimizers associated with a taxon in the sequencing data, similar to the functionality found in the KrakenUniq program. Please see CHANGELOG.md for more details on version-specific changes and the operating manual section on "Distinct minimizer count information" to learn how to use the new feature.

v2.0.9-beta

08 Apr 01:06
Compare
Choose a tag to compare
v2.0.9-beta Pre-release
Pre-release

Includes updates to fix bugs and revisions to download scripts. Please see CHANGELOG.md for more details.

v2.0.8-beta

25 Apr 04:12
Compare
Choose a tag to compare
v2.0.8-beta Pre-release
Pre-release

This version includes various fixes, including adaptation to NCBI file structure changes. Default parameters for the k-mer length, minimizer length, and number of minimizer spaces have also changed in this version. Please see CHANGELOG.md for more details.

v2.0.7-beta

11 Aug 22:05
Compare
Choose a tag to compare
v2.0.7-beta Pre-release
Pre-release

Version 2.0.7 includes the option to set a limit to database size while building, along with many other fixes and updates. Please see the CHANGELOG.md file for more details.

v2.0.6-beta

26 Jun 19:30
Compare
Choose a tag to compare
v2.0.6-beta Pre-release
Pre-release

Initial public (beta) release of Kraken 2.