sam_index_build3

@param fn Input BAM/CRAM/etc filename @param fnidx Output filename, or NULL to add .bai/.csi/etc to @a fn @param min_shift Positive to generate CSI, or 0 to generate BAI @param nthreads Number of threads to use when building the index @return 0 if successful, or negative if an error occurred (see sam_index_build for error codes)

extern (C)
int
sam_index_build3
(
const(char)* fn
,
const(char)* fnidx
,,)

Meta