bcf_hdr_init

bcf_hdr_init() - create an empty BCF header. @param mode "r" or "w"

When opened for writing, the mandatory fileFormat and FILTER=PASS lines are added automatically.

The bcf_hdr_t struct returned by a successful call should be freed via bcf_hdr_destroy() when it is no longer needed.

extern (C)
bcf_hdr_init
(
const(char)* mode
)

Meta