Function rust_htslib::htslib::bcf_remove_alleles [] [src]

pub unsafe extern "C" fn bcf_remove_alleles(
    header: *const bcf_hdr_t,
    line: *mut bcf1_t,
    mask: c_int
)

bcf_remove_alleles() - remove ALT alleles according to bitmask @mask @header: for access to BCF_DT_ID dictionary @line: VCF line obtained from vcf_parse1 @mask: alleles to remove

If you have more than 31 alleles, then the integer bit mask will overflow, so use bcf_remove_allele_set instead