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
Returns 0 on success, <0 on error
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 Returns 0 on success, <0 on error