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

Function calculatePathProperties

MergePaths/PathConsensus.cpp:426–430  ·  view source on GitHub ↗

Calculate the ContigProperties of a path. */

Source from the content-addressed store, hash-verified

424
425/** Calculate the ContigProperties of a path. */
426static ContigProperties calculatePathProperties(const Graph& g,
427 const ContigPath& path)
428{
429 return addProp(g, path.begin(), path.end());
430}
431
432/* Resolve ambiguous region using pairwise alignment
433 * (Needleman-Wunsch) ('solutions' contain exactly two paths, from a

Callers 2

alignPairFunction · 0.85
alignMultiFunction · 0.85

Calls 3

addPropFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected