deepbiop_bam/
lib.rs

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