liblrge 0.3.0

Genome size estimation from long read overlaps
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub(crate) mod aligner;
pub(crate) mod mapping;
pub(crate) mod preset;
pub(crate) mod thread_buf;

use minimap2_sys::*;

pub(crate) use self::aligner::AlignerWrapper;
pub(crate) type MapOpt = mm_mapopt_t;
pub(crate) type IdxOpt = mm_idxopt_t;
pub(crate) use self::preset::Preset;