pub fn wavefront_align( query: &str, text: &str, pens: &Penalties, ) -> Result<Alignment, AlignmentError>
This function is exported and can be called to perform an alignment. The query cannot be longer than the text.