# align

Sequence alignment utilities for inserting gap markers into the shorter of
two token sequences to maximise exact position-wise matches with the longer
sequence. Used internally to align predicted and ground-truth peptide tokens
before per-position scoring.

```{eval-rst}
.. automodule:: casanovoutils.align
   :members:
   :undoc-members:
   :show-inheritance:
```
