Module alignment_lib

Source
Expand description

General types and functions that are useful for alignments.

Structs§

Alignment
This is the value returned by every alignment function after successfully aligning 2 strings. The aligned strings have ‘-’ at gaps.
Penalties
Penalties used for WFA.

Enums§

AlignmentAlgorithm
The different alignment algorithms implemented in this crate.
AlignmentError
Error type, for alignment errors.
AlignmentLayer
Alignment layers. Used for tracking back.