Function gfautil::variants::detect_variants_against_ref[][src]

pub fn detect_variants_against_ref(
    segment_sequences: &FnvHashMap<usize, BString>,
    ref_name: &[u8],
    ref_path: &[(usize, usize, Orientation)],
    query_path: &[(usize, usize, Orientation)]
) -> FnvHashMap<VariantKey, FnvHashSet<Variant>>