seq2alignfold

Function seq2alignfold 

Source
pub fn seq2alignfold<T, U>(
    x: &Seq,
    y: RnaId,
    z: &SparseProbMats<T>,
    a: &AlignfoldHyperparams,
) -> AlignfoldWrapped<T, U>
where T: HashIndex, U: HashIndex,