bcf_index_load

@param fn BCF file name @return The index, or NULL if an error occurred. @note This only works for BCF files. Consider synced_bcf_reader instead which works for both BCF and VCF.

extern (C) pragma(inline, true)
bcf_index_load
(
const(char)* fn
)

Meta