lib_ts_chainalign 2.0.0

A chaining-based sequence-to-sequence aligner that accounts for template switches
Documentation
1
2
3
4
5
//! Fill the gap between two chained anchors with an optimal alignment.

pub mod gap_affine;
pub mod ts_12_jump;
pub mod ts_34_jump;