-
```
INFO:root:Dumping iMM904
failed on '( YER056C or YER060W or YER060W-A or YGL186C )' in
ERROR:root:Could not load model iMM904.xml.
ERROR:root:unsupported operation
Traceback (most recent …
-
The following
``` python
from cobra import Model, Reaction, Metabolite
from cobra.io import write_sbml_model
cobra_model = Model('example_cobra_model') # Best practise: SBML compliant IDs
reaction …
-
Hi, I'm trying to implement non-linear objective functions for FBA using cobra toolbox. Looks like optimizeCbModelNLP() is the one I need but it didn't work. I use fmincon() in MATLAB as the nonlinear…
-
I'm trying to get set up with the Yeast model, but it seems the yeast models do not produce biomass when simulating using cobrapy. Its probably something stupid.
I got the latest yeast model from htt…
-
hi everyone,
I have noticed a small glitch between the implementations of the cobra toolbox in python and Matlab. After removing several genes, metabolites and reactions from a yeast model ( always t…