pub fn get_scores_alifold<T>(
    x: &ScoresHashedPoss<T>,
    y: &PosPair<T>
) -> SparseScores<T>where
    T: HashIndex,