| 418 | } |
| 419 | |
| 420 | static inline ContigProperties |
| 421 | get(vertex_bundle_t, const Graph& g, ContigNode u) |
| 422 | { |
| 423 | return u.ambiguous() ? ContigProperties(u.length() + opt::k - 1, 0) : g[u]; |
| 424 | } |
| 425 | |
| 426 | /** Add the path overlap edges to the specified graph. */ |
| 427 | static void |
no test coverage detected