pub fn get_basepair_probs_alifold<T>(
    align_file_path: &Path,
    output_dir_path: &Path
) -> SparseProbMat<T>where
    T: HashIndex,