vg
tools for working with variation graphs
|
Public Attributes | |
repeated< Visit > | visit = 1 |
string | name = 2 |
Describes a walk through a Snarl where each step is given as either a node or a child Snarl (leaving the walk through the child Snarl to another SnarlTraversal)
string vg::SnarlTraversal::name = 2 |
The name of the traversal can be used for a variant allele id (e.g. <parentSnarlHash>_0, <parentSnarlHash>_1... or by some other arbitrary annotation , unique or non-unique, e.g. deleteterious, gain_of_function, etc., though these will be lost in any indices).
repeated<Visit> vg::SnarlTraversal::visit = 1 |