bcf_update_alleles

bcf_update_alleles() and bcf_update_alleles_str() - update REF and ALT column @alleles: Array of alleles @nals: Number of alleles @alleles_string: Comma-separated alleles, starting with the REF allele

@system extern (C) @nogc nothrow
int
bcf_update_alleles
(
const(bcf_hdr_t)* hdr
,,
const(char*)* alleles
,
int nals
)

Meta