|
vg
tools for working with variation graphs
|
Record a <=k-length walk in the context of a graph. More...
#include <prune.hpp>
Public Member Functions | |
| walk_t (uint16_t l, const pos_t &b, const pos_t &e, const handle_t &c, uint16_t f) | |
Public Attributes | |
| pos_t | begin |
| our start position More... | |
| pos_t | end |
| handle_t | curr |
| one past the (current) end of the kmer More... | |
| uint16_t | forks |
| the next handle we extend into More... | |
| uint16_t | length |
| how many branching edge crossings we took to get here More... | |
Record a <=k-length walk in the context of a graph.
|
inline |
| pos_t vg::walk_t::begin |
our start position
| handle_t vg::walk_t::curr |
one past the (current) end of the kmer
| pos_t vg::walk_t::end |
| uint16_t vg::walk_t::forks |
the next handle we extend into
| uint16_t vg::walk_t::length |
how many branching edge crossings we took to get here
1.8.16