bcf_add_filter

bcf_add_filter() - adds to the FILTER column @flt_id: filter ID to add, numeric ID returned by bcf_hdr_id2int(hdr, BCF_DT_ID, "PASS")

If flt_id is PASS, all existing filters are removed first. If other than PASS, existing PASS is removed.

extern (C)
int
bcf_add_filter
(
const(bcf_hdr_t)* hdr
,,
int flt_id
)

Meta