hts_reglist_t

Region list used in iterators (NB: apparently confined to single contig/tid)

Members

Variables

count
uint32_t count;

Undocumented in source.

intervals
hts_pair_pos_t* intervals;

Undocumented in source.

max_end
hts_pos_t max_end;

absolute bounds

min_beg
hts_pos_t min_beg;

absolute bounds

reg
const(char)* reg;

Undocumented in source.

tid
int tid;

Undocumented in source.

Meta