1 2 3 4 5 6 7 8 9 10 11
//! # Prole //! //! `prole` is my collection of re-usable methods in Rust. Feel free to use them for your own work. pub mod error; pub mod util; pub mod hmm; pub mod genome; pub mod gtdb; pub mod phylorank; pub mod sequence;