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

Method Align

ext/src/spoa/src/alignment_engine.cpp:94–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94Alignment AlignmentEngine::Align(
95 const std::string& sequence,
96 const Graph& graph,
97 std::int32_t* score) {
98 return Align(sequence.c_str(), sequence.size(), graph, score);
99}
100
101std::int64_t AlignmentEngine::WorstCaseAlignmentScore(
102 std::int64_t i,

Callers 1

mainFunction · 0.45

Calls 3

AlignFunction · 0.50
c_strMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected