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 following exception on the attached file below occurs when converting a GenBank file with spaces in the feature type field.
Error: java.lang.NumberFormatException: For input string: "sequence"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:580)
at java.lang.Integer.parseInt(Integer.java:615)
at org.sbolstandard.core2.GenBank.read(GenBank.java:1457)
at org.sbolstandard.core2.SBOLReader.read(SBOLReader.java:700)
at org.sbolstandard.core2.SBOLReader.read(SBOLReader.java:625)
at org.sbolstandard.core2.SBOLReader.read(SBOLReader.java:512)
at org.sbolstandard.core2.SBOLReader.read(SBOLReader.java:437)
at org.sbolstandard.core2.SBOLReader.read(SBOLReader.java:422)
at org.sbolstandard.core2.SBOLValidate.validate(SBOLValidate.java:2725)
at org.sbolstandard.core2.SBOLValidate.validate(SBOLValidate.java:2656)
The following exception on the attached file below occurs when converting a GenBank file with spaces in the feature type field.
Error: java.lang.NumberFormatException: For input string: "sequence"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:580)
at java.lang.Integer.parseInt(Integer.java:615)
at org.sbolstandard.core2.GenBank.read(GenBank.java:1457)
at org.sbolstandard.core2.SBOLReader.read(SBOLReader.java:700)
at org.sbolstandard.core2.SBOLReader.read(SBOLReader.java:625)
at org.sbolstandard.core2.SBOLReader.read(SBOLReader.java:512)
at org.sbolstandard.core2.SBOLReader.read(SBOLReader.java:437)
at org.sbolstandard.core2.SBOLReader.read(SBOLReader.java:422)
at org.sbolstandard.core2.SBOLValidate.validate(SBOLValidate.java:2725)
at org.sbolstandard.core2.SBOLValidate.validate(SBOLValidate.java:2656)
laci.zip
The text was updated successfully, but these errors were encountered: