deepbiop-bam 0.1.11

Deep Learning Processing Library for Bam Format
Documentation
1
2
3
4
5
6
7
8
//! **deepbiop-bam** is a library for working with BAM files.

pub mod chimeric;
pub mod cigar;
pub mod io;

#[cfg(feature = "python")]
pub mod python;