Skip to content

Commit

Permalink
fix: drop SBML toolbox as requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaSanchez committed Feb 28, 2018
1 parent 6baa59a commit 9561d24
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion ComplementaryScripts/dependencies.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
RAVEN_toolbox v2.0.0-rc.1
COBRA_toolbox commit b80de23
SBML_toolbox v4.1.0
SBML_level 3
SBML_version 1
fbc_version 2
4 changes: 0 additions & 4 deletions ComplementaryScripts/saveYeastModel.m
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ function saveYeastModel(model)
end
fclose(fid);

%Retrieve SBML toolbox version:
SBMLTver = getVersion('SBMLToolbox.m','VERSION.txt');

%Retrieve RAVEN version:
RAVENver = getVersion('checkInstallation.m','version.txt');

Expand All @@ -41,7 +38,6 @@ function saveYeastModel(model)
fid = fopen('dependencies.txt','wt');
fprintf(fid,['RAVEN_toolbox\tv' RAVENver '\n']);
fprintf(fid,['COBRA_toolbox\tcommit ' COBRAcommit(1:7) '\n']);
fprintf(fid,['SBML_toolbox\tv' SBMLTver '\n']);
fields = fieldnames(model.modelVersion);
for i = 1:length(fields)
value = model.modelVersion.(fields{i});
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This repository contains the current genome-scale metabolic model of _Saccharomy

**GEM Category:** Species; **Utilisation:** maximising growth; **Field:** metabolic-network reconstruction; **Type of Model:** curated, reconstruction; **Model Source:** [Yeast 7.6](https://sourceforge.net/projects/yeast/); **Taxonomy:** _Saccharomyces cerevisiae_; **Metabolic System:** General Metabolism; **Bioreactor**

* Last update: 2018-02-23
* Last update: 2018-02-28

* The model:

Expand All @@ -55,7 +55,6 @@ This repository is administered by Benjamín J. Sánchez ([@BenjaSanchez](https:

### Dependencies - Recommended Software:
* libSBML MATLAB API (version [5.15.0](https://sourceforge.net/projects/sbml/files/libsbml/5.15.0/stable/MATLAB%20interface/) is recommended).
* The SBML Toolbox (version [4.1.0](https://sourceforge.net/projects/sbml/files/SBMLToolbox/4.1.0/) is recommended).
* Gurobi Optimizer for MATLAB (version [6.5.2](http://www.gurobi.com/registration/download-reg) is recommended).

### Installation Instructions
Expand Down

0 comments on commit 9561d24

Please sign in to comment.