AlignedCoordinate

Coordinate pair representing aligned query and reference positions, and the CIGAR op at or effecting their alignment.

struct AlignedCoordinate {}

Members

Variables

cigar_op
Ops cigar_op;
Undocumented in source.
qpos
long qpos;
rpos
long rpos;
Undocumented in source.

Meta