hts_idx_get_stat

Get statistics(?) from an index (number of mapped and unmapped for a given contig/tid)

extern (C)
int
hts_idx_get_stat
(
const(hts_idx_t)* idx
,
int tid
,
uint64_t* mapped
,
uint64_t* unmapped
)

Meta