Closed edkerk closed 3 months ago
This PR has been automatically tested with GH Actions. Here is the output of the tests:
GECKO installed, unknown version (cannot find version.txt).
Running geckoCoreFunctionTests
Done geckoCoreFunctionTests
__________
Note: In the case of multiple test runs, this post will be edited.
Main improvements in this PR:
sensitivityTuning
modifies a kcat value, it will now be indicated inmodel.ec.source
as 'sensitivityTuning', and the previous kcat value and source will be kept in themodel.ec.notes
field aspreTuneKcat=*value* | source:*original source*
. If the kcat value had been subjected tosenstivityTuning
before, then the notes field will remain unchanged, so repeated runs ofsensitivityTuning
will not overwrite the notes.obj.params.uniprot.reviewed
parameter in theadapterTemplate
is set tofalse
, to increase the number of matching proteins.model.ec.source
entry after runningsetKcatForReactions
has been corrected to 'setKcatForReactions'.README.md
.obj.params.enzyme_comp
in model adapter (solves #386)Instructions on merging this PR:
develop
as target branch, and will be resolved with a squash-merge.main
as target branch, and will be resolved with a merge commit.