dhtslib ~master (2020-09-09T05:17:46Z)
Home
Dub
Repo
AlignedCoordinate
dhtslib
cigar
Undocumented in source.
struct
AlignedCoordinate {
int
qpos
;
int
rpos
;
Ops
cigar_op
;
}
Members
Variables
cigar_op
Ops
cigar_op
;
Undocumented in source.
qpos
int
qpos
;
Undocumented in source.
rpos
int
rpos
;
Undocumented in source.
Meta
Source
See Implementation
dhtslib
cigar
enums
Ops
functions
charToOp
cigarFromString
structs
AlignedCoordinate
AlignedCoordinatesItr
Cigar
CigarItr
unions
CigarOp
variables
CIGAR_STR
Undocumented in source.