bgzf_is_bgzf

Check if a file is in the BGZF format

@param fn file name @return 1 if _fn_ is BGZF; 0 if not or on I/O error

extern (C) deprecated("Use bgzf_compression() or hts_detect_format() instead")
int
bgzf_is_bgzf
(
const(char)* fn
)

Meta