vg
tools for working with variation graphs
|
Public Attributes | |
int32 | from_length = 1 |
Length in the target/ref sequence that is removed. More... | |
int32 | to_length = 2 |
Length in read/alt of the sequence it is replaced with. More... | |
string | sequence = 3 |
The replacement sequence, if different from the original sequence. More... | |
Edits describe how to generate a new string from elements in the graph. To determine the new string, just walk the series of edits, stepping from_length distance in the basis node, and to_length in the novel element, replacing from_length in the basis node with the sequence.
There are several types of Edit:
int32 vg::Edit::from_length = 1 |
Length in the target/ref sequence that is removed.
string vg::Edit::sequence = 3 |
The replacement sequence, if different from the original sequence.
int32 vg::Edit::to_length = 2 |
Length in read/alt of the sequence it is replaced with.