A set of ultra fast and robust command line utilities for bioinformatics tasks based on Rust-Bio.
Rust-Bio-Tools provides a command rbt
, which currently supports the following operations:
rbt vcf-match
)rbt vcf-to-txt
)rbt fastq-split
)rbt bam-depth
)rbt fastq-filter
)Further functionality is added as it is needed by the authors. Any contributions are highly welcome.
Rust-Bio-Tools is available via Bioconda. With Bioconda set up, installation is as easy as
conda install rust-bio-tools
Download the source code and issue
cargo install
from the root directory of the source.
Rust-Bio-Tools installs a command line utility rbt
. Issue
rbt --help
for a summary of all options and tools.