| 92 | } |
| 93 | |
| 94 | Alignment 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 | |
| 101 | std::int64_t AlignmentEngine::WorstCaseAlignmentScore( |
| 102 | std::int64_t i, |