Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversion stops at CreateMultiMarkers if neither BoundingBox nor Curve are set #44

Open
MariaHei opened this issue Jul 17, 2019 · 1 comment
Labels

Comments

@MariaHei
Copy link
Member

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 SpeciesReferenceGlyph BoundingBox is not set and while isSetCurve = true, getCurve = [] .

@MariaHei MariaHei added the bug label Jul 17, 2019
@MariaHei
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant