Skip to content

GECKO 3.1.1

Compare
Choose a tag to compare
@edkerk edkerk released this 17 Jul 10:12
· 39 commits to main since this release
b512ea3
  • Features:
    • 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)
  • Fixes:
    • getComplexData does not write empty complex data. (solves #338)
  • Refactor:
    • Rename Prot to Enz to give the new function names flexibilizeEnzConcs, fillEnzConcs and constraintEnzConcs.
    • ecFSEOF as one combined function to run FSEOF simulations on ecModels.
  • Documentation:
    • Minor edits in protocol.m files.