cobrapy icon indicating copy to clipboard operation
cobrapy copied to clipboard

COBRApy is a package for constraint-based modeling of metabolic networks.

Results 125 cobrapy issues
Sort by recently updated
recently updated
newest added

Updated version of https://github.com/opencobra/cobrapy/pull/988. Tried to simplify and tidy the code in addition to merging. Modified according to @cdiener requests - Ignored changes in notes for now - renamed constructors...

stale

* [X] fix #673 * [X] description of feature/fix Fix #673 by making reactions in species search the model fields, if this species is in a model. Added checks in...

stale

* [ ] fix #(issue number) * [X] description of feature/fix Changed type hints in dictlist to be TypeVar(Object), because otherwise my linter would complain about expecting a Reaction and...

stale

#### Problem description Hi all, I am running loopless FBA and I noticed that when I run several times the optimisation I get different results. This does not occur systematically...

#### Problem description Please explain: Hello! Please I'm trying to solve a model using cplex or gurobi as a solver for pFBA but it doesn't work ? Do you have...

Hello, I would like to raise a question regarding the FastCC implementation of Cobrapy. After multiple runs, FastCC outputs a different number of blocked reactions using the Recon1 model. It...

bug

Hi, i am trying charge a model in Memote, but, say the error: (base) C:\Users\user>memote report snapshot C:\Users\user\Documents\MATLAB\BORRADOR_RH16\raeu_2909v6.xml critical: The model could not be loaded due to the following SBML...

needs information

#### Problem description Setting `Gene.functional` does currently not trigger side effects. This leads to reactions with `rxn.functional == False` that still carry flux. The use case for that should be...

Please explain: I'm trying to add coupling constraints in a model and save the modifications in a new model with cobra.save matlab or json ![image](https://user-images.githubusercontent.com/75625865/180626562-fe244d98-5328-42c2-9c8e-807ce4e86652.png) the coupling are inserted successfully...

#### Problem description Please explain: #### Problem description Hello I'm trying to access to the coupling constraints of the whole body metabolism with cobrapy but I m getting this error...