Expand description
Wavefront-based sequence alignment.
This module hosts the WFA (Wavefront Alignment) family of algorithms. It is
kept separate from the classical dynamic-programming aligners in
crate::alignment; the two share the crate::alignment::gotoh::GotohScoring
scoring scheme so their results can be cross-checked.
Re-exports§
pub use wfa::WfaAlignment;pub use wfa::WfaOp;pub use wfa::wfa_align;
Modules§
- wfa
- WFA — the Wavefront Alignment algorithm for gap-affine global alignment.