pub fn filter_basepair_probs<T>(
    basepair_probs: &SparseProbMat<T>,
    min_basepair_prob: Prob
) -> SparseProbMat<T>where
    T: HashIndex,