draeger-lab / refinegems

refineGEMs is a python package inteded to help with the curation of genome-scale metabolic models (GEMS).
https://refinegems.readthedocs.io/en/latest/
MIT License
10 stars 0 forks source link

Update the `growth` module #104

Closed GwennyGit closed 5 months ago

GwennyGit commented 8 months ago

The growth module works and contains excellent ideas. However, a new and less confusing setup would be beneficial. The following ideas should improve the setup and add better handling of flux values.


Improvement/rearranging of already existing functions (-> #79)

Main changes

Still missing

cb-Hades commented 8 months ago

Notes from the Whiteboard:

Image

cb-Hades commented 8 months ago

get_default_secretion changed to one function for returning ID for reactions secreting compounds (get_secretion) and a second for for returning functions that produce a compound called get_production.

cb-Hades commented 7 months ago

Added functions to plot and save the growth simulation results.

GwennyGit commented 5 months ago

All tasks are either done or transferred to a new issue -- closing issue (#16, #79).