-
Notifications
You must be signed in to change notification settings - Fork 1
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
Modifiy modules to work with models not using BiGG identifiers #36
Comments
This also applies to the |
This also applies to the |
Are these functions going to run ModelPolisher? |
@draeger I am unsure whether that would be desired by a user. Since the |
Additionally, sorted all dictionary entries alphabetically.
Renamed add_bigg_metab and add_bigg_reac to add_metab and add_reac and generalised the code.
Most of the code was adjusted to be more general. Additionally, the functionalities requested in issue #38 were added.
Currently, the function |
This will be added in the refineGEMs pipeline in SPECIMEN. See issue draeger-lab/SPECIMEN#8 |
TODO: keep a list of functions working with the namespace param, to always know, which parts need extension, if a new namespace should be available / curate-able with the models |
Add VMH namespace (Tasklist):
|
So far only models with BiGG identifiers can be used for
growth
simulation. It is possible to modify but needs a bit more thought. The user will have to know the structure of their identifiers (for example the underlying database) and use them in their custom media definition. The easiest way to achieve this change might be to abstract the function that are already there and providing a jupyter notebook in the documentation which shows how to 1. define the medium and 2. use this medium to run a growth simulation. This might need some code changes though.For version 2.1 ❓
The text was updated successfully, but these errors were encountered: