Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
166
unsigned Vertex::s_offset;
Callers
2
addPathOverlapEdges
Function · 0.80
assembleOverlappingPaths
Function · 0.80
Calls
1
ContigNode
Class · 0.85
Tested by
no test coverage detected