vg
tools for working with variation graphs
Public Attributes | List of all members
vg::Node Struct Reference

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...
 

Detailed Description

Nodes store sequence data.

Member Data Documentation

◆ id

int64 vg::Node::id = 3

Each Node has a unique positive nonzero ID within its Graph.

◆ name

string vg::Node::name = 2

A name provides an identifier.

◆ sequence

string vg::Node::sequence = 1

Sequence of DNA bases represented by the Node.


The documentation for this struct was generated from the following file: