fai_load

@param fn File name of the FASTA file @return Pointer to a faidx_t struct on success, NULL on failure.

This function is equivalent to fai_load3(fn, NULL, NULL, FAI_CREATE|FAI_CACHE);

extern (C)
fai_load
(
const(char)* fn
)

Meta