|
vg
tools for working with variation graphs
|
Public Attributes | |
| repeated< Node > | node = 1 |
The Nodes that make up the graph. More... | |
| repeated< Edge > | edge = 2 |
The Edges that connect the Nodes in the graph. More... | |
| repeated< Path > | path = 3 |
A set of named Paths that visit sequences of oriented Nodes. More... | |
Graphs are collections of nodes and edges. They can represent subgraphs of larger graphs or be wholly-self-sufficient. Protobuf memory limits of 67108864 bytes mean we typically keep the size of them small generating graphs as collections of smaller subgraphs.
1.8.17