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
When converting the file GlycolysisLayout_small.sbml.xml from data the conversion stops at edu.ucsd.sbrg.escher.converter.SBML2Escher createMultiMarkers --- INFORMATION: creating multi-markers from species reference glyph (SpeciesReferenceGlyph_01). This is probably because in this SpeciesReferenceGlyphBoundingBox is not set and while isSetCurve = true, getCurve = [] .
The text was updated successfully, but these errors were encountered:
Trying to solve this has lead to many more problems so I leave it this way for now. For anyone in the future working on this: the problem is in edu.ucsd.sbrg.escher.converter.SBML2Escher.createMultiMarkers. The number of curve segments is only 1 sometimes which leads to a for-loop from i = 0 with i < 0.
When converting the file
GlycolysisLayout_small.sbml.xml
fromdata
the conversion stops atedu.ucsd.sbrg.escher.converter.SBML2Escher createMultiMarkers --- INFORMATION: creating multi-markers from species reference glyph (SpeciesReferenceGlyph_01)
. This is probably because in thisSpeciesReferenceGlyph
BoundingBox
is not set and whileisSetCurve = true
,getCurve = []
.The text was updated successfully, but these errors were encountered: