Home
last modified time | relevance | path

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

/dports/biology/vt/vt-0.57721/
H A Dhts_utils.cpp693 kstring_t alt_hdr_fn = {0, 0, 0}; in bcf_alt_hdr_read() local
694 kputs(fp->fn, &alt_hdr_fn); in bcf_alt_hdr_read()
695 kputs(".hdr", &alt_hdr_fn); in bcf_alt_hdr_read()
699 if (stat(alt_hdr_fn.s, &st)==0 && st.st_size) in bcf_alt_hdr_read()
701 file = fopen(alt_hdr_fn.s, "r"); in bcf_alt_hdr_read()
712 htsFile *alt_hdr = hts_open(alt_hdr_fn.s, "r"); in bcf_alt_hdr_read()
721 if (alt_hdr_fn.m) free(alt_hdr_fn.s); in bcf_alt_hdr_read()