Tag: rust-bio
rust-bio-tools 0.35.0 – Docs.rs
rust-bio-tools-0.35.0 is not a library. 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: a linear time implementation for fuzzy matching of two vcf/bcf files (rbt vcf-match) a vcf/bcf to txt converter,…
a k-mer counter in Rust using the rust-bio and rayon crates
Tool:krust: a k-mer counter in Rust using the rust-bio and rayon crates 0 I hope this isn’t inappropriate as a Share a Tool post, it’s more about getting feedback on and seeing if anybody here is interested in this project: github.com/suchapalaver/krust It’s a k-mer counter in written in Rust. I’ve…