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
)rbt collapse-reads-to-fragments bam|fastq
)rbt vcf-report
)Further functionality is added as it is needed by the authors. Any contributions are highly welcome. For a list of changes, take a look at the CHANGELOG.
Rust-Bio-Tools is available via Bioconda. With Bioconda set up, installation is as easy as
conda install rust-bio-tools
If the Rust compiler and associated Cargo are installed, Rust-Bio-Tools may be installed via
cargo install rust-bio-tools
Download the source code and within the root directory of source run
cargo install
Rust-Bio-Tools installs a command line utility rbt
. Issue
rbt --help
for a summary of all options and tools.