MCPcopy Create free account
hub / github.com/BirolLab/abyss / isRead2

Method isRead2

Common/SAM.h:90–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 bool isMateReverse() const { return flag & FMREVERSE; }
89 bool isRead1() const { return flag & FREAD1; }
90 bool isRead2() const { return flag & FREAD2; }
91
92 /** The alignment coordinates of a gapped alignment. */
93 struct CigarCoord {

Callers 2

readAlignmentFunction · 0.80
handlePairFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected