Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 3.49 KB

CHANGELOG.md

File metadata and controls

58 lines (35 loc) · 3.49 KB

Changelog

0.3.0 (2024-10-01)

Features

  • add confidence threshold option --conf (419ede9)
  • add kraken2 classification output file option -k (a4146bb)

0.2.1 (2024-09-23)

Bug Fixes

  • deps: remove openssl dep and downgrade lzma (1f2da59)

0.2.0 (2024-09-23)

Features

  • add bzip2 compression (05e8b91)
  • add flag to keep human reads instead (50a5ccb)
  • add gzip compression of output (79bbbf4)
  • add kraken2 stats to log (c8fe418)
  • add xz compression of output (00d5ffa)
  • add zstd compression of output (5de5332)

0.1.1 (2024-07-22)

Bug Fixes

  • IMPORTANT!! previous versions were emitting human reads [see #2] (319eaed)
  • more robust validation of db directory (0377cd6)

0.1.0 (2023-12-14)

Features

Bug Fixes

  • check input path exists when parsing cli (1ce7150)
  • correct db path (9ea852f)
  • don't load whole database into memory when downloading (3e9ea23)
  • dont check if db exists on --check (16bf181)
  • exit gracefully after download if no input (189820d)
  • ignore gz suffix when naming output (c558ce7)
  • make is_executable more portable (c228686)