|
vg
tools for working with variation graphs
|
Classes | |
| class | vg::GrefCover |
| struct | vg::GrefCover::RankedFragment |
Namespaces | |
| vg | |
Interface for computing and querying graph reference path covers.
An gref cover is a set of path fragments (stored as separate paths) in the graph. They are always relative to an existing reference sample (ie GRCh38 or CHM13). Unlike rGFA paths which use complex metadata embedding, gref paths use a simple naming scheme: {base_path_name}_{N}_alt
For example, if the reference path is "CHM13#0#chr1", gref paths would be named:
The data structures used in this class are always relative to the original paths in the graph. The REFERENCE-sense fragments that are used to serialize the cover can be created and loaded, but they are not used beyond that.
1.9.1