| 110 | } |
| 111 | |
| 112 | void 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 | |
| 119 | void Graph::AddAlignment( |
| 120 | const Alignment& alignment, |