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§
- Alignment
Algorithm - The different alignment algorithms implemented in this crate.
- Alignment
Error - Error type, for alignment errors.
- Alignment
Layer - Alignment layers. Used for tracking back.