You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Considering metabolites as "static" is the way COMETS has to simulate an unlimited supply of metabolites.
When a media component is static, this means that its concentration is returned in each cycle to the set static value. This is used when we want a media component to remain virtually unlimited during a simulation.
If I get this right, then one could have a static case with a non unlimited compound.
For example, I would like to have a static medium compound of 11mM glucose.
Hi @dukovski.
Thanks a lot for the immediate response.
Attached you can find my script and the e_coli_core model i m using for this toy case.
Thanks a lot once again and I d be glad to help if possible.
Hi all and thanks a lot for
comets
andcometspy
.Based on the documentation site:
static
flag)If I get this right, then one could have a
static
case with a non unlimited compound.For example, I would like to have a static medium compound of 11mM glucose.
To this end i have made a short example case:
It seems that the
glc__D_e
compound does not behave as static even if when you runexperiment.layout.media
, you see that theg_static
is as it should:Am i doing something wrong ?
Thank you very much in advance for all your time and help.
The text was updated successfully, but these errors were encountered: