-
Notifications
You must be signed in to change notification settings - Fork 218
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
ModelSEED SBML model can't be read due to duplicated IDs #1235
Comments
What is the result of the SBML validation? I am pretty sure your SBML is invalid and you should fix the issues in your model file. |
SBML validation of web site, http://sbml.org/validator, is invalid, 404, is there where you can verify? |
Sorry, link changed with the site migration. |
Fixed in #1239 |
Any chance that you can add a redirect on the proxy that runs sbml.org? |
|
Thank you. How do I do that? I'm not adding weighted direction |
Sorry, that was a comment for @matthiaskoenig |
Here is a MRE:
This will result in:
Which points towards the same issue as the SBML validator. The issue is that ModelSEED provided invalid SBML models (duplicated IDs). @Midnighter Do you know where we should report this issue and what ModelSEED uses to generate the SBML model? |
@Midnighter I just opened the issue for the redirect. This should be fixed soon. See sbmlteam/sbmlteam.github.io#39 |
I tried to read it without error using libsbml: |
Reading the document with libsbml does not perform validation. You have to run the validation before you will see the actual errors. LibSBML will provide exactly the same errors (i.e. you model is invalid because you have duplicate species in it), because cobrapy and the sbml.org validator are using libsbml. |
Closing in favor of the attached ModelSEED issue where that issue originates. |
Problem description
Code Sample
Create a minimal, complete, verifiable example.
Context
The text was updated successfully, but these errors were encountered: