Closed edkerk closed 1 year ago
This PR has been automatically tested with GH Actions. Here is the output of the tests:
Running geckoCoreFunctionTests
Done geckoCoreFunctionTests
__________
Note: In the case of multiple test runs, this post will be edited.
Looks good. Both light and full protocols run very well.
Main improvements in this PR:
addNewRxnsToEC
to add new enzyme-catalyzed metabolic reactions to an ecModel. (PR #337)readDLKcatOutput
reports which metabolites or reactions are not matching. (solves #334)mapRxnsToConv
throws error if empty flux vector is used as input. (solves #332)getComplexData
does not write empty complex data. (solves #338)Prot
toEnz
to give the new function namesflexibilizeEnzConcs
,fillEnzConcs
andconstraintEnzConcs
.ecFSEOF
as one combined function to run FSEOF simulations on ecModels.protocol.m
files.I hereby confirm that I have:
main
as a target branch (top left drop-down menu)Note: merge from
develop
tomain
should be via merge commit, not squash merge.