Home
last modified time | relevance | path

Searched refs:bcf_hdr_exists (Results 1 – 3 of 3) sorted by relevance

/dports/biology/vt/vt-0.57721/
H A Dmerge_candidate_variants.cpp135 … if (bcf_hdr_exists(sr->hdrs[i], BCF_HL_INFO, "NSAMPLES") && bcf_hdr_get_n_sample(sr->hdrs[i])==0) in initialize()
139 … else if (bcf_hdr_exists(sr->hdrs[i], BCF_HL_FMT, "E")&& bcf_hdr_get_n_sample(sr->hdrs[i])==1) in initialize()
H A Dhts_utils.h245 bool bcf_hdr_exists(bcf_hdr_t *hdr, int32_t type, const char *key);
H A Dhts_utils.cpp473 bool bcf_hdr_exists(bcf_hdr_t *hdr, int32_t type, const char *key) in bcf_hdr_exists() function