AlignedCoordinate

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

Members

Variables

cigar_op
Ops cigar_op;
Undocumented in source.
qpos
Coordinate!(Basis.zero) qpos;
rpos
Coordinate!(Basis.zero) rpos;
Undocumented in source.

Meta