Home
last modified time | relevance | path

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

/dports/biology/bedtools/bedtools2-2.30.0/src/utils/htslib/
H A Dhts.c393 static htsFile *hts_open_format_impl(const char *fn, const char *mode, const htsFormat *fmt, hFILE*… in hts_open_format_impl() function
445 return hts_open_format_impl(fn, mode, fmt, NULL); in hts_open_format()
452 return hts_open_format_impl(fn ? fn : "-", mode, NULL, fp); in hts_open_callback()