GenGraph
GenGraph copied to clipboard
Convert / import vg gfa file
Create a function to convert to and from gfa format used by vg. The format is defined here:
https://github.com/GFA-spec/GFA-spec/blob/master/GFA1.md
This may be tricky as at first glance vg does not use a coordinate system for keeping track of relative nucleotide positions. Will look into this.