Skip to content

GECKO 3.2.2

Latest
Compare
Choose a tag to compare
@edkerk edkerk released this 15 Oct 12:05
8821fe7
  • 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).