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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixes:
By default, the obj.params.uniprot.reviewed parameter in the adapterTemplate is set to false, to increase the number of matching proteins.
The model.ec.source entry after running setKcatForReactions has been corrected to 'setKcatForReactions'.
Features:
If sensitivityTuning modifies a kcat value, it will now be indicated in model.ec.source as 'sensitivityTuning', and the previous kcat value and source will be kept in the model.ec.notes field as preTuneKcat=*value* | source:*original source*. If the kcat value had been subjected to senstivityTuning before, then the notes field will remain unchanged, so repeated runs of sensitivityTuning will not overwrite the notes.
runDLKcat support alternative paths and names of the DLKcat.tsv file (solves #392).
Documentation:
Update references and add MATLAB badge in README.md.
Clarifies the meaning of obj.params.enzyme_comp in model adapter (solves #386).