edawson / gfakluge

A C++ library and utilities for manipulating the Graphical Fragment Assembly format.
http://edawson.github.io/gfakluge/
MIT License
51 stars 20 forks source link

Edges don't receive IDs in the same namespace as segments #12

Open edawson opened 6 years ago

edawson commented 6 years ago

This is now required in GFA2, but currently is not implemented. We can simply bump the edge IDs by max(seg_ids).