vg
tools for working with variation graphs
|
Public Attributes | |
string | name = 1 |
The name of the path. Path names starting with underscore (_) are reserved for internal VG use. More... | |
repeated< Mapping > | mapping = 2 |
The Mapping s which describe the order and orientation in which the Path visits Node s. More... | |
bool | is_circular = 3 |
Set to true if the path is circular. More... | |
int64 | length = 4 |
Optional length annotation for the Path. More... | |
Paths are walks through nodes defined by a series of Edit
s. They can be used to represent:
bool vg::Path::is_circular = 3 |
Set to true if the path is circular.
int64 vg::Path::length = 4 |
Optional length annotation for the Path.
repeated<Mapping> vg::Path::mapping = 2 |
string vg::Path::name = 1 |