Closed LukasW94 closed 6 years ago
This should now be fixed - I had a bug in the way the GFA1 <-> GFA2 normalization happened, where I never actually moved the links and containments to edges. This wasn't affected if parsing from a file, because that bit of the API is already forced to use edges.
@LukasW94 does this seem to do the expected thing now?
I believe it does :+1:
With the following code I try to replicate the GFA-1 example from https://github.com/GFA-spec/GFA-spec/blob/master/GFA1.md
The resulting output, when using the latest version, gives:
When using https://github.com/edawson/gfakluge/commit/99bf3413e68e3e8d9767806f3f2a4d5efe427d9e the output is as followed:
Which is the wanted result if I'm not mistaken.