wavefront_align

Function wavefront_align 

Source
pub fn wavefront_align(
    query: &str,
    text: &str,
    pens: &Penalties,
) -> Result<Alignment, AlignmentError>
Expand description

This function is exported and can be called to perform an alignment. The query cannot be longer than the text.