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

A non-branching path of a MultipathAlignment. More...

Public Attributes

Path path = 1
 describes node sequence and edits to the graph sequences More...
 
repeated< uint32 > next = 2
 
int32 score = 3
 score of this subpath's alignment More...
 
repeated< Connectionconnection = 4
 connections to other subpaths that are not necessarily contiguous in the graph More...
 

Detailed Description

A non-branching path of a MultipathAlignment.

Member Data Documentation

◆ connection

repeated<Connection> vg::Subpath::connection = 4

connections to other subpaths that are not necessarily contiguous in the graph

◆ next

repeated<uint32> vg::Subpath::next = 2

the indices of subpaths in the multipath alignment that are to the right of this path where right is in the direction of the end of the read sequence

◆ path

Path vg::Subpath::path = 1

describes node sequence and edits to the graph sequences

◆ score

int32 vg::Subpath::score = 3

score of this subpath's alignment


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