pub fn collect_variants(
    record: &mut Record,
    omit_snvs: bool,
    omit_indels: bool,
    indel_len_range: Option<Range<u32>>,
    exclusive_end: bool
) -> Result<Vec<Option<Variant>>, Box<dyn Error>>
Expand description

Collect variants from a given ´bcf::Record`.