Skip to content

Commit

Permalink
chore: new version
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaSanchez committed Mar 30, 2018
1 parent bb5a4cb commit b8021e3
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,9 @@ Thumbs.db
*.mex*
*.mlappinstall
*.mltbx
*.mat
helpsearch*/

# Non-complying tables #
########################
*.xls
*.xlsx
*.tab
Binary file modified ModelFiles/mat/yeastGEM.mat
Binary file not shown.
Binary file added ModelFiles/xlsx/yeastGEM.xlsx
Binary file not shown.
2 changes: 1 addition & 1 deletion ModelFiles/xml/yeastGEM.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<sbml xmlns="http://www.sbml.org/sbml/level3/version1/core" xmlns:fbc="http://www.sbml.org/sbml/level3/version1/fbc/version2" xmlns:groups="http://www.sbml.org/sbml/level3/version1/groups/version1" level="3" version="1" fbc:required="false" groups:required="false">
<model metaid="yeastGEM_v7.8.3" id="COBRAModel" name="Model Exported from COBRA Toolbox" fbc:strict="true">
<model metaid="yeastGEM_v8.0.0" id="COBRAModel" name="Model Exported from COBRA Toolbox" fbc:strict="true">
<listOfUnitDefinitions>
<unitDefinition id="mmol_per_gDW_per_hr">
<listOfUnits>
Expand Down
17 changes: 16 additions & 1 deletion history.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,19 @@ First release of the yeast model
* started tracking COBRA and RAVEN versions
* dropped SBML toolbox as requirement
* reorganized `complementaryScripts`
* switched to a CC-BY-4.0 license
* switched to a CC-BY-4.0 license

### yeast 8.0.0:
First version of the yeast8 model, to separate it from previous versions:

* Manual curation project:
* All metabolite information manually curated (names, charges, kegg IDs, chebi IDs)
* Reaction gene rules updated with curation from [the iSce926 model](http://www.maranasgroup.com/submission_models/iSce926.htm). 13 genes added in this process
* Format changes:
* Folder `ComplementaryData` introduced
* All data is stored in `.tsv` format now (can be navigated in Github)
* Releases now come in `.xlsx` as well
* Other new features:
* Added `loadYeastModel.m`
* A much smarter `increaseVersion.m`
* Lots of refactoring
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.8.3
8.0.0

0 comments on commit b8021e3

Please sign in to comment.