-
Notifications
You must be signed in to change notification settings - Fork 46
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
refactor: standard-GEM #257
Conversation
- run model=rmfield(model,'subSystems') before running saveYeastModel, until subSystems are added (see #11)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks good, except there is deletion of one entry of model xml file, if that is ok, then everything is fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
Looking at the /model/*
files, I see they are named yeastGEM
instead of the expected yeast-GEM
. Any thoughts on the standard-GEM
indication that
All model files must be named the same as the repository
?
I don't see a reason why not to adhere to the |
@feiranl This is an artifact of the empty subSystems. I've now manually removed them ( |
This partially reverts commit 919d396. Restores the model.id so it will not have the dash (so yeastGEM instead of yeast-GEM)
mistakingly reverted in last commit
Benjamin's email no longer active, replace with Eduard's
Just for reference, coming back to naming of the model files. In commit 919d396, I also changed the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting observation with the -
in SBML. Perhaps it would be nice to add some automated validation of the SBML as a GH Action at some point in the future.
Anyway, everything looks good to me!
@mihai-sysbio Very good point, the SBML documentation is very clear on what is allowed, so it would just involve a few regex-checks. |
Main improvements in this PR:
standard-GEM
, by refactoring folder tree and README.md (refactor: organize repo as standard-GEM #232)I hereby confirm that I have:
devel
as a target branch (top left drop-down menu)