|
vg
tools for working with variation graphs
|
Public Attributes | |
| int64 | from = 1 |
| ID of upstream node. More... | |
| int64 | to = 2 |
| ID of downstream node. More... | |
| bool | from_start = 3 |
| If the edge leaves from the 5' (start) of a node. More... | |
| bool | to_end = 4 |
| If the edge goes to the 3' (end) of a node. More... | |
| int32 | overlap = 5 |
Length of overlap between the connected Nodes. More... | |
Edges describe linkages between nodes. They are bidirected, connecting the end (default) or start of the "from" node to the start (default) or end of the "to" node.
| int64 vg::Edge::from = 1 |
ID of upstream node.
| bool vg::Edge::from_start = 3 |
If the edge leaves from the 5' (start) of a node.
| int32 vg::Edge::overlap = 5 |
Length of overlap between the connected Nodes.
| int64 vg::Edge::to = 2 |
ID of downstream node.
| bool vg::Edge::to_end = 4 |
If the edge goes to the 3' (end) of a node.
1.8.17