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
Any tag with the type i for integer must have an integer value not written in exponential mode.
In fact, when I use gfapy, an exponential value for the i fields is unexpected. gfapy output an error for one of the file created by Skesa gfa_connector, particularly concerning the KC field:
Bug description
Any tag with the type
i
for integer must have an integer value not written in exponential mode.In fact, when I use
gfapy
, an exponential value for thei
fields is unexpected.gfapy
output an error for one of the file created by Skesagfa_connector
, particularly concerning theKC
field:Solution
Make sure explicit integer notation is used in
gfa_connector
References
https://gfa-spec.github.io/GFA-spec/GFA1.html#optional-fields
The text was updated successfully, but these errors were encountered: