You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
jeizenga
changed the title
Creating XG from GFA takes a long time for graphs whose IDs do not start at 1
Creating XG from GFA takes a very long time for graphs whose IDs do not start at 1
Jun 19, 2019
Yes, that's why. This call will pad the id space. It needs to start at a
low number and be mostly contiguous for this to work comfortably.
There are many ways to fix this. A translation into the index space is one
mechanism that would be quick to implement.
I think the culprit is this line:
https://github.com/vgteam/xg/blob/master/src/xg.cpp#L591
The text was updated successfully, but these errors were encountered: