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

Method isRead1

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

Source from the content-addressed store, hash-verified

87 bool isReverse() const { return flag & FREVERSE; }
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. */

Callers 2

readAlignmentFunction · 0.80
handlePairFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected