1 2 3 4 5 6 7
//! **deepbiop-bam** is a library for working with BAM files. pub mod chimeric; pub mod cigar; #[cfg(feature = "python")] pub mod python;