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

Method AddAlignment

ext/src/spoa/src/graph.cpp:112–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void Graph::AddAlignment(
113 const Alignment& alignment,
114 const std::string& sequence,
115 std::uint32_t weight) {
116 AddAlignment(alignment, sequence.c_str(), sequence.size(), weight);
117}
118
119void Graph::AddAlignment(
120 const Alignment& alignment,

Callers 3

SPOAConsensusFunction · 0.80
AlignMethod · 0.80
mainFunction · 0.80

Calls 7

c_strMethod · 0.45
sizeMethod · 0.45
emplace_backMethod · 0.45
emptyMethod · 0.45
frontMethod · 0.45
getMethod · 0.45
backMethod · 0.45

Tested by 1

AlignMethod · 0.64