MCPcopy Create free account
hub / github.com/ablab/spades / AddSequence

Method AddSequence

ext/src/spoa/src/graph.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void Graph::Edge::AddSequence(std::uint32_t label, std::uint32_t w) {
61 labels.emplace_back(label);
62 weight += w;
63}
64
65Graph::Graph()
66 : num_codes_(0),

Callers 1

AddEdgeMethod · 0.80

Calls 3

emplace_backMethod · 0.45
getMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected