v0.1.0
Initial release, with six functional functions :
- grapher creates interactive graph representation from a GFA file
- reconstruct recreates the linear sequences from the graph
- offset adds relative position information as a tag in GFA file
- isolate extracts a subgraph from positions in the paths
- neigborhood extracts a subgraph from a set of nodes around a node
- edit computes a edit distance between variation graphs
Those are accessible through the command pangraphs
.
Other functions are let as scripts, and are located in the scripts
folder.