0.3.0 (2024-10-01)
- add confidence threshold option
--conf
(419ede9) - add kraken2 classification output file option
-k
(a4146bb)
0.2.1 (2024-09-23)
- deps: remove openssl dep and downgrade lzma (1f2da59)
0.2.0 (2024-09-23)
- 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)
- IMPORTANT!! previous versions were emitting human reads [see #2] (319eaed)
- more robust validation of db directory (0377cd6)
- add database download functionality (0ebc674)
- add progress bar (3c29372)
- check dependencies option (64353a3)
- initial commit (3752150)
- run kraken (90a6e14)
- 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)