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

Function get

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

Source from the content-addressed store, hash-verified

418}
419
420static inline ContigProperties
421get(vertex_bundle_t, const Graph& g, ContigNode u)
422{
423 return u.ambiguous() ? ContigProperties(u.length() + opt::k - 1, 0) : g[u];
424}
425
426/** Add the path overlap edges to the specified graph. */
427static void

Callers 10

addPathOverlapEdgesFunction · 0.70
mainFunction · 0.70
popBubbleFunction · 0.50
getSequenceFunction · 0.50
popSimpleBubbleFunction · 0.50
filterGraphFunction · 0.50
mainFunction · 0.50
generateDistFileFunction · 0.50
incrementRangeFunction · 0.50
printCovFunction · 0.50

Calls 3

ContigPropertiesClass · 0.85
ambiguousMethod · 0.80
lengthMethod · 0.45

Tested by

no test coverage detected