|
vg
tools for working with variation graphs
|
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< Connection > | connection = 4 |
| connections to other subpaths that are not necessarily contiguous in the graph More... | |
A non-branching path of a MultipathAlignment.
| repeated<Connection> vg::Subpath::connection = 4 |
connections to other subpaths that are not necessarily contiguous in the graph
| 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 vg::Subpath::path = 1 |
describes node sequence and edits to the graph sequences
| int32 vg::Subpath::score = 3 |
score of this subpath's alignment
1.8.17