Skip to content

Commit

Permalink
chore: new version
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaSanchez committed Apr 16, 2018
1 parent 9f6dde6 commit 8f68cfb
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 37 deletions.
Binary file modified ModelFiles/mat/yeastGEM.mat
Binary file not shown.
Binary file modified 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_v8.0.0" id="COBRAModel" name="Model Exported from COBRA Toolbox" fbc:strict="true">
<model metaid="yeastGEM_v8.0.1" id="COBRAModel" name="Model Exported from COBRA Toolbox" fbc:strict="true">
<listOfUnitDefinitions>
<unitDefinition id="mmol_per_gDW_per_hr">
<listOfUnits>
Expand Down
76 changes: 41 additions & 35 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# History

### yeast 8.0.1:
* `.yml` format included for easier visualization of model changes
* Empty notes removed from model
* Issue and PR templates included
* `README.md` updated to comply with new repo's name

### 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

### yeast 7.8.3:
* curated tRNA's formulas
* started tracking COBRA and RAVEN versions
* dropped SBML toolbox as requirement
* reorganized `complementaryScripts`
* switched to a CC-BY-4.0 license

### yeast 7.8.2:
* fixed subSystems bug: now they are saved as individual groups
* solved inter-OS issues
* remade license to follow GitHub format
* added `history.md` and made it a requirement to update when increasing version

### yeast 7.8.1:
* started following dependencies
* started keeping track of the version in the repo (`version.txt`)
* included `.gitignore`
* dropped `.mat` storage for `devel` + feature branches (but kept it in `master`)

### yeast 7.8.0:
First release of the yeast model

Expand All @@ -19,38 +59,4 @@ First release of the yeast model
* Proton balance in membrane restored
* Ox.Pho. stoichiometry fixed
* NGAM rxn introduced
* GAM in biomass pseudo-rxn fixed and refitted to chemostat data

### yeast 7.8.1:
* started following dependencies
* started keeping track of the version in the repo (`version.txt`)
* included `.gitignore`
* dropped `.mat` storage for `devel` + feature branches (but kept it in `master`)

### yeast 7.8.2:
* fixed subSystems bug: now they are saved as individual groups
* solved inter-OS issues
* remade license to follow GitHub format
* added `history.md` and made it a requirement to update when increasing version

### yeast 7.8.3:
* curated tRNA's formulas
* started tracking COBRA and RAVEN versions
* dropped SBML toolbox as requirement
* reorganized `complementaryScripts`
* 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
* GAM in biomass pseudo-rxn fixed and refitted to chemostat data
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.0.0
8.0.1

0 comments on commit 8f68cfb

Please sign in to comment.