Skip to content

Commit

Permalink
test: bound SBO terms
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaSanchez committed Oct 5, 2020
1 parent 6094f32 commit 086b1cb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ModelFiles/dependencies.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MATLAB 9.7.0.1190202 (R2019b)
libSBML 5.17.0
RAVEN_toolbox 2.4.0
COBRA_toolbox commit 0303050
COBRA_toolbox commit 56f0e94
SBML_level 3
SBML_version 1
fbc_version 2
10 changes: 5 additions & 5 deletions ModelFiles/xml/yeastGEM.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58840,11 +58840,11 @@
</species>
</listOfSpecies>
<listOfParameters>
<parameter id="FB1N1000" value="-1000" constant="true"/>
<parameter id="FB2N1" value="-1" constant="true"/>
<parameter id="FB3N0" value="0" constant="true"/>
<parameter id="FB4N1" value="0.7" constant="true"/>
<parameter id="FB5N1000" value="1000" constant="true"/>
<parameter sboTerm="SBO:0000626" id="FB1N1000" value="-1000" constant="true"/>
<parameter sboTerm="SBO:0000625" id="FB2N1" value="-1" constant="true"/>
<parameter sboTerm="SBO:0000626" id="FB3N0" value="0" constant="true"/>
<parameter sboTerm="SBO:0000625" id="FB4N1" value="0.7" constant="true"/>
<parameter sboTerm="SBO:0000626" id="FB5N1000" value="1000" constant="true"/>
</listOfParameters>
<listOfReactions>
<reaction metaid="r_0001" sboTerm="SBO:0000176" id="r_0001" name="(R)-lactate:ferricytochrome-c 2-oxidoreductase" reversible="false" fast="false" fbc:lowerFluxBound="FB3N0" fbc:upperFluxBound="FB5N1000">
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This repository contains the current consensus genome-scale metabolic model of _

**GEM Category:** species; **Utilisation:** experimental data reconstruction, multi-omics integrative analysis, _in silico_ strain design, model template; **Field:** metabolic-network reconstruction; **Type of Model:** reconstruction, curated; **Model Source:** YeastMetabolicNetwork; **Omic Source:** genomics, metabolomics; **Taxonomy:** _Saccharomyces cerevisiae_; **Metabolic System:** general metabolism; **Bioreactor**; **Strain:** S288C; **Condition:** aerobic, glucose-limited, defined media;

* Last update: 2020-09-18
* Last update: 2020-10-05

* Main Model Descriptors:

Expand Down

0 comments on commit 086b1cb

Please sign in to comment.