pub fn get_alignfold_probs<T>(
    inputs: InputsAlignfoldProbsGetter<'_, T>
) -> AlignfoldProbMats<T>where
    T: HashIndex,