bcf_hdr_name2id

bcf_hdr_name2id() - Translates sequence names (chromosomes) into numeric ID bcf_hdr_id2name() - Translates numeric ID to sequence name

extern (C) pragma(inline, true)
int
bcf_hdr_name2id
(
const(bcf_hdr_t)* hdr
,
const(char)* id
)

Meta