| 10 | ContigSequences g_contigSequences; |
| 11 | |
| 12 | int |
| 13 | distanceBetween(const ContigNode& node1, const ContigNode& node2) |
| 14 | { |
| 15 | return get(edge_bundle, g_contigGraph, node1, node2).distance; |
| 16 | } |
| 17 | |
| 18 | const ContigSequence& |
| 19 | getContigSequence(const ContigNode& node) |
no test coverage detected