Skip to content

Releases: mbhall88/nohuman

v0.3.0

01 Oct 11:44
Compare
Choose a tag to compare

0.3.0 (2024-10-01)

Features

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

v0.2.1

23 Sep 05:44
d64dc7c
Compare
Choose a tag to compare

0.2.1 (2024-09-23)

Bug Fixes

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

v0.2.0

23 Sep 01:45
c48946a
Compare
Choose a tag to compare

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)

v0.1.1

22 Jul 06:48
0a52291
Compare
Choose a tag to compare

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)

v0.1.0

14 Dec 05:51
Compare
Choose a tag to compare

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)