Skip to content

Releases: opencobra/MASS-Toolbox

Updated Documentation

07 Jun 00:06
Compare
Choose a tag to compare

This release updates the documentation for M9+

Minor Updates

27 Jan 01:15
Compare
Choose a tag to compare

Minor codebase updates including:

  • model2escher becomes model2json
  • Fixes in example data pfk and pk modules

Introducing Annotations and Pathway Attributes

05 Jan 02:17
Compare
Choose a tag to compare

Two new attributes have been added, one for MIRIAM annotations, and one for pathway visualization. These can also be imported/exported to SBML.

In addition, a new Toolbox Palette has been added to easily add Toolbox specific types. Minor bugfixes are also included in this release.

Switched back to AutomaticUnits

27 Jun 04:13
Compare
Choose a tag to compare

The M10 units package results in severe issues with computation time for large models, so the MASS Toolbox has switched back to using AutomaticUnits. Other minor bugfixes and new functions are added in this update.

Removed dependency on MathSBML

08 Jun 06:59
Compare
Choose a tag to compare

Revamped the model2sbml function which originally used MathSBML. The current version uses SBML Level 3 and also supports the FBC extension. Miriam annotations can now be imported, viewed, and exported.

Other changes in this release include the addition of more modules for the SB2 example data, and minor bug fixes.

Updates for SB2 Book

13 May 06:30
Compare
Choose a tag to compare
  • Minor updates to functions including drawNodeMaps and getElementalMatrix.
  • Capitalized all species and reactions in example data
  • Added a model2escher function that creates JSON files for MASS models to be imported into Escher

Updated examples for SB2 textbook

24 Apr 18:23
Compare
Choose a tag to compare

Updated various examples for the SB2 textbook, including reordering species/reactions and adding in elemental matrices.

Also added the minspan function to find the minimal spanning vectors of a null space, and the function toMASSunits, which converts all units to Liters, Hours and Millimoles.

Updated Example Data

26 Mar 19:12
Compare
Choose a tag to compare

The example data for SB2 has been updated to reflect the order of metabolites in the textbook tables. In addition, the PFK module has been added to the example data

Elemental Matrix

25 Mar 18:57
Compare
Choose a tag to compare

Use getElementalMatrix[model] to generate the elemental matrix for the model.

Minor bug fixes

06 Feb 01:02
Compare
Choose a tag to compare
  • Added Minutes to Units package
  • Fixed Units context shadowing bug
  • Fixed elementallyBalancedQ function