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
Add knock_out_model_genes to simulate knock-outs, setting
reaction bounds of affected reactions to zero and returning a list
of reactions that were knocked-out. Replaces delete_model_genes
and undelete_model_genes since it is context sensitive.
Improve reading of matlab models which will include metabolite
and reaction annotations.
Fixes
model.copy() will now correctly copy GPRs.
Fix an error where matlab models can not be read if their bounds exceed the
configuration default in some cases.
Fixed some bugs in GPR().from_string() where it was using the unmodified string,
leading to errors with GPRs that should work. Made GPRs that have empty
parenthesis fail more comprehensibly.
Other
Move tests to a different directory, from src/cobra/test to tests (#1191).