-
Notifications
You must be signed in to change notification settings - Fork 3
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
Failure to extract Fruitfly-GEM.xml using COBRA #5
Comments
Dear colleagues, The issue still persists! Please see if you can help update it! Many thanks, |
## yeast-GEM yeast-GEM has built from very different original model than Human/Rat/Mouse/Worm - And there is no `pathway` info in the xml. Also, there is no `metabolite.tsv` under the `model` folder to fetch/updates identifiers (But the original identifiers in the model proved to be good enough I guess ## Fruitfly-GEM - Cannot read by cobra: see SysBioChalmers/Fruitfly-GEM#5
@gmhhope thanks for reporting this, will fix it asap |
The problems reported here are due to the invalid gene id (e.g. |
This has been fixed in v1.2, free to reopen it if problem stays. |
Description of the issue:
Trying to parse the
Fruitfly-GEM.xml
but face errors:model = cobra.io.read_sbml_model(xmlFile)
Then I follow the instruction and do validation
cobra.io.sbml.validate_sbml_model(xmlFile)
It renders the following:
Expected feature/value/output:
I would expect to be able to parse the Fruitfly-GEM.xml which will have identifiers synchronized with
metabolites.tsv
andyml
files.Reproducing these results:
I hereby confirm that I have:
main
branch of the repositoryThe text was updated successfully, but these errors were encountered: