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

Function distanceBetween

RResolver/Contigs.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10ContigSequences g_contigSequences;
11
12int
13distanceBetween(const ContigNode& node1, const ContigNode& node2)
14{
15 return get(edge_bundle, g_contigGraph, node1, node2).distance;
16}
17
18const ContigSequence&
19getContigSequence(const ContigNode& node)

Callers 4

getPathSequenceFunction · 0.85
processGraphFunction · 0.85
getChildrenMethod · 0.85

Calls 1

getFunction · 0.50

Tested by

no test coverage detected