vg
tools for working with variation graphs
|
Nodes store sequence data. More...
Public Attributes | |
string | sequence = 1 |
Sequence of DNA bases represented by the Node. More... | |
string | name = 2 |
A name provides an identifier. More... | |
int64 | id = 3 |
Each Node has a unique positive nonzero ID within its Graph. More... | |
Nodes store sequence data.
string vg::Node::name = 2 |
A name provides an identifier.
string vg::Node::sequence = 1 |
Sequence of DNA bases represented by the Node.