deepbiop-bam 0.1.9

Deep Learning Processing Library for Bam Format
Documentation
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;