hts_idx_save_as

@param idx Index to be written @param fn Input BAM/BCF/etc filename @param fnidx Output filename, or NULL to add .bai/.csi/etc to @a fn @param fmt One of the HTS_FMT_* index formats @return 0 if successful, or negative if an error occurred.

extern (C)
int
hts_idx_save_as
(
const(hts_idx_t)* idx
,
const(char)* fn
,
const(char)* fnidx
,
int fmt
)

Meta