cr_intv_t.x

prior to cr_index(), x = ctg_id<<32|start_pos; after: x = start_pos<<32|end_pos

struct cr_intv_t
uint64_t x;

Meta