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

Function isPath

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

Return whether this vertex is a path or a contig. */

Source from the content-addressed store, hash-verified

196
197/** Return whether this vertex is a path or a contig. */
198static bool
199isPath(const ContigNode& u)
200{
201 return u.id() >= Vertex::s_offset;
202}
203
204/** Return a path, complemented if necessary. */
205static ContigPath

Callers 3

getPathFunction · 0.85
getOverlapFunction · 0.85
assembleOverlappingPathsFunction · 0.85

Calls 1

idMethod · 0.80

Tested by

no test coverage detected