bam_tide 1.2.0

A fast and memory-efficient BAM processing toolkit for coverage calculation and quantification, designed as a scalable alternative to deeptools bamCoverage for large sequencing datasets. And additional BAM tools.
Documentation
1
2
3
4
5
6
7
// src/bed-data/mod.rs

pub mod bed_data;

pub use bed_data::BedData;
pub use bed_data::Normalize;
pub use bed_data::Value;