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

Method descriptor

PathOverlap/PathOverlap.cpp:163–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 bool operator==(const Vertex& v) const { return id == v.id && sense == v.sense; }
162
163 ContigNode descriptor() const { return ContigNode(s_offset + id, sense); }
164};
165
166unsigned Vertex::s_offset;

Callers 2

addPathOverlapEdgesFunction · 0.80
assembleOverlappingPathsFunction · 0.80

Calls 1

ContigNodeClass · 0.85

Tested by

no test coverage detected