vg
tools for working with variation graphs
|
Describes a step of a walk through a Snarl either on a node or through a child Snarl. More...
Public Attributes | |
int64 | node_id = 1 |
The node ID or snarl of this step (only one should be given) More... | |
Snarl | snarl = 2 |
only needs to contain the start and end Visits More... | |
string | name = 4 |
bool | backward = 3 |
bool vg::Visit::backward = 3 |
Indicates: if node_id is specified reverse complement of node if snarl is specified traversal of a child snarl entering backwards through end and leaving backwards through start
string vg::Visit::name = 4 |
The segment name of this step.
int64 vg::Visit::node_id = 1 |
The node ID or snarl of this step (only one should be given)
Snarl vg::Visit::snarl = 2 |
only needs to contain the start and end Visits