bbnorm-rs 0.1.3

Rust implementation of BBTools BBNorm-style read depth normalization
Documentation
1
2
3
4
5
6
7
8
pub mod cli;
pub mod engine;
pub mod kmer;
pub mod peaks;
pub mod seqio;

pub use cli::{Config, parse_args};
pub use engine::{RunSummary, run};