Crates.io | kbo-cli |
lib.rs | kbo-cli |
version | 0.1.0 |
source | src |
created_at | 2024-11-18 15:01:10.08808 |
updated_at | 2024-11-18 15:01:10.08808 |
description | Command-line interface to the kbo local aligner. |
homepage | https://github.com/tmaklin/kbo-cli |
repository | https://github.com/tmaklin/kbo-cli |
max_upload_size | |
id | 1452258 |
size | 81,982 |
Command-line interface for the kbo local aligner.
Documentation is available at https://docs.rs/kbo.
Run cargo install kbo-cli
.
Run
git clone https://github.com/tmaklin/kbo-cli
cd kbo-cli
cargo build --release
This will build the kbo
executable in target/release/kbo
directory.
kbo-cli provides access to two main operations:
kbo find
matches the k-mers in a query sequence with the
reference and reports the local alignment segments found within the
reference. Find is useful for problems that can be solved with
blast.kbo map
maps the query sequence against a reference
sequence, and reports the nucleotide sequence of the alignment relative to
the reference. Map solves the same problem as
snippy and ska
map.For usage instructions, see the documentation at https://docs.rs/kbo.
kbo-cli is dual-licensed under the MIT and Apache 2.0 licenses.