d4-hts 0.3.9

The htslib binding used by D4
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod alignment_ext;
mod alignment_impl;
mod bamfile;
mod cigar_ext;
pub mod error;
mod htslib;
mod map_ext;
mod nucleotide;
mod seq_ext;

pub use alignment_impl::{Alignment, AlignmentIter, AlignmentReader};
pub use bamfile::BamFile;
pub use nucleotide::Nucleotide;