Published September 28, 2022
| Version v0.9.0
Software
Open
shenwei356/kmcp: KMCP V0.9.0
Description
Changes
v0.9.0 - 2022-09-28
compute:- smaller output files and faster speed.
- more even genome splitting.
index:- faster speed due to smaller input files.
search:- more accurate and smaller query FPR following Theorem 2 in SBT paper, instead of the Chernoff bound.
- change the default value of
-f/--max-fprfrom 0.05 to 0.01. - 10-20% speedup.
profile:- more accurate abundance estimation using EM algorithm.
- change the default value of
-f/--max-fprfrom 0.05 to 0.01. - mode 0: change the default value of
-H/--min-hic-ureads-qcovfrom 0.55 to 0.7. - increase float width of reference coverage in KMCP profile format from 2 to 6.
util query-fpr:- compute query FPR following Theorem 2 in SBT paper, instead of the Chernoff bound.
- new commands:
utils split-genomesfor splitting genomes into chunks.utils ref-infofor printing information of reference (chunks), including the number of k-mers and the actual false-positive rate.
| OS | Arch | File, 中国镜像 | Download Count |
|---|---|---|---|
| Linux | 64-bit | kmcp_linux_amd64.tar.gz, <br/> 中国镜像 | |
| Linux | arm64 | kmcp_linux_arm64.tar.gz, <br/> 中国镜像 | |
| macOS | 64-bit | kmcp_darwin_amd64.tar.gz, <br/> 中国镜像 | |
| macOS | arm64 | kmcp_darwin_arm64.tar.gz, <br/> 中国镜像 | |
| Windows | 64-bit | kmcp_windows_amd64.exe.tar.gz, <br/> 中国镜像 |
Notes:
- please open an issue to request binaries for other platforms or compile from the source.
- run
kmcp versionto check update !!! - run
kmcp autocompletionto update shell autocompletion script !!!
Files
shenwei356/kmcp-v0.9.0.zip
Files
(69.5 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:0872be211e18ca61a547c01a97c08fd0
|
69.5 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/shenwei356/kmcp/tree/v0.9.0 (URL)