Skip to content

KMCP v0.8.3

Compare
Choose a tag to compare
@shenwei356 shenwei356 released this 15 Aug 09:09
· 119 commits to main since this release

Changes

v0.8.3 - 2022-08-15

  • kmcp: fix compiling from source for ARM architectures. #17
  • search:
    • fix searching with paired-end reads where the read2 is shorter than the value of --min-query-len. #10
    • fix the log. #8
    • a new flag -f/--max-fpr: maximal false positive rate of a query (default 0.05). It reduces the unnecessary output when searching with a low minimal query coverage (-t/--min-query-cov).
  • profile:
    • recommend using the flag --no-amb-corr to disable ambiguous reads correction when >= 1000 candidates are detected.
    • fix logging when using --level strain and no taxonomy given.