Skip to content

v2.0.4

Compare
Choose a tag to compare
@edkerk edkerk released this 16 Oct 11:15
8424d96

Main improvements in this release:

  • fix:
    • exportForGit write toolbox version on PC and Mac (#169)
    • checkModelStruct doesn't warn about duplicate SBO terms (PR #167)
  • feat:
    • generateNewIds can define new sequential reaction and metabolite IDs using a specified prefix (PR #167)
    • addRxns has allowNewGenes flag to automatically add genes not present in the model; uses default UB and LB if provided in model and no other bounds are specified; no need to specify eqnType if stoichCoeffs are used (PR #167)
  • refactor:
    • RAVEN_structure_fields is documented as CSV instead of XLSX (ae84fd3)
    • shorter warning message in standardizeGrRules if embedded (PR #167)
    • addMets and addRxns use new generateNewIds function (PR #167)
    • addGenesRaven and `addRxns don't standardize grRules during each run (PR #167)