vg
tools for working with variation graphs
|
Public Attributes | |
repeated< Node > | node = 1 |
The Node s that make up the graph. More... | |
repeated< Edge > | edge = 2 |
The Edge s that connect the Node s in the graph. More... | |
repeated< Path > | path = 3 |
A set of named Path s that visit sequences of oriented Node s. 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.