VCFReader.getTagByKV

bcf_hrec_t *bcf_hdr_get_hrec(const(bcf_hdr_t) *hdr, int type, const(char) *key, const(char) *value, const(char) *str_class);

struct VCFReader
string[string]
getTagByKV
(
string tagType
T
)
(
string key
,
string value
,
string str_class
)
if (
(
tagType == "FILTER" ||
tagType == "INFO"
||
tagType == "FORMAT"
||
tagType == "contig"
)
&&
(
isIntegral!T ||
isSomeString!T
)
)

Meta