@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);
See Implementation
@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);