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

Describes a step of a walk through a Snarl either on a node or through a child Snarl. More...

Public Attributes

int64 node_id = 1
 The node ID or snarl of this step (only one should be given) More...
 
Snarl snarl = 2
 only needs to contain the start and end Visits More...
 
string name = 4
 
bool backward = 3
 

Detailed Description

Describes a step of a walk through a Snarl either on a node or through a child Snarl.

Member Data Documentation

◆ backward

bool vg::Visit::backward = 3

Indicates: if node_id is specified reverse complement of node if snarl is specified traversal of a child snarl entering backwards through end and leaving backwards through start

◆ name

string vg::Visit::name = 4

The segment name of this step.

◆ node_id

int64 vg::Visit::node_id = 1

The node ID or snarl of this step (only one should be given)

◆ snarl

Snarl vg::Visit::snarl = 2

only needs to contain the start and end Visits


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