changeset 0:ec6d9e04cbc5 draft default tip

planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/meneco commit 005790d17ea244a50c9ccbd38b50a0608233c8a9
author genouest
date Mon, 11 Jun 2018 08:43:56 -0400
parents
children
files meneco.xml test-data/ectocyc.sbml test-data/result.txt test-data/seeds.sbml test-data/targets.sbml
diffstat 5 files changed, 15914 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/meneco.xml	Mon Jun 11 08:43:56 2018 -0400
@@ -0,0 +1,54 @@
+<?xml version='1.0' encoding='utf-8'?>
+<tool id="meneco" name="meneco" version="@VERSION@">
+    <description>compute minimal completions to your draft network with reactions from a repair network</description>
+    <macros>
+        <token name="@VERSION@">1.5.2</token>
+    </macros>
+    <requirements>
+        <requirement type="package" version="@VERSION@">meneco</requirement>
+    </requirements>
+    <command detect_errors="exit_code"><![CDATA[
+meneco.py
+    --draftnet '${draftnet}'
+    #if $repairnet
+        --repairnet '${repairnet}'
+    #end if
+    --seeds '${seeds}'
+    --targets '${targets}'
+    ${enumerate} > '${output}'
+    ]]></command>
+    <inputs>
+        <param argument="--draftnet" type="data" format="xml" label="draft network" help="metabolic network in SBML format" />
+        <param argument="--repairnet" type="data" optional='true' format="xml" label="repair network" help="metabolic network in SBML format" />
+        <param argument="--seeds" type="data" format="xml" label="seeds" help="seeds in SBML format"/>
+        <param argument="--targets" type="data" format="xml" label="targets" help="targets in SBML format" />
+        <param argument="--enumerate" type="boolean" truevalue="--enumerate" falsevalue="" help="enumerate all minimal completions" />
+    </inputs>
+    <outputs>
+        <data format="txt" name="output" label="result.txt with ${tool.name} on ${on_string}" />
+    </outputs>
+    <tests>
+        <test>
+            <param name="draftnet" ftype="xml" value="ectocyc.sbml" />
+            <param name="seeds" ftype="xml" value="seeds.sbml" />
+            <param name="targets" ftype="xml" value="targets.sbml" />
+            <output name="output" file="result.txt" compare="sim_size"/>
+        </test>
+    </tests>
+    <help><![CDATA[
+
+**What it does**
+
+A qualitative approach to elaborating the bio-synthetic capacities of metabolic networks. Large-scale metabolic networks as well as measured data sets suffer from substantial incompleteness. This approach builds upon a formal method for analyzing large-scale metabolic networks mapping its principles into Answer Set Programming. The approach can then be used to check whether a drafted network provides the synthesis routes to comply with the required functionality. If this fails, the draft network can be completed by importing reactions from metabolic reference network stemming from other organisms until the obtained network provides the measured functionality.
+
+--------
+
+**Project links:**
+
+http://bioasp.github.io/meneco/
+
+    ]]></help>
+    <citations>
+        <citation type="doi">10.1371/journal.pcbi.1005276</citation>
+    </citations>
+</tool>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/ectocyc.sbml	Mon Jun 11 08:43:56 2018 -0400
@@ -0,0 +1,15682 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<sbml xmlns="http://www.sbml.org/sbml/level2" level="2" version="1">
+  <model id="EsiCyc">
+    <listOfCompartments>
+      <compartment id="CCO__45__IN" name="CCO-IN"/>
+      <compartment id="CCO__45__OUT" name="CCO-OUT"/>
+      <compartment id="CCO__45__CYTOSOL" name="CCO-CYTOSOL"/>
+    </listOfCompartments>
+    <listOfSpecies>
+      <species id="Protein__45__Red__45__Disulfides" name="a protein with reduced sulfide groups: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Protein__45__Ox__45__Disulfides" name="a protein with oxidized disulfide bonds: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PHOSPHO__45__ENOL__45__PYRUVATE_CCO__45__IN" name="phosphoenolpyruvate: C3H2O6P" compartment="CCO__45__IN" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Pi_CCO__45__OUT" name="phosphate: HO4P" compartment="CCO__45__OUT" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PHOSPHO__45__ENOL__45__PYRUVATE_CCO__45__OUT" name="phosphoenolpyruvate: C3H2O6P" compartment="CCO__45__OUT" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ASCORBATE_CCO__45__OUT" name="L-ascorbate: C6H7O6" compartment="CCO__45__OUT" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ASCORBATE_CCO__45__IN" name="L-ascorbate: C6H7O6" compartment="CCO__45__IN" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Ox__45__FMN__45__Flavoproteins" name="an oxidized flavoprotein (FMN): " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Red__45__FMNH2__45__Flavoproteins" name="a reduced flavoprotein (FMNH2): " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Ox__45__FAD__45__Flavoproteins" name="an oxidized flavoprotein (FAD): " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Red__45__FADH2__45__Flavoproteins" name="a reduced flavoprotein (FADH2): " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Delta4__45__hexadecenoyl__45__ACPs" name="a delta4-hexadecenoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Nonmethylated__45__Ribosomal__45__Protein__45__L11s" name="a non-methylated ribosomal protein L11: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Methylated__45__Ribosomal__45__Protein__45__L11s" name="a methylated ribosomal protein L11: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="MG__43__2" name="Mg2+: Mg" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__Prime__45__Phosphate__45__Terminated__45__RNAs" name="a 3&apos;-phosphate-terminated RNA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Cyclic__45__Phosphate__45__Terminated__45__RNAs" name="a 2&apos;,3&apos;-cyclic-phosphate-terminated RNA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Deoxynucleotides" name="a deoxyribonucleotide: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DEOXYNUCLEOTIDESM" name="(deoxynucleotides)(m): " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="D__45__METHYL__45__MALONYL__45__COA" name="(S)-methylmalonyl-CoA: C25H35N7O19P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD1G__45__277" name="cerotoyl-CoA: C47H82N7O17P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD1G__45__332" name="2-carboxyl-cerotoyl-CoA: C48H81N7O19P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Carboxybiotin__45__BCCP" name="a carboxylated-biotinylated [BCCP dimer]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="BCCP__45__dimers" name="a biotinylated [BCCP dimer]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__aspartyl__45__tRNAAsn" name="L-aspartyl-tRNAasn: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="BCCP__45__monomers" name="a [biotin-carboxyl-carrier protein monomer]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="BCCP__45__biotin__45__monomers" name="a biotinylated [BCCP monomer]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_5__45__FORMYL__45__THF" name="5-formyl-tetrahydrofolate: C20H21N7O7" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_5__45__PHOSPHORIBOSYL__45__N__45__FORMYLGLYCINEAMIDINE" name="5-phosphoribosyl-N-formylglycineamidine: C8H15N3O8P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__GAMMA__45__GLUTAMYLCYSTEINE" name="L-gamma-glutamylcysteine: C8H13N2O5S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="FORMYL__45__THF__45__GLU__45__N" name="an N10-formyl-tetrahydrofolate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="THF__45__GLU__45__N" name="a tetrahydrofolate-glutamate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="METHYLENE__45__THF__45__GLU__45__N" name="a 5,10-methylene-tetrahydrofolate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Detyrosinated__45__alpha__45____45__tubulins" name="detyrosinated alpha-tubulin: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Alpha__45__tubulins" name="alpha-tubulin: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Protein__45__L__45__lysine" name="a [protein]-L-lysine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PROTEIN__45__N__45__UBIQUITYL__45__LYSINE" name="a protein-N-ubiquityl-lysine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__730" name="3-oxo-2-(cis-2&apos;-pentenyl)-cyclopentane-1-octanoate: C18H29O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ITACONATE" name="itaconate: C5H4O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__1137" name="itaconyl-CoA: C26H35N7O19P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="VAL__45__tRNAs" name="tRNAval: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Charged__45__VAL__45__tRNAs" name="L-valyl-tRNAval: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="MET__45__tRNAs" name="tRNAmet: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Charged__45__MET__45__tRNAs" name="L-methionyl-tRNAmet: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Charged__45__GLN__45__tRNAs" name="L-glutaminyl-tRNAgln: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="LYS__45__tRNAs" name="tRNAlys: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Charged__45__LYS__45__tRNAs" name="L-lysyl-tRNAlys: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PRO__45__tRNAs" name="tRNApro: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Charged__45__PRO__45__tRNAs" name="L-prolyl-tRNApro: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GLY__45__tRNAs" name="tRNAgly: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Charged__45__GLY__45__tRNAs" name="glycyl-tRNAgly: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ASP__45__tRNAs" name="tRNAasp: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Charged__45__ASP__45__tRNAs" name="L-aspartyl-tRNAasp: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="THR__45__tRNAs" name="tRNAthr: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Charged__45__THR__45__tRNAs" name="L-threonyl-tRNAthr: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GLX__45__tRNAs" name="tRNAGlx: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GLUTAMYL__45__GLX__45__TRNAS" name="L-glutamyl-tRNAGlx: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CYS__45__tRNAs" name="tRNAcys: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Charged__45__CYS__45__tRNAs" name="L-cysteinyl-tRNAcys: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ALA__45__tRNAs" name="tRNAala: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Charged__45__ALA__45__tRNAs" name="L-alanyl-tRNAala: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="SER__45__tRNAs" name="tRNAser: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Charged__45__SER__45__tRNAs" name="L-seryl-tRNAser: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="TYR__45__tRNAs" name="tRNAtyr: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Charged__45__TYR__45__tRNAs" name="L-tyrosyl-tRNAtyr: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="HIS__45__tRNAs" name="tRNAhis: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Charged__45__HIS__45__tRNAs" name="L-histidyl-tRNAhis: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="SEC__45__tRNAs" name="tRNAsec: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="TRP__45__tRNAs" name="tRNAtrp: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Charged__45__TRP__45__tRNAs" name="L-tryptophanyl-tRNAtrp: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ILE__45__tRNAs" name="tRNAile: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Charged__45__ILE__45__tRNAs" name="L-isoleucyl-tRNAile: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="LEU__45__tRNAs" name="tRNAleu: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Charged__45__LEU__45__tRNAs" name="L-leucyl-tRNAleu: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PHE__45__tRNAs" name="tRNAphe: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Charged__45__PHE__45__tRNAs" name="L-phenylalanyl-tRNAphe: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Relaxed__45__DNAs" name="a relaxed DNA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Negatively__45__super__45__coiled__45__DNAs" name="a negatively supercoiled DNA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DNA__45__Segment__45__Placeholder" name="a DNA segment: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DNA__45__Segment__45__in__45__Reverse__45__Orientations" name="a DNA segment in reverse orientation: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__3041" name="isoliquiritigenin: C15H12O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__3061" name="liquiritigenin: C15H12O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__6993" name="pinocembrin chalcone: C15H12O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__6991" name="(2S)-pinocembrin: C15H11O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="APIGENIN" name="naringenin chalcone: C15H12O5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="NARINGENIN__45__CMPD" name="(2S)-naringenin: C15H11O5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Chalcones" name="a chalcone: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="FLAVANONES" name="a flavanone: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="D__45__glucose__45__6__45__phosphate" name="D-glucose-6-phosphate: C6H11O9P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="tRNA__45__uridine__45__38__45__40" name="a tRNA uridine38-40: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="tRNA__45__pseudouridine__45__38__45__40" name="a tRNA pseudouridine38-40: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Proteins__45__with__45__incorrect__45__disulfides" name="a protein with incorrect disulfide bonds: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Proteins__45__with__45__correct__45__disulfides" name="a protein with correct disulfide bonds: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="MANNOSE__45__6P" name="D-mannose 6-phosphate: C6H11O9P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PHOSPHORIBOSYL__45__FORMIMINO__45__AICAR__45__P" name="1-(5-phosphoribosyl)-5-[(5-phosphoribosylamino)methylideneamino]imidazole-4-carboxamide: C15H21N5O15P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__8624" name="peptidylproline (omega = 180): " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__8625" name="peptidylproline (omega = 0): " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__8098" name="cis-caffeate: C9H7O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Protein__45__L__45__serines" name="a [protein]-L-serine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Protein__45__D__45__serines" name="a protein D-serine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="SIROHYDROCHLORIN" name="sirohydrochlorin: C42H38N4O16" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="SIROHEME" name="siroheme: C42H36N4O16Fe" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CAMP" name="cyclic-AMP: C10H11N5O6P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CGMP" name="cyclic-GMP: C10H11N5O7P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Cytochromes__45__c" name="a cytochrome c: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PROTOHEME" name="protoheme IX: C34H30N4O4Fe" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Apocytochromes__45__c" name="an apocytochrome c: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__13717" name="L-selenocystathionine: C7H14N2O4Se" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CANAVANINOSUCCINATE" name="canavaninosuccinate: C9H15N4O7" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__ARGININO__45__SUCCINATE" name="L-arginino-succinate: C10H17N4O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="P__45__RIBOSYL__45__4__45__SUCCCARB__45__AMINOIMIDAZOLE" name="5&apos;-phosphoribosyl-4-(N-succinocarboxamide)-5-aminoimidazole: C13H15N4O12P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ADENYLOSUCC" name="adenylo-succinate: C14H14N5O11P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DNA__45__containing__45__abasic__45__Sites" name="a DNA containing abasic site: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_5__45__Phosphopolynucleotides" name="a 5&apos;-phosphopolynucleotide: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__terminal__45__unsaturated__45__sugars" name="a 3&apos;-terminal unsaturated sugar: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Damaged__45__DNA__45__Pyrimidine" name="a damaged DNA pyrimidine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DNA__45__containing__45__a__45__Apyrimidinic__45__Sites" name="a DNA containing a apyrimidinic site: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__9451" name="2-isopropylmaleate: C7H8O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="HOMO__45__I__45__CIT" name="homoisocitrate: C7H7O7" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="HOMO__45__CIS__45__ACONITATE" name="cis-homoaconitate: C7H5O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DEHYDROQUINATE" name="3-dehydroquinate: C7H9O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__DEHYDRO__45__SHIKIMATE" name="3-dehydroshikimate: C7H7O5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__5881" name="4alpha-hydroxy-tetrahydrobiopterin: C9H15N5O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="BIOPTERIN" name="dihydrobiopterin: C9H13N5O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CIS__45__ACONITATE" name="cis-aconitate: C6H3O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_5__45__AMINO__45__LEVULINATE" name="5-amino-levulinate: C5H9NO3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="D__45__3__45__HYDROXYACYL__45__COA" name="a (3R)-3-hydroxyacyl-CoA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Cis__45__2__45__enoyl__45__CoAs" name="a cis-2-enoyl-CoA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="P__45__COUMAROYL__45__COA" name="4-coumaroyl-CoA: C30H38N7O18P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD0__45__2365" name="2,3-dehydroadipyl-CoA: C27H37N7O19P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="H2CO3" name="carbonic acid: CH2O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_2__45__PG" name="2-phospho-D-glycerate: C3H4O7P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PREPHENATE" name="prephenate: C10H8O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__CYSTATHIONINE" name="L-cystathionine: C7H14N2O4S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="URACIL" name="uracil: C4H4N2O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GDP__45__4__45__DEHYDRO__45__6__45__DEOXY__45__D__45__MANNOSE" name="GDP-4-dehydro-6-deoxy-D-mannose: C16H21N5O15P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DIHYDROXY__45__BUTANONE__45__P" name="1-deoxy-L-glycero-tetrulose 4-phosphate: C4H7O6P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DNA__45__Cyclobuta__45__Dipyrimidines" name="a DNA cyclobutadipyrimidine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DNA__45__Adjacent__45__Pyrimidines" name="a DNA pair of adjacent pyrimidines: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__6972" name="4-(2&apos;-carboxyphenyl)-4-oxobutyryl-CoA: C32H39N7O20P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__9925" name="1,4-dihydroxy-2-naphthoyl-CoA: C32H38N7O19P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="FRU1P" name="fructose-1-phosphate: C6H11O9P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GLYCERALD" name="D-glyceraldehyde: C3H6O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="THR" name="L-threonine: C4H9NO3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__649" name="sphinganine 1-phosphate: C18H39NO5P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PALMITALDEHYDE" name="palmitaldehyde: C16H32O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CARBOXYPHENYLAMINO__45__DEOXYRIBULOSE__45__P" name="1-(o-carboxyphenylamino)-1&apos;-deoxyribulose-5&apos;-phosphate: C12H13NO9P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="INDOLE__45__3__45__GLYCEROL__45__P" name="(1S,2R)-1-C-(indol-3-yl)glycerol 3-phosphate: C11H12NO6P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="TYRAMINE" name="tyramine: C8H12NO" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="MESO__45__DIAMINOPIMELATE" name="meso-diaminopimelate: C7H14N2O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="LYS" name="L-lysine: C6H15N2O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="TRP" name="L-tryptophan: C11H12N2O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="TRYPTAMINE" name="tryptamine: C10H13N2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="R__45__4__45__PHOSPHOPANTOTHENOYL__45__L__45__CYSTEINE" name="R-4&apos;-phosphopantothenoyl-L-cysteine: C12H20N2O9PS" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__11444" name="uroporphyrinogen-I: C40H44N4O16" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="COPROPORPHYRINOGEN_I" name="coproporphyrinogen I: C36H40N4O8" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PHOSPHORIBOSYL__45__CARBOXY__45__AMINOIMIDAZOLE" name="5-amino-1-(5-phospho-D-ribosyl)imidazole-4-carboxylate: C9H11N3O9P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_5__45__PHOSPHORIBOSYL__45__5__45__AMINOIMIDAZOLE" name="5-amino-1-(5-phospho-D-ribosyl)imidazole: C8H13N3O7P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_1__45__Haloalkanes" name="a 1-haloalkane: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Halides" name="a halide: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_12__45__DICHLOROETHANE" name="1,2-dichloroethane: C2H4Cl2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_2__45__CHLOROETHANOL" name="2-chloroethanol: C2H5OCl" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__614" name="bromochloromethane: CH2ClBr" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="BR__45__" name="Br-: Br" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_4__45__FUMARYL__45__ACETOACETATE" name="4-fumaryl-acetoacetate: C8H6O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__KETOBUTYRATE" name="acetoacetate: C4H5O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CU__43__2_CCO__45__IN" name="Cu2+: Cu" compartment="CCO__45__IN" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CU__43__2_CCO__45__OUT" name="Cu2+: Cu" compartment="CCO__45__OUT" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__763_CCO__45__IN" name="arsenite: H2O3As" compartment="CCO__45__IN" initialAmount="1000" boundaryCondition="true"/>
+      <species id="WATER_CCO__45__IN" name="H2O: H2O" compartment="CCO__45__IN" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ATP_CCO__45__IN" name="ATP: C10H12N5O13P3" compartment="CCO__45__IN" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__763_CCO__45__OUT" name="arsenite: H2O3As" compartment="CCO__45__OUT" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Pi_CCO__45__IN" name="phosphate: HO4P" compartment="CCO__45__IN" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ADP_CCO__45__IN" name="ADP: C10H12N5O10P2" compartment="CCO__45__IN" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PHOSPHORIBOSYL__45__AMP" name="1-(5-phospho-D-ribosyl)-AMP: C15H19N5O14P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ITP" name="ITP: C10H11N4O14P3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Acyl__45__Phosphates" name="an acyl phosphate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__68" name="1-aminocyclopropane-1-carboxylate: C4H7NO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__ALPHA__45__AMINO__45__EPSILON__45__KETO__45__PIMELATE" name="L-alpha-amino-epsilon-keto-pimelate: C7H10NO5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__13578" name="aminomethylpyrimidine: C6H11N4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="THZ" name="4-methyl-5-(beta-hydroxyethyl)thiazole: C6H9NOS" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="HMP" name="hydroxymethylpyrimidine: C6H9N3O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DIHYDRONEOPTERIN__45__P3" name="7,8-dihydroneopterin triphosphate: C9H12N5O13P3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DIAMINO__45__OH__45__PHOSPHORIBOSYLAMINO__45__PYR" name="2,5-diamino-6-(5-phospho-D-ribosylamino)pyrimidin-4(3H)-one: C9H14N5O8P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="tRNA__45__Arg__45__adenosine34" name="[tRNAArg2]-adenosine34: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="tRNA__45__Arg__45__inosine34" name="[tRNAArg2]-inosine34: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CANAVANINE" name="L-canavanine: C5H13N4O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ARG" name="L-arginine: C6H15N4O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="AGMATHINE" name="agmatine: C5H16N4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Beta__45__Lactams" name="a beta-lactam: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__8550" name="a substituted beta-amino acid: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DI__45__H__45__OROTATE" name="(S)-dihydroorotate: C5H5N2O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CREATININE" name="creatinine: C4H7N3O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CREATINE" name="creatine: C4H9N3O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__481" name="sphingosylphosphorylcholine: C23H50N2O5P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="UREA" name="urea: CH4N2O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__8541" name="a [protein]-N4-(N-acetyl-D-glucosaminyl)-L-asparagine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="N__45__ACETYL__45__BETA__45__GLUCOSAMINYLAMINE" name="N-acetyl-beta-glucosaminylamine: C8H16N2O5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__597" name="N-carbamoylputrescine: C5H14N3O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="FORMYL__45__L__45__METHIONYL__45__PEPTIDE" name="formyl-L-methionyl peptide: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="METHIONYL__45__PEPTIDE" name="methionyl peptide: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="O__45__Sialoglycoproteins" name="O-sialoglycoprotein: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="OLIGOPEPTIDES" name="an oligopeptide: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Mitochondrial__45__Preproteins" name="a mitochondrial preprotein including a mitochondrial targeting sequence: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Processed__45__Mitochondrial__45__Proteins" name="a processed mitochondrial protein: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="mitochondrial__45__intermediate__45__protein" name="mitochondrial intermediate protein: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="N__45__terminal__45__octapeptide" name="N-terminal octapeptide: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="mature__45__protein" name="mature protein: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="SUMO__45__propeptides" name="a small ubiquitin-like modifier (SUMO) propeptide: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="SUMO__45__peptides" name="a mature small ubiquitin-like modifier (SUMO) peptide: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Bleomycins" name="a bleomycin: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Deamido__45__bleomycins" name="a deamido-bleomycin: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="RAD21__45__Cohesin__45__Subunits" name="a RAD21 cohesin subunit: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cleaved__45__lipoprotein__45__signal__45__peptide" name="cleaved lipoprotein signal peptide: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Peptides__45__with__45__Leader__45__Sequence" name="a peptide with a leader sequence: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Leader__45__Sequences" name="a leader sequence: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_5__45__OXOPROLYL__45__PEPTIDE" name="a 5-oxoprolyl-peptide: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Protein__45__Amino__45__Acids" name="an amino acid within a protein: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="TRIPEPTIDES" name="a tripeptide: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Protein__45__Prolines" name="a protein-proline: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Protein__45__N__45__Terminal__45__Prolines" name="a protein-N-terminal-Proline: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__6262" name="a [Cys-Gly]-S-conjugate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="S__45__Substituted__45__L__45__Cysteines" name="an L-cysteine-S-conjugate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="POLYPEPTIDE" name="a polypeptide: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Protein__45__With__45__N__45__Terminal__45__Met" name="a protein with N-terminal methionine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__PROLYL__45__PEPTIDES" name="a L-prolyl peptide: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ISOCHORISMATE" name="isochorismate: C10H8O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__564" name="S-ribosyl-L-homocysteine: C9H17NO6S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ADENINE" name="adenine: C5H5N5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ADP__45__D__45__ribosyl__45__nitrogen__45__reductases" name="ADP-D-ribosyl-(dinitrogen reductase): " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ADENOSINE_DIPHOSPHATE_RIBOSE" name="ADP-ribose: C15H21N5O14P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Nitrogen__45__reductases" name="a dinitrogen reductase: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="MELIBIOSE" name="melibiose: C12H22O11" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__170" name="stachyose: C24H42O21" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__1099" name="raffinose: C18H32O16" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Alpha__45__D__45__Galactosides" name="an alpha-D-galactoside: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_1__45__3__45__alpha__45__D__45__Glucans" name="a 1,3-alpha-D-glucan: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__KETOLACTOSE" name="3&apos;-ketolactose: C12H20O11" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__1242" name="3-keto-beta-D-galactose: C6H10O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Galactosylated__45__Galactose__45__Acceptors" name="a galactosylated galactose acceptor: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Non__45__Galactosylated__45__Galactose__45__Acceptors" name="a non galactosylated galactose acceptor: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__13376" name="XXLG xyloglucan oligosaccharide: C45H76O38" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__13377" name="XLXG xyloglucan oligosaccharide: C45H76O38" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__13378" name="XLLG xyloglucan oligosaccharide: C51H86O43" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__13375" name="XXXG xyloglucan oligosaccharide: C39H66O33" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GALACTOSE" name="beta-D-galactose: C6H12O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="General__45__Glycoprotein__45__Substrates" name="a glycoprotein: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="N__45__Glycans" name="an N-glycan: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Oligosaccharides" name="an oligosaccharide: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Mannosyl9__45__Nacetylglucosaminyl2" name="a (mannosyl)9-(N-acetylglucosaminyl)2: C70H118N2O56" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Mannosyl8__45__Nacetylglucosaminyl2" name="a (mannosyl)8-(N-acetylglucosaminyl)2: C64H108N2O51" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="MANNOSE" name="D-mannose: C6H12O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__13936" name="Glc3Man9GlcNAc2: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__13937" name="Glc2Man9GlcNAc2: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Alpha__45__D__45__Mannosides" name="an alpha-D-mannoside: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__13559" name="alpha-D-mannose: C6H12O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_1__45__4__45__beta__45__Xylan" name="a (1-&gt;4)-beta-D-xylan: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="AN__45__ALPHA__45__L__45__FUCOSIDE" name="alpha-L-fucoside: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ALPHA__45__MALTOSE" name="alpha-maltose: C12H22O11" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_1__45__4__45__alpha__45__D__45__Glucan" name="a 1,4-alpha-D-glucan: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="MALTOTRIOSE" name="maltotriose: C18H32O16" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="MALTOSE" name="beta-maltose: C12H22O11" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ALPHA__45__GLUCOSE" name="alpha-D-glucose: C6H12O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_1__45__4__45__D__45__xylooligosaccharides" name="a (1-&gt;4)-beta-D-xylan oligosaccharide: C20H34O17" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="BETA__45__D__45__XYLOSE" name="beta-D-xylopyranose: C5H10O5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Beta__45__D__45__glucosides" name="a beta-D glucoside: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Non__45__Glucosylated__45__Glucose__45__Acceptors" name="a non glucosylated glucose acceptor: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="LINAMARIN" name="linamarin: C10H17NO6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_2__45__HYDROXY__45__2__45__METHYLPROPANENITRILE" name="acetone cyanohydrin: C4H7NO" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__7417" name="cis-coumarinic acid-beta-D-glucoside: C15H17O8" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CELLOBIOSE" name="cellobiose: C12H22O11" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__10277" name="lotaustralin: C11H19NO6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12699" name="(2R)-2-hydroxy-2-methylbutanenitrile: C5H9NO" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12575" name="UDP-alpha-D-glucose: C15H22N2O17P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="UDP__45__SULFOQUINOVOSE" name="UDP-alpha-D-sulfoquinovopyranose: C15H21N2O19P2S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Aryl__45__Dialkyl__45__Phosphate" name="an aryl dialkyl phosphate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Dialkyl__45__phosphates" name="a dialkyl phosphate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GUANOSINE__45__5DP__45__3DP" name="ppGpp: C10H12N5O17P4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Aryl__45__Sulfate" name="a phenol sulfate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Glycerophosphodiesters" name="a glycerophosphodiester: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Oligonucleotides" name="an oligonucleotide: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__67" name="2-phosphoglycolate: C2H2O6P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="INOSITOL__45__1__45__4__45__BISPHOSPHATE" name="D-myo-inositol (1,4)-bisphosphate: C6H10O12P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="D__45__Glucose" name="D-glucose: C6H12O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Ribonucleoside__45__Monophosphates" name="a ribonucleoside monophosphate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Ribonucleosides" name="a ribonucleoside: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GUANOSINE" name="guanosine: C10H13N5O5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="NICOTINAMIDE_NUCLEOTIDE" name="nicotinamide mononucleotide: C11H14N2O8P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="NICOTINAMIDE_RIBOSE" name="nicotinamide riboside: C11H15N2O5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="XANTHOSINE" name="xanthosine: C10H12N4O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="D__45__SEDOHEPTULOSE__45__1__45__7__45__P2" name="D-sedoheptulose-1,7-bisphosphate: C7H12O13P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Phosphoserines" name="L(or D)-O-phosphoserine: C3H5NO6P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Serines" name="(L) or (D)-serine: C3H7NO3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPDQT__45__4" name="alpha-L-galactose-1-phosphate: C6H11O9P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__GALACTOSE" name="beta-L-galactose: C6H12O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Orthophosphoric__45__Monoesters" name="a phosphate monoester: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD1G__45__768" name="6-O-mycolyl-trehalose-6-phosphate: C44H81O16P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD1G__45__1344" name="trehalose-mono-mycolate: C44H82O13" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD1G__45__771" name="6-O-cis-methoxy-mycolyl-trehalose-6-phosphate: C97H187O17P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD1G__45__1345" name="trehalose-cis-methoxy-mono-mycolate: C97H188O14" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD1G__45__772" name="6-O-trans-methoxy-mycolyl-trehalose-6-phosphate: C98H189O17P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD1G__45__1346" name="trehalose-trans-methoxy-mono-mycolate: C98H190O14" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD1G__45__773" name="6-O-cis-keto-mycolyl-trehalose-6-phosphate: C98H187O17P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD1G__45__1353" name="trehalose-cis-keto-mono-mycolate: C98H188O14" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD1G__45__774" name="6-O-trans-keto-mycolyl-trehalose-6-phosphate: C99H189O17P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD1G__45__1354" name="trehalose-trans-keto-mono-mycolate: C99H190O14" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="TREHALOSE" name="trehalose: C12H22O11" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_1__45__L__45__MYO__45__INOSITOL__45__1__45__P" name="1D-myo-inositol (3)-monophosphate: C6H11O9P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Myo__45__inositol__45__monophosphates" name="a myo-inositol monophosphate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="D__45__MYO__45__INOSITOL__45__4__45__PHOSPHATE" name="1D-myo-inositol (4)-monophosphate: C6H11O9P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__6701" name="1D-myo-inositol (5)-monophosphate: C6H11O9P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__6702" name="1D-myo-inositol (6)-monophosphate: C6H11O9P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="D__45__MYO__45__INOSITOL__45__1__45__MONOPHOSPHATE" name="1D-myo-inositol (1)-monophosphate: C6H11O9P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__Prime__45__Ribonucleoside__45__Monophosphates" name="a nucleoside 3&apos;-phosphate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__phosphooligonucleotides" name="a 3&apos; phosphooligonucleotide: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD0__45__2352" name="a tRNA precursor with a 5&apos; extension and a short 3&apos; extension: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD0__45__2353" name="a tRNA precursor with a short 3&apos; extension: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD0__45__2354" name="a tRNA precursor with a 5&apos; extension: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="tRNAs" name="an uncharged tRNA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="RNASE__45__III__45__MRNA__45__PROCESSING__45__SUBSTRATE" name="RNase III mRNA processing substrate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="RNASE__45__III__45__PROCESSING__45__PRODUCT__45__MRNA" name="RNase III processing product mRNA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ssRNAs" name="a single-stranded RNA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="RNA__45__DNA__45__hybrids" name="a RNA-DNA hybrid: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DNA__45__Holder" name="a DNA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12173" name="(S)-3-hydroxy-isobutyryl-CoA: C25H38N7O18P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="S__45__LACTOYL__45__GLUTATHIONE" name="S-lactoyl-glutathione: C13H20N3O8S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_2__45__hydroxyacyl__45__glutathiones" name="S-(2-hydroxyacyl)glutathione: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_2__45__Hydroxy__45__carboxylates" name="a 2-hydroxy carboxylate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Ubiquitin__45__C__45__terminal__45__thioesters" name="a ubiquitin C-terminal thioester: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Ubiquitins" name="a ubiquitin: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Thiols" name="a thiol: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD0__45__1158" name="3,5-tetradecadienoyl-CoA: C35H54N7O17P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD0__45__1159" name="3,5-tetradecadienoate: C14H23O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD66__45__39" name="a 2,3,4-saturated fatty acid: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Nucleoside__45__Monophosphates" name="a nucleoside monophosphate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__1__45__PHOSPHATIDYL__45__ETHANOLAMINE" name="an L-1-phosphatidyl-ethanolamine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_2__45__LYSOPHOSPHATIDYLETHANOLAMINES" name="a 2-lyso-phosphatidyl-ethanolamine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Fatty__45__Acids" name="a fatty acid: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Alkyl__45__acetyl__45__glycero__45__phosphocholines" name="a 1-alkyl-2-acetyl-sn-glycero-3-phosphocholine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_1__45__Alkyl__45__sn__45__glycero__45__3__45__phosphocholines" name="a 1-alkyl-sn-glycero-3-phosphocholine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Charged__45__ASN__45__tRNAs" name="L-asparaginyl-tRNAasn: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ASN" name="L-asparagine: C4H8N2O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ASN__45__tRNAs" name="tRNAasn: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="N__45__Substituted__45__Aminoacyl__45__tRNA" name="N-substituted aminoacyl-tRNA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="N__45__Substituted__45__Amino__45__Acids" name="an N-substituted amino acid: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__6442" name="methylsalicylate: C8H8O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__110" name="salicylate: C7H5O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="All__45__trans__45__Retinyl__45__Esters" name="an all-trans-retinyl ester: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="BENZYL__45__ALCOHOL" name="benzyl alcohol: C7H8O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__13175" name="benzyl-6-hydroxy-2-cyclohexene-on-oyl: C14H14O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__13172" name="6-hydroxy-2-cyclohexen-one-carboxylate: C7H7O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__173" name="salicyl alcohol: C7H8O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__13174" name="salicyl-6-hydroxy-2-cyclohexene-on-oyl: C14H14O5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Carboxylic__45__esters" name="a carboxylic ester: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Methyl__45__Jasmonates" name="a methyl jasmonate: C13H20O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Jasmonic__45__Acids" name="a jasmonic acid: C12H17O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__10546" name="methyl indole-3-acetate: C11H11NO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="METOH" name="methanol: CH4O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CHOCOLA_A" name="all-trans-retinyl palmitate: C36H60O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Retinols" name="a retinol: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PALMITATE" name="palmitate: C16H31O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Diacylglycerides" name="a diacylglycerol: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Dietary__45__retinyl__45__esters" name="a dietary all-trans-retinyl ester: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Long__45__Chain__45__Fatty__45__Acids" name="a long-chain fatty acid: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__13014" name="tributyrin: C15H26O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__13040" name="1,2-dibutyrin: C11H20O5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="BUTYRIC_ACID" name="n-butanoate: C4H7O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_4__45__CARBOXYMETHYLENEBUT__45__2__45__EN__45__4__45__OLIDE" name="cis-dienelactone: C6H3O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__10608" name="trans-dienelactone: C6H3O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__294" name="2-maleylacetate: C6H4O5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_2__45__Acylglycero__45__Phosphocholines" name="a 1-lysophosphatidylcholine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__1__45__GLYCERO__45__PHOSPHORYLCHOLINE" name="L-1-glycero-3-phosphocholine: C8H20NO6P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GLUCONATE" name="D-gluconate: C6H11O7" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Charged__45__SEC__45__tRNAs" name="L-selenocysteinyl-tRNAsec: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__THYROXINE" name="L-thyroxine: C15H11NO4I4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__11407" name="thyroxine sulfate: C15H10NO7SI4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="LIOTHYRONINE" name="3,5,3&apos;-triiodo-L-thyronine: C15H12NO4I3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__11408" name="triiodothyronine sulfate: C15H11NO7SI3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="SEROTONIN" name="serotonin: C10H13N2O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__11665" name="serotonin O-sulfate: C10H12N2O4S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__11674" name="5-hydroxytryptophol sulfate: C10H10NO5S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Aryl__45__Alcohol" name="a phenol: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Aryl__45__sulfates" name="an aryl sulfate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12015" name="6-sulfatoxymelatonin: C13H16N2O6S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12017" name="N-acetyl-serotonin sulfate: C12H14N2O5S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__7649" name="dopamine 3-O-sulfate: C8H11NO5S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="A__45__GALACTOSYLCERAMIDE" name="a cerebroside: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GALACTOSYLCERAMIDE__45__SULFATE" name="a cerebroside 3-sulfate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Dermatan__45__NacGal" name="[dermatan]-N-acetyl-D-galactosamine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Dermatan__45__NAcGal__45__4__45__sulfates" name="[dermatan]-4-O-sulfo-N-acetyl-D-galactosamine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="HEPARIN__45__GLUCOSAMINE" name="[heparan sulfate]-alpha-D-glucosamine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Heparan__45__sulfate__45__D__45__GlcNS" name="[heparan sulfate]-alpha-D-N-sulfoglucosamine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ThiI__45__L__45__cysteine" name="a [ThiI sulfur-carrier protein]-L-cysteine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ThiI__45__S__45__sulfanylcysteine" name="a [ThiI sulfur-carrier protein]-S-sulfanylcysteine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DETHIOBIOTIN" name="dethiobiotin: C10H17N2O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Unsulfurated__45__Sulfur__45__Acceptors" name="an unsulfurated sulfur acceptor: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="BIOTIN" name="biotin: C10H15N2O3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="HCN" name="hydrogen cyanide: CHN" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="HSCN" name="thiocyanate: CNS" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__7046" name="S2-: S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Lipoylated__45__domains" name="a lipoylated protein lipoyl-domain: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="SE__45__2" name="selenide: Se" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="SEPO3" name="selenophosphate: HO3PSe" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="apo__45__ACP" name="an apo-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12258" name="UDP-N-acetylmuramoyl-L-alanyl-gamma-D-glutamyl-L-lysyl-D-alanine: C37H57N8O25P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12303" name="N-acetylmuramoyl-L-alanyl-gamma-D-glutamyl-L-lysyl- D-alanyl-diphosphoundecaprenol: C83H135N6O20P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="C3" name="UDP-N-acetylmuramoyl-L-alanyl-gamma-D-glutamyl-L-lysyl-D-alanyl-D-alanine: C40H62N9O26P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="C4" name="N-acetylmuramoyl-L-alanyl-gamma-D-glutamyl-L-lysyl- D-alanyl-D-alanine-diphosphoundecaprenol: C86H140N7O21P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="C1" name="UDP-N-acetylmuramoyl-L-alanyl-D-glutamyl-meso-2,6-diaminopimelyl-D-alanyl-D-alanine: C41H61N9O28P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__9646" name="ditrans,octacis-undecaprenyl phosphate: C55H89O4P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="C5" name="N-acetylmuramoyl-L-alanyl-D-glutamyl-meso-2,6-diaminopimelyl-D-alanyl-D-alanine-diphosphoundecaprenol: C87H139N7O23P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Sphingomyelins" name="a sphingomyelin: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CDP__45__ETHANOLAMINE_CCO__45__OUT" name="CDP-ethanolamine: C11H19N4O11P2" compartment="CCO__45__OUT" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__1__45__PHOSPHATIDYL__45__ETHANOLAMINE_CCO__45__OUT" name="an L-1-phosphatidyl-ethanolamine: " compartment="CCO__45__OUT" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CMP_CCO__45__OUT" name="CMP: C9H12N3O8P" compartment="CCO__45__OUT" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CDP__45__CHOLINE_CCO__45__OUT" name="CDP-choline: C14H25N4O11P2" compartment="CCO__45__OUT" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__1__45__PHOSPHATIDYL__45__GLYCEROL__45__P" name="an L-1-phosphatidylglycerol-phosphate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__1__45__PHOSPHATIDYL__45__SERINE" name="an L-1-phosphatidylserine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__11740" name="carboxyphosphinopyruvate: C4H2O7P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_1__45__CARBOXYVINYL__45__CARBOXYPHOSPHONATE" name="carboxyphosphonoenolpyruvate: C4H2O7P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__HYDROHYDROXYPHOSPHORYLPYRUVATE" name="phosphinopyruvate: C3H3O5P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CDP__45__2__45__3__45__4__45__Saturated__45__Diacylglycerols" name="a CDP-2,3,4-saturated-diacylglycerol: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Nucleoside__45__Diphosphates" name="a nucleoside diphosphate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CDP__45__ETHANOLAMINE" name="CDP-ethanolamine: C11H19N4O11P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PANTETHEINE__45__P" name="4&apos;-phosphopantetheine: C11H21N2O7PS" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="mRNAs" name="an mRNA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DEAMIDO__45__NAD" name="nicotinate adenine dinucleotide: C21H24N6O15P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="MANNOSE__45__1P" name="alpha-D-mannose 1-phosphate: C6H11O9P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CDP__45__CHOLINE" name="CDP-choline: C14H25N4O11P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="SULFATE" name="sulfate: O4S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="SELENATE" name="selenate: H2O4Se" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__13713" name="adenosine 5&apos;-phosphoselenate: C10H13N5O10PSe" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__8630" name="a (5&apos;)ppPur-mRNA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__8631" name="a G(5&apos;)ppPur-mRNA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="N__45__ACETYL__45__D__45__GLUCOSAMINE__45__1__45__P" name="N-acetyl-alpha-D-glucosamine 1-phosphate: C8H14NO9P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DNA__45__N" name="DNAn: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Short__45__RNA__45__Fragments" name="a short RNA Segment: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="RNA__45__Holder" name="an RNA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Nucleoside__45__Triphosphates" name="a nucleoside triphosphate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ADENOSYL__45__P4" name="5&apos;,5&apos;&apos;&apos;-diadenosine tetraphosphate: C20H24N10O19P4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="IS30__45__Insertion__45__Sequences" name="an insertion sequence element IS30: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="IS30__45__with__45__Integrated__45__Transposon" name="an insertion sequence IS30 with integrated transposon: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="THIAMINE" name="thiamin: C12H17N4OS" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GDP__45__TP" name="pppGpp: C10H12N5O20P5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__641" name="mevalonate-diphosphate: C6H10O10P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DIPHOSPHO__45__1D__45__MYO__45__INOSITOL__45__TETRAKISPHOSPH" name="a diphospho-1D-myo-inositol tetrakisphosphate: C6H7O24P6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__11937" name="3-diphospho-1D-myo-inositol (1,2,4,5,6)pentakisphosphate: C6H7O27P7" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__11700" name="1-diphospho-1D-myo-inositol (2,3,4,5,6)pentakisphosphate: C6H7O27P7" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__11938" name="1,5-bisdiphosphoinositol-1D-myo-inositol (2,3,4,6)tetrakisphosphate: C6H7O30P8" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_5__45__DIPHOSPHO__45__1D__45__MYO__45__INOSITOL__45__12346P" name="5-diphospho-1D-myo-inositol (1,2,3,4,6)pentakisphosphate: C6H7O27P7" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__11939" name="3,5-bisdiphosphoinositol-1D-myo-inositol (2,3,4,6)tetrakisphosphate: C6H7O30P8" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="UMP" name="uridine-5&apos;-phosphate: C9H11N2O9P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DUTP" name="dUTP: C9H11N2O14P3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="TDP" name="dTDP: C10H13N2O11P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="TTP" name="dTTP: C10H13N2O14P3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DCTP" name="dCTP: C9H12N3O13P3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DATP" name="dATP: C10H12N5O12P3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CTP" name="CTP: C9H12N3O14P3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="UTP" name="UTP: C9H11N2O15P3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Long__45__Chain__45__Polyphosphate" name="long chain polyphosphate: H7O16P5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Protein__45__Histidines" name="a [protein]-L-histidine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Protein__45__phospho__45__L__45__histidines" name="a protein N-phospho-L-histidine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Pyruvate__45__dehydrogenases" name="a pyruvate dehydrogenase: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Phosphorylated__45__pyruvate__45__dehydrogenases" name="a phosphorylated pyruvate dehydrogenase: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__8564" name="myosin light-chain: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__8563" name="myosin light-chain phosphate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Tau__45__proteins" name="a tau protein: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="O__45__phospho__45__tau__45__proteins" name="an O-phospho-tau protein: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="General__45__Phos__45__Protein__45__Substrates" name="a phosphoprotein: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Protein__45__Tyrosines" name="a [protein]-L-tyrosine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Protein__45__tyrosine__45__phosphates" name="a protein-L-tyrosine phosphate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="D__45__RIBULOSE__45__15__45__P2" name="D-ribulose-1,5-bisphosphate: C5H8O11P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__178" name="D-myo-inositol (3,4,5,6)-tetrakisphosphate: C6H8O18P4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GLYCEROL" name="glycerol: C3H8O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__499" name="mevalonate-5-phosphate: C6H10O7P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="FRUCTOSE__45__16__45__DIPHOSPHATE" name="fructose-1,6-bisphosphate: C6H10O12P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__535" name="beta-D-fructose 2,6-bisphosphate: C6H10O12P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__497" name="pseudouridine: C9H12N2O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PSEUDOURIDINE__45__5__45__P" name="pseudouridine 5&apos;-phosphate: C9H11N2O9P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__seryl__45__SEC__45__tRNAs" name="L-seryl-tRNAsec: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="O__45__phospho__45__L__45__seryl__45__tRNASecs" name="O-phospho-L-seryl-tRNASec: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ETHANOL__45__AMINE" name="ethanolamine: C2H8NO" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PHOSPHORYL__45__ETHANOLAMINE" name="phosphoryl-ethanolamine: C2H7NO4P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="INOSITOL__45__1__45__3__45__4__45__TRIPHOSPHATE" name="D-myo-inositol (1,3,4)-trisphosphate: C6H9O15P3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__505" name="D-myo-inositol (1,3,4,6)-tetrakisphosphate: C6H8O18P4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_1__45__PHOSPHATIDYL__45__1D__45__MYO__45__INOSITOL__45__5__45__PHOSPHA" name="a 1-phosphatidyl-1D-myo-inositol 5-phosphate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_1__45__PHOSPHATIDYL__45__1D__45__MYO__45__INOSITOL__45__34__45__BISPH" name="a 1-phosphatidyl-1D-myo-inositol 3,4-bisphosphate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PHOSPHATIDYLINOSITOL__45__345__45__TRIPHOSPHATE" name="1-phosphatidyl-1D-myo-inositol 3,4,5-trisphosphate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__177" name="a 1-phosphatidyl-1D-myo-inositol 3-phosphate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_1__45__PHOSPHATIDYL__45__1D__45__MYO__45__INOSITOL__45__35__45__BISPH" name="1-phosphatidyl-1D-myo-inositol 3,5-bisphosphate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__1107" name="D-myo-inositol (1,3,4,5,6)-pentakisphosphate: C6H7O21P5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="MI__45__HEXAKISPHOSPHATE" name="1D-myo-inositol 1,2,3,4,5,6-hexakisphosphate: C6H6O24P6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="APS" name="adenosine 5&apos;-phosphosulfate: C10H12N5O10PS" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="SHIKIMATE" name="shikimate: C7H9O5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_4__45__CYTIDINE__45__5__45__DIPHOSPHO__45__2__45__C" name="4-(cytidine 5&apos;-diphospho)-2-C-methyl-D-erythritol: C14H23N3O14P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_2__45__PHOSPHO__45__4__45__CYTIDINE__45__5__45__DIPHOSPHO__45__2__45__C__45__MET" name="2-phospho-4-(cytidine 5&apos;-diphospho)-2-C-methyl-D-erythritol: C14H22N3O17P3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PANTOTHENATE" name="(R)-pantothenate: C9H16NO5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_4__45__P__45__PANTOTHENATE" name="D-4&apos;-phosphopantothenate: C9H15NO8P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="O__45__PHOSPHO__45__L__45__HOMOSERINE" name="O-phospho-L-homoserine: C4H8NO6P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="FMN" name="FMN: C17H18N4O9P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__FUCOSE" name="L-fucose: C6H12O5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__488" name="beta-L-fucose 1-phosphate: C6H11O8P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_2__45__DEHYDRO__45__3__45__DEOXY__45__D__45__GLUCONATE" name="2-dehydro-3-deoxy-D-gluconate: C6H9O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_2__45__KETO__45__3__45__DEOXY__45__6__45__P__45__GLUCONATE" name="2-dehydro-3-deoxy-D-gluconate-6-phosphate: C6H8O9P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="INOSITOL__45__1__45__4__45__5__45__TRISPHOSPHATE" name="D-myo-inositol (1,4,5)-trisphosphate: C6H9O15P3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__506" name="D-myo-inositol (1,3,4,5)-tetrakisphosphate: C6H8O18P4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_5__45__Dephospho__45__DNA" name="a 5&apos;-Dephospho-DNA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_5__45__Phospho__45__DNA" name="a 5&apos;-phospho-DNA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ADENOSINE" name="adenosine: C10H13N5O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="D__45__XYLULOSE" name="D-xylulose: C5H10O5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ALPHA__45__D__45__GALACTOSE" name="alpha-D-galactose: C6H12O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GALACTOSE__45__1P" name="alpha-D-galactose 1-phosphate: C6H11O9P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PHOSPHORYL__45__CHOLINE" name="phosphoryl-choline: C5H13NO4P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Protein__45__fructosamines" name="a [protein]-N6-D-fructosyl-L-lysine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Protein__45__phospho__45__fructosamines" name="a [protein]-N6-(3-O-phospho-D-fructosyl)-L-lysine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PHOSPHATIDYL__45__MYO__45__INOSITOL__45__45__45__BISPHOSPHA" name="a 1-phosphatidyl-1D-myo-inositol 4,5-bisphosphate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Protein__45__ribulosamines" name="a [protein]-N6-D-ribulosyl-L-lysine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Protein__45__phospho__45__ribulosamines" name="a [protein]-N6-(3-O-phospho-D-ribulosyl)-L-lysine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__1108" name="a 1-phosphatidyl-1D-myo-inositol 4-phosphate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DEPHOSPHO__45__COA" name="dephospho-CoA: C21H33N7O13P2S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DIHYDROXYACETONE" name="dihydroxyacetone: C3H6O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="VAL" name="L-valine: C5H11NO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="LEU" name="L-leucine: C6H13NO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ILE" name="L-isoleucine: C6H13NO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="LL__45__DIAMINOPIMELATE" name="L,L-diaminopimelate: C7H14N2O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__P__45__SERINE" name="3-phospho-L-serine: C3H6NO6P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CHORISMATE" name="chorismate: C10H8O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_4__45__AMINO__45__4__45__DEOXYCHORISMATE" name="4-amino-4-deoxychorismate: C10H10NO5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__466" name="(S)-3-amino-2-methylpropanoate: C4H9NO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="IMIDAZOLE__45__ACETOL__45__P" name="imidazole acetol-phosphate: C6H7N2O5P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__HISTIDINOL__45__P" name="L-histidinol-phosphate: C6H11N3O4P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="N__45__ALPHA__45__ACETYLORNITHINE" name="N-acetyl-L-ornithine: C7H14N2O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__CYSTEATE" name="(R)-cysteate: C3H6NO5S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__380" name="3-sulfopyruvate: C3H2O6S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PHE" name="L-phenylalanine: C9H11NO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="S__45__GERANYLGERANYL__45__PROTEIN" name="a S-geranylgeranyl protein: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="SHIKIMATE__45__5P" name="shikimate-3-phosphate: C7H8O8P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__ENOLPYRUVYL__45__SHIKIMATE__45__5P" name="5-enolpyruvyl-shikimate-3-phosphate: C10H9O10P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="S2O3" name="thiosulfate: HO3S2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="SULFO__45__CYSTEINE" name="S-sulfo-L-cysteine: C3H6NO5S2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__678" name="hydrogen selenide: H2Se" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__SELENOCYSTEINE" name="selenocysteine: C3H6NO2Se" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="RX" name="RX: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="S__45__Substituted__45__Glutathione" name="a glutathione-toxin conjugate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="HX" name="HX: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_1__45__CHLORO__45__24__45__DINITROBENZENE" name="1-chloro-2,4-dinitrobenzene: C6H3N2O4Cl" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="S__45__24__45__DINITROPHENYLGLUTATHIONE" name="2,4-dinitrophenyl-S-glutathione: C16H18N5O10S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CL__45__" name="chloride: Cl" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PORPHOBILINOGEN" name="porphobilinogen: C10H13N2O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="HYDROXYMETHYLBILANE" name="hydroxymethylbilane: C40H38N4O17" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="S__45__ADENOSYLMETHIONINAMINE" name="S-adenosyl-L-methioninamine: C14H24N6O3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_5__45__METHYLTHIOADENOSINE" name="S-methyl-5&apos;-thioadenosine: C11H15N5O3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="tRNA__45__Containing__45__6Isopentenyladenosine" name="a tRNA containing N6-dimethylallyladenosine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__6641" name="2&apos;-hydroxygenistein: C15H9O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__6645" name="2,3-dehydrokievitone: C20H17O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="OCTAPRENYL__45__DIPHOSPHATE" name="all-trans-octaprenyl diphosphate: C40H65O7P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__OCTAPRENYL__45__4__45__HYDROXYBENZOATE" name="3-octaprenyl-4-hydroxybenzoate: C47H69O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__465" name="presqualene diphosphate: C30H49O7P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PHOSPHO__45__ENOL__45__PYRUVATE" name="phosphoenolpyruvate: C3H2O6P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__DEOXY__45__D__45__ARABINO__45__HEPTULOSONATE__45__7__45__P" name="3-deoxy-D-arabino-heptulosonate-7-phosphate: C7H10O10P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="P__45__AMINO__45__BENZOATE" name="4-aminobenzoate: C7H6NO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DIHYDROPTERIN__45__CH2OH__45__PP" name="6-hydroxymethyl-dihydropterin diphosphate: C7H8N5O8P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_7__45__8__45__DIHYDROPTEROATE" name="7,8-dihydropteroate: C14H13N6O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GERANYL__45__PP" name="geranyl diphosphate: C10H17O7P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DIMETHYL__45__D__45__RIBITYL__45__LUMAZINE" name="6,7-dimethyl-8-(1-D-ribityl)lumazine: C13H17N4O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="AMINO__45__RIBOSYLAMINO__45__1H__45__3H__45__PYR__45__DIONE" name="5-amino-6-(D-ribitylamino)uracil: C9H16N4O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="EIF5A__45__LYSINE" name="an eIF5A lysine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="THZ__45__P" name="4-methyl-5-(2-phosphonooxyethyl)thiazole: C6H8NO4PS" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="AMINO__45__HYDROXYMETHYL__45__METHYLPYRIMIDINE__45__PP" name="4-amino-2-methyl-5-diphosphomethylpyrimidine: C6H8N3O7P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="THIAMINE__45__P" name="thiamin phosphate: C12H16N4O4PS" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Polyisoprenyl__45__Diphosphates" name="a polyisoprenyl diphosphate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_4__45__Hydroxy__45__3__45__polyprenylbenzoates" name="a 4-hydroxy-3-polyprenylbenzoate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="FARNESYL__45__PP" name="(2E,6E)-farnesyl diphosphate: C15H25O7P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="UNDECAPRENYL__45__DIPHOSPHATE" name="di-trans,octa-cis-undecaprenyl diphosphate: C55H89O7P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="COB__45__I__45__ALAMIN" name="cob(I)alamin: C62H88N13O14PCo" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ADENOSYLCOBALAMIN" name="coenzyme B12: C72H100N18O17PCo" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="COBINAMIDE" name="cobinamide: C48H72N11O8Co" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ADENOSYLCOBINAMIDE" name="adenosylcobinamide: C58H84N16O11Co" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__694" name="cob(I)yrinate a,c-diamide: C45H56N6O12Co" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__690" name="adenosyl-cobyrinate a,c-diamide: C55H68N11O15Co" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="P3I" name="PPPi: O10P3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="UDP__45__D__45__XYLOSE" name="UDP-alpha-D-xylose: C14H20N2O16P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="N4__45__N__45__ACETYL__45__BETA__45__D__45__GLUCOSAMINYL__45__12" name="N4-{N-acetyl-beta-D-glucosaminyl-(1,2)-alpha-D-mannosyl-(1,3)-[N-acetyl-beta-D-glucosaminyl-(1,2)-alpha-D-mannosyl-(1,6)]-beta-D-mannosyl-(1,4)-N-acetyl-beta-D-glucosaminyl-(1,4)-N-acetyl-beta-D-glucosaminyl}asparagine: C54H90N6O38" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="N4__45__N__45__ACETYL__45__BETA__45__D__45__GLUCOSAMINYL__45__X" name="N4-{N-acetyl-beta-D-glucosaminyl-(1,2)-alpha-D-mannosyl-(1,3)-[N-acetyl-beta-D-glucosaminyl-(1,2)-alpha-D-mannosyl-(1,6)]-[beta-D-xylosyl-(1,2)]-beta-D-mannosyl-(1,4)-N-acetyl-beta-D-glucosaminyl-(1,4)-N-acetyl-beta-D-glucosaminyl}asparagine: C59H98N6O42" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_5__45__P__45__BETA__45__D__45__RIBOSYL__45__AMINE" name="5-phospho-beta-D-ribosyl-amine: C5H11NO7P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_7__45__AMINOMETHYL__45__7__45__DEAZAGUANINE" name="preQ1: C7H10N5O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="tRNA__45__with__45__7__45__aminomethyl__45__7__45__deazaguanine" name="7-aminomethyl-7-deazaguanine at position 34 of a tRNA containing GUN anticodon: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Guanine34__45__in__45__tRNA__45__with__45__GUN__45__anticodon" name="guanine at position 34 of a bacterial tRNA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="QUEUINE" name="queuine: C12H14N5O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="tRNA__45__Containing__45__Queuine" name="a tRNA containing GUN anticodon with quenosine at position 34: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PHOSPHORIBOSYL__45__ATP" name="phosphoribosyl-ATP: C15H19N5O20P4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PHOSPHORIBULOSYL__45__FORMIMINO__45__AICAR__45__P" name="phosphoribulosylformimino-AICAR-P: C15H21N5O15P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="D__45__ERYTHRO__45__IMIDAZOLE__45__GLYCEROL__45__P" name="D-erythro-imidazole-glycerol-phosphate: C6H9N2O6P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GMP" name="GMP: C10H12N5O8P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GUANINE" name="guanine: C5H5N5O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="NICOTINATE_NUCLEOTIDE" name="nicotinate D-ribonucleotide: C11H12NO9P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="INOSINE" name="inosine: C10H12N4O5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="RIBOSE__45__1P" name="alpha-D-ribose-1-phosphate: C5H9O8P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="OROTIDINE__45__5__45__PHOSPHATE" name="orotidine-5&apos;-phosphate: C10H10N2O11P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="OROTATE" name="orotate: C5H3N2O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ADP__45__D__45__Ribosyl__45__Acceptors" name="a ADP-D-ribosyl acceptor: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="NIACINAMIDE" name="nicotinamide: C6H6N2O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="N__45__5__45__PHOSPHORIBOSYL__45__ANTHRANILATE" name="N-(5&apos;-phosphoribosyl)-anthranilate: C12H13NO9P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ANTHRANILATE" name="anthranilate: C7H6NO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PRPP" name="5-phospho-alpha-D-ribose 1-diphosphate: C5H8O14P3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__5164" name="a (mannosyl)5-(N-acetylglucosaminyl)2-diphosphodolichol: C126H208N2O42P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="LACTOSE" name="lactose: C12H22O11" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GLUCOSAMINYL__45__ETCETERA__45__MANNOSYL__45__R" name="(N-acetyl-beta-D-glucosaminyl-1,2)-alpha-D-mannosyl-1,3-(beta-N-acetyl-D-glucosaminyl-1,2-alpha-D-mannosyl-1,6)-beta-D-mannosyl-R: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GLUCOSAMINYL__45__14__45__ETCETERA__45__MANNOSYL__45__R" name="N-acetyl-beta-D-glucosaminyl-1,4-(N-acetyl-D-glucosaminyl-1,2)-alpha-D-mannosyl-1,3-(beta-N-acetyl-D-glucosaminyl-1,2-alpha-D-mannosyl-1,6)-beta-D-mannosyl-R: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="NAc__45__Glc__45__Man__45__Man__45__R" name="6-(2-[N-acetyl-beta-D-glucosaminyl]-alpha-D-mannosyl)-beta-D-mannosyl-R: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Bis__45__NAC__45__GLC__45__Man__45__Man__45__R" name="3-(2,4-bis[N-acetyl-beta-D-glucosaminyl]-alpha-D-mannosyl)-beta-D-mannosyl-R: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Protein__45__hydroxyprolines" name="a [protein]-hydroxyproline: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__6242" name="a protein-O-(N-acetyl-D-glucosaminyl)hydroxyproline: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ALPHA__45__D__45__MANNOSYL__45__13__45__R1__45__BETA__45__D__45__MANNOSY" name="alpha-D-mannosyl-1,3-(R1)-beta-D-mannosyl-R2: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="N__45__ACETYL__45__BETA__45__D__45__GLUCOSAMINYL__45__12__45__ALPHA__45__D" name="N-acetyl-beta-D-glucosaminyl-1,2-alpha-D-mannosyl-1,3-(R1)-beta-D-mannosyl-R2: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_1__45__3__45__beta__45__D__45__Glucans" name="a 1,3-beta-D-glucan: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__1__45__phosphatidyl__45__inositols" name="an L-1-phosphatidyl-inositol: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__452" name="a 6-(N-acetyl-D-glucosaminyl)-1-phosphatidyl-1D-myo-inositol: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ALPHA__45__D__45__GALACTOSYL__45__ETCETERA__45__GLUCOSAMINYL" name="alpha-D-galactosyl-(1,3)-beta-D-galactosyl-(1,4)-N-acetyl-D-glucosaminyl-[glycoprotein]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GlcA__45__Gal__45__Gal__45__Xyl__45__Proteins" name="beta-D-glucuronosyl-(1-&gt;3)-beta-D-galactosyl-(1-&gt;3)-beta-D-galactosyl-(1-&gt;4)-beta-D-xylosyl-[core protein]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GlcNAc__45__GlcA__45__Gal__45__Gal__45__Xyl__45__Protein" name="alpha-N-acetyl-D-glucosaminyl-(1-&gt;4)-beta-D-glucuronosyl-(1-&gt;3)-beta-D-galactosyl-(1-&gt;3)-beta-D-galactosyl-(1-&gt;4)-beta-D-xylosyl-[core protein]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Galactosyl__45__galactosyl__45__diacyl__45__glycerols" name="a digalactosyldiacylglycerol: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__13118" name="GDP-beta-L-fucose: C16H23N5O15P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Protein__45__Serines" name="a [protein]-serine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__fucose__45__protein__45__serine" name="L-fucose-protein-serine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="B__45__D__45__Gal__45__14__45__B__45__D__45__NAcGln__45__Glglycopeptides" name="beta-D-galactosyl-1,4-N-acetyl-beta-D-glucosaminyl-[glycoprotein]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__8594" name="1,4-beta-D-galactosyl-(alpha-1,3-L-fucosyl)-N-acetyl-D-glucosaminyl-[glycoprotein]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__190" name="an N-acetylglucosaminyl-diphosphodolichol: C88H145NO12P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="UDP__45__N__45__ACETYL__45__D__45__GLUCOSAMINE" name="UDP-alpha-N-acetyl-D-glucosamine: C17H25N3O17P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__5162" name="a (mannosyl)3-(N-acetylglucosaminyl)2-diphosphodolichol: C114H188N2O32P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__5165" name="a (mannosyl)6-(N-acetylglucosaminyl)2-diphosphodolichol: C132H218N2O47P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__5166" name="a (mannosyl)7-(N-acetylglucosaminyl)2-diphosphodolichol: C138H228N2O52P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__5167" name="a (mannosyl)8-(N-acetylglucosaminyl)2-diphosphodolichol: C144H238N2O57P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__5168" name="a (mannosyl)9-(N-acetylglucosaminyl)2-diphosphodolichol: C150H248N2O62P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__5169" name="a glucosyl-(mannosyl)9-(N-acetylglucosaminyl)2-diphosphodolichol: C156H258N2O67P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__5170" name="a (glucosyl)2(mannosyl)9-(N-acetylglucosaminyl)2-diphosphodolichol: C162H268N2O72P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="NN__45__DIACETYLCHITOBIOSYLDIPHOSPHODOLICHO" name="an (N-acetylglucosaminyl)2-diphosphodolichol: C96H158N2O17P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ALPHA__45__D__45__MANNOSYLCHITOBIO" name="a mannosyl-(N-acetylglucosaminyl)2-diphosphodolichol: C102H168N2O22P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__5161" name="a (mannosyl)2-(N-acetylglucosaminyl)2-diphosphodolichol: C108H178N2O27P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__171" name="a dolichyl beta-D-mannosyl phosphate: C86H142O9P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="OLIGOSACCHARIDE__45__DIPHOSPHODOLICHOL" name="an oligosaccharide-diphosphodolichol: C168H278N2O77P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Protein__45__L__45__Asparagine" name="a [protein]-L-asparagine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Glycoprotein__45__Asn__45__oligosaccharides" name="a glycoprotein with the oligosaccharide chain attached by N-glycosyl linkage to protein L-asparagine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__224" name="dolichyl diphosphate: C80H131O7P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="UDP__45__GALACTOSE" name="UDP-D-galactose: C15H22N2O17P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="D__45__Galactosyl__45__12__45__diacyl__45__glycerols" name="a monogalactosyldiacylglycerol: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="BETA__45__D__45__FRUCTOSE" name="beta-D-fructofuranose: C6H12O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="SUCROSE" name="sucrose: C12H22O11" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DOLICHOLP" name="a dolichyl phosphate: C80H131O4P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__166" name="a dolichyl beta-D-glucosyl phosphate: C86H142O9P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CELLULOSE" name="cellulose: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Lactotetraosylceramides" name="lactotetraosylceramide: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="III2__45__a__45__Fucosyllactotetraosylceramides" name="III2-alpha-fucosyllactotetraosylceramide: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GUANOSINE_DIPHOSPHATE_FUCOSE" name="GDP-L-fucose: C16H23N5O15P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Xyloglucans__45__Galactose__45__23" name="an XLLG xylogulcan: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="XLFG__45__Xyloglucans" name="an XLFG xylogulcan: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ADP__45__D__45__GLUCOSE" name="ADP-alpha-D-glucose: C16H23N5O15P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GDP__45__D__45__GLUCOSE" name="GDP-alpha-D-glucose: C16H23N5O16P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ALPHA__45__GLC__45__6__45__P" name="alpha-D-glucose 6-phosphate: C6H11O9P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="TREHALOSE__45__6P" name="trehalose 6-phosphate: C12H21O14P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__CARBOXY__45__3__45__HYDROXY__45__ISOCAPROATE" name="(2S)-2-isopropylmalate: C7H10O5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CIT" name="citrate: C6H5O7" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__9699" name="hypoglycin A: C7H11NO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__9700" name="hypoglycin B: C12H17N2O5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="LEUKOTRIENE__45__C4" name="leukotriene-C4: C30H45N3O9S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD66__45__21" name="leukotriene-D4: C25H39N2O6S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_5__45__L__45__GLUTAMYL__45__PEPTIDE" name="a (5-L-glutamyl)-L-peptide: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Peptides" name="a peptide: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Amino__45__Acids__45__20" name="a standard alpha amino acid: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CYS__45__GLY" name="cysteinylglycine: C5H10N2O3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Poly__45__Gamma__45__Glutamylcysteine__45__Glycines" name="a poly gamma-glutamylcysteine-glycine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="General__45__Protein__45__Substrates" name="a protein: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Charged__45__ARG__45__tRNAs" name="L-arginyl-tRNAarg: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Protein__45__L__45__Arginines" name="a [protein]-L-arginine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ARG__45__tRNAs" name="tRNAarg: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_5__45__L__45__GLUTAMYL__45__L__45__AMINO__45__ACID" name="a 5-L-glutamyl-L-amino acid: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__2__45__AMINO__45__ACID" name="an L-2-amino-acid: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_5__45__OXOPROLINE" name="5-oxoproline: C5H6NO3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ACETYLSERINE" name="O-acetyl-L-serine: C5H9NO4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ACETYL__45__GLU" name="N-acetyl-L-glutamate: C7H9NO5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="D__45__GLUCOSAMINE__45__6__45__P" name="D-glucosamine-6-phosphate: C6H13NO8P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="N__45__ACETYL__45__D__45__GLUCOSAMINE__45__6__45__P" name="N-acetyl-D-glucosamine-6-phosphate: C8H14NO9P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PHOSPHATIDYLCHOLINE_CCO__45__OUT" name="a phosphatidylcholine: " compartment="CCO__45__OUT" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DIACYLGLYCEROL_CCO__45__OUT" name="a 1,2-diacylglycerol: " compartment="CCO__45__OUT" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DIACYLGLYCEROL" name="a 1,2-diacylglycerol: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Triacylglycerols" name="a triacylglycerol: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Histones" name="a histone: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Acetylated__45__histones" name="an acetylated histone: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Palmitoleoyl__45__ACPs" name="a palmitoleoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__delta15__45__gheddoyl__45__ACPs" name="a cis-delta15-C34:1-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD1G__45__567" name="arachidoyl-CoA: C41H70N7O17P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__delta13__45__lacceroyl__45__ACPs" name="a cis-delta13-C32:1-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__delta5__45__lignoceroyl__45__ACPs" name="a cis-delta5-C24:1-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__delta3__45__behenoyl__45__ACPs" name="a cis-docos-3-enoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__delta11__45__melissoyl__45__ACPs" name="a cis-delta11-C30:1-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__delta7__45__cerotoyl__45__ACPs" name="a cis-delta7-C26:1-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__delta9__45__montanoyl__45__ACPs" name="a cis-delta9-C28:1-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__delta19__45__C38__45__ACPs" name="a cis-delta19-C38:1-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__delta17__45__C36__45__ACPs" name="a cis-delta17-C36:1-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Holo__45__ACP__45__Synthases" name="a holo-[acyl-carrier-protein] synthase: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Glutaryl__45__ACP__45__methyl__45__esters" name="a glutaryl-[acp] methyl ester: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Cis__45__Delta7__45__tetradecenoyl__45__ACPs" name="a cis-delta7-tetradecenoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Cis__45__Delta5__45__dodecenoyl__45__ACPs" name="a cis-delta5-dodecenoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ACETYL__45__ACP" name="an acetyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PALMITYL__45__COA" name="palmitoyl-CoA: C37H62N7O17P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__558" name="pimeloyl-CoA: C28H41N7O19P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Pimeloyl__45__ACPs" name="a pimelyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_8__45__AMINO__45__7__45__OXONONANOATE" name="7-keto-8-aminopelargonate: C9H17NO3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__13534" name="beta-ketovaleryl-CoA: C26H38N7O18P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__10591" name="3alpha,7alpha-dihydroxy-24-oxo-5beta-cholestanoyl CoA: C48H74N7O20P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__10556" name="chenodeoxycholoyl-CoA: C45H70N7O19P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__7257" name="3alpha,7alpha,12alpha-trihydroxy-24-oxo-5-beta-cholestanoyl CoA: C48H74N7O21P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__202" name="choloyl-CoA: C45H70N7O20P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="MALONYL__45__ACP" name="a malonyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_2__45__Lysophosphatidylcholines" name="a 2-lysophosphatidylcholine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PHOSPHATIDYLCHOLINE" name="a phosphatidylcholine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Non__45__lipoylated__45__domains" name="a non-lipoylated protein-lipoyl domain: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Octanoylated__45__domains" name="an octanoylated protein lipoyl-domain: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Saturated__45__2__45__Lysophosphatidates" name="a 2,3,4-saturated 2-lysophosphatidate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_2__45__3__45__4__45__Saturated__45__L__45__Phosphatidates" name="a 2,3,4-saturated L-phosphatidate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__PHOSPHATIDATE" name="a 1,2-diacyl-sn-glycerol-3-phosphate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ACP" name="a holo-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ACYL__45__SN__45__GLYCEROL__45__3P" name="a 1-acyl-sn-glycerol-3-phosphate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="RIBOSE__45__5P" name="D-ribose-5-phosphate: C5H9O8P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="XYLULOSE__45__5__45__PHOSPHATE" name="D-xylulose-5-phosphate: C5H9O8P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="D__45__SEDOHEPTULOSE__45__7__45__P" name="D-sedoheptulose-7-phosphate: C7H13O10P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ERYTHROSE__45__4P" name="D-erythrose-4-phosphate: C4H7O7P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CARBAMYUL__45__L__45__ASPARTATE" name="N-carbamoyl-L-aspartate: C5H6N2O5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__CANALINE" name="L-canaline: C4H10N2O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="O__45__UREIDOHOMOSERINE" name="O-ureidohomoserine: C5H11N3O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__ORNITHINE" name="L-ornithine: C5H13N2O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CARBAMOYL__45__P" name="carbamoyl-phosphate: CH2NO5P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__CITRULLINE" name="L-citrulline: C6H13N3O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="AICAR" name="aminoimidazole carboxamide ribonucleotide: C9H13N4O8P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PHOSPHORIBOSYL__45__FORMAMIDO__45__CARBOXAMIDE" name="phosphoribosyl-formamido-carboxamide: C10H13N4O9P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="SER" name="L-serine: C3H7NO3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_5__45__PHOSPHO__45__RIBOSYL__45__GLYCINEAMIDE" name="5-phospho-ribosyl-glycineamide: C7H14N2O8P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_5__45__P__45__RIBOSYL__45__N__45__FORMYLGLYCINEAMIDE" name="5&apos;-phosphoribosyl-N-formylglycineamide: C8H13N2O9P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_10__45__FORMYL__45__THF" name="10-formyl-tetrahydrofolate: C20H21N7O7" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__methionyl__45__tRNAfmet" name="L-methionyl-tRNAfmet: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="N__45__formyl__45__L__45__methionyl__45__tRNAfmet" name="N-formyl-L-methionyl-tRNAfmet: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PROTEIN__45__C__45__TERMINAL__45__S__45__ETC__45__CYSTEINE" name="a protein c-terminal S-farnesyl-L-cysteine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PROTEIN__45__C__45__TERMINAL__45__S__45__FARNESYL__45__L__45__CYSTEINE" name="a protein c-terminal s-farnesyl-l-cysteine methyl ester: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_5__45__Methylcytosine__45__DNA" name="a DNA 5-methylcytosine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CAFFEOYL__45__COA" name="caffeoyl-CoA: C30H38N7O19P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="FERULOYL__45__COA" name="feruloyl-CoA: C31H40N7O19P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__397" name="S-methyl-L-methionine: C6H14NO2S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_5__45__HYDROXY__45__FERULIC__45__ACID" name="5-hydroxyferulate: C10H9O5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="SINAPATE" name="sinapate: C11H11O5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__676" name="trans-caffeate: C9H7O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="FERULIC__45__ACID" name="ferulate: C10H9O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_5__45__HYDROXY__45__CONIFERALDEHYDE" name="5-hydroxy-coniferaldehyde: C10H10O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="SINAPALDEHYDE" name="sinapaldehyde: C11H12O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DNA__45__Adenines" name="a DNA adenine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DNA__45__6__45__Methyl__45__Amino__45__Purines" name="a DNA 6-methylaminopurine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DNA__45__Cytosines" name="a DNA cytosine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DNA__45__N4__45__Methylcytosine" name="a DNA-N4-methylcytosine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="HOMO__45__CYS" name="L-homocysteine: C4H9NO2S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="SELENOHOMOCYSTEINE" name="selenohomocysteine: C4H8NO2Se" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__1302" name="5-methyltetrahydropteroyltri-L-glutamate: C30H39N9O12" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="SELENOMETHIONINE" name="selenomethionine: C5H11NO2Se" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__1301" name="tetrahydropteroyl tri-L-glutamate: C29H37N9O12" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="tRNA__45__containing__45__5__45__CarbMeAminome__45__2__45__ThioU" name="a tRNA containing 5-carboxymethylaminomethyl-2-thiouridine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="tRNA__45__Holder" name="a tRNA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="tRNA__45__Containing__45__5MeAminoMe__45__2__45__ThioU" name="tRNA containing 5-methylaminomethyl-2-thiouridylate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Phospholipid__45__Olefinic__45__Fatty__45__Acids" name="a phospholipid olefinic fatty acid: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Phospholipid__45__Cyclopropane__45__Fatty__45__Acids" name="a phospholipid cyclopropane fatty acid: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="trans__45__D18__45__37__45__OH__45__38__45__Me__45__C58__45__1__45__ACPs" name="a trans-delta18-37-hydroxy-38-methyl-C58:1-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="trans__45__18__45__CP__45__37__45__Mex__45__38__45__Me__45__C60__45__ACPs" name="a trans-methoxy-C60-meroacyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DIHYDROSTERCULIC__45__ACID" name="dihydrosterculate: C19H35O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__9957" name="ubiquinol-9: C54H84O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__9898" name="3-methoxy-4-hydroxy-5-all-trans-nonaprenylbenzoate: C53H79O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Guanine46__45__in__45__tRNA" name="guanine46 in tRNA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="tRNA__45__Containing__45__N7__45__Methylguanine__45__46" name="N7-methylguanine46 in tRNA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PROTEIN__45__L__45__BETA__45__ISOASPARTATES" name="a [protein]-L-beta-isoaspartate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PROTEIN__45__L__45__BETA__45__ISOSPARTATE__45__METHYL__45__ESTERS" name="a protein L-beta-isoaspartate alpha-methyl ester: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="MG__45__PROTOPORPHYRIN" name="Mg-protoporphyrin: C34H30N4O4Mg" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="MG__45__PROTOPORPHYRIN__45__MONOMETHYL__45__ESTER" name="magnesium-protoporphyrin IX 13-monomethyl ester: C35H33N4O4Mg" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Thiopurines" name="a thiopurine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Thiopurine__45__Methylethers" name="a thiopurine S-methylether: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Demethylated__45__methyl__45__acceptors" name="a demethylated methyl acceptor: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Methylated__45__methyl__45__acceptors" name="a methylated methyl acceptor: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="TRIMETHYLSULFONIUM" name="trimethyl sulfonium: C3H9S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__7670" name="dimethyl sulfide: C2H6S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="BETA__45__TOCOPHEROL" name="beta-tocopherol: C28H48O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__8578" name="histone-L-lysine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__8579" name="histone N6-methyl-L-lysine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DUMP" name="dUMP: C9H11N2O8P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="TMP" name="dTMP: C10H13N2O8P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DIHYDROFOLATE" name="7,8-dihydrofolate monoglutamate: C19H19N7O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CYCLOARTENOL" name="cycloartenol: C30H50O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ALPHA__45__TOCOPHEROL" name="alpha-tocopherol: C29H50O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__405" name="a phosphatidyl-N-methylethanolamine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__160" name="a phosphatidyl-N-dimethylethanolamine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="tRNA__45__Containing__45__N2__45__Methylguanine__45__10" name="an N2-methylguanine10 in tRNA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Guanine10__45__in__45__tRNA" name="a guanine10 in tRNA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="tRNA__45__Containing__45__N2__45__dimethylguanine__45__10" name="N2-dimethylguanine10 in tRNA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="OCTAPRENYL__45__METHYL__45__OH__45__METHOXY__45__BENZQ" name="3-demethylubiquinol-8: C48H74O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_2__45__OCTAPRENYL__45__6__45__HYDROXYPHENOL" name="3-(all-trans-octaprenyl)benzene-1,2-diol: C46H70O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_2__45__OCTAPRENYL__45__6__45__METHOXYPHENOL" name="2-methoxy-6-(all-trans-octaprenyl)phenol: C47H72O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DIMETHYL__45__GLYCINE" name="dimethylglycine: C4H9NO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="BETAINE" name="glycine betaine: C5H11NO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12115" name="demethylmenaquinol-8: C50H72O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="REDUCED__45__MENAQUINONE" name="menaquinol-8: C51H74O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12116" name="demethylmenaquinol-6: C40H56O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12124" name="menaquinol-6: C41H58O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__9731" name="demethylmenaquinone-7: C45H62O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__9718" name="menaquinone-7: C46H64O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="UROPORPHYRINOGEN__45__III" name="uroporphyrinogen-III: C40H36N4O16" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__9038" name="precorrin-1: C41H38N4O16" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ADENOSYL__45__HOMO__45__CYS" name="S-adenosyl-L-homocysteine: C14H20N6O5S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DIHYDROSIROHYDROCHLORIN" name="precorrin-2: C42H41N4O16" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Plastocyanin__45__Reduced" name="a reduced plastocyanin: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Oxidized__45__Plastocyanins" name="an oxidized plastocyanin: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Xanthine__45__dehydrogenases" name="a xanthine dehydrogenase: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Xanthine__45__oxidases" name="a xanthine oxidase: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__5__45__ADP" name="adenosine 3&apos;,5&apos;-bisphosphate: C10H11N5O10P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PAPS" name="phosphoadenosine-5&apos;-phosphosulfate: C10H11N5O13P2S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__8989" name="L-methionine-(S)-S-oxide: C5H11NO3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Protein__45__L__45__Methionine__45__S__45__Oxides" name="a protein-L-methionine-(S)-S-oxide: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__8990" name="L-methionine-(R)-S-oxide: C5H11NO3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Protein__45__L__45__methionine" name="a [protein]-L-methionine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Protein__45__L__45__methionine__45__R__45__S__45__oxides" name="a protein-L-methionine-(R)-S-oxide: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Sulfhydryls" name="R&apos;C(R)SH: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__8529" name="R&apos;C(R)S-S(R)CR&apos;: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DIHYDROLIPOAMIDE" name="dihydrolipoamide: C8H17NOS2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="LIPOAMIDE" name="lipoamide: C8H15NOS2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Pyruvate__45__dehydrogenase__45__dihydrolipoate" name="a [pyruvate dehydrogenase E2 protein] N6-(dihydrolipoyl)lysine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DIHYDROLIPOYL__45__GCVH" name="a [glycine-cleavage complex H protein] N6-(dihydrolipoyl)lysine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="BCAA__45__dehydrogenase__45__DH__45__lipoyl" name="an [apo BCAA dehydrogenase E2 protein] N6-(dihydrolipoyl)lysine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Oxo__45__glutarate__45__dehydrogenase__45__DH__45__lipoyl" name="a [2-oxoglutarate dehydrogenase E2 protein] N6-(dihydrolipoyl)lysine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Dihydro__45__Lipoyl__45__Proteins" name="[protein] N6-(dihydrolipoyl)lysine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Lipoyl__45__Protein" name="a lipoyl-carrier protein: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="HS" name="hydrogen sulfide: H2S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_5__45__HYDROXYISOURATE" name="5-hydroxyisourate: C5H4N4O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="NITRATE" name="nitrate: NO3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="NITRITE" name="nitrite: NO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD0__45__1156" name="methyl-1,4-benzoquinone: C7H6O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD0__45__1157" name="methyl-1,4-benzoquinol: C7H10O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Quinones" name="a quinone: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Reduced__45__Quinones" name="a quinol: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="NADP_CCO__45__IN" name="NADP+: C21H25N7O17P3" compartment="CCO__45__IN" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PROTON_CCO__45__OUT" name="H+: H" compartment="CCO__45__OUT" initialAmount="1000" boundaryCondition="true"/>
+      <species id="NADPH_CCO__45__IN" name="NADPH: C21H26N7O17P3" compartment="CCO__45__IN" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__313" name="propane-1,3-diamine: C3H12N2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="SPERMINE" name="spermine: C10H30N4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__6082" name="3-aminopropanal: C3H8NO" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="N1__45__ACETYLSPERMINE" name="N1-acetylspermine: C12H31N4O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="SPERMIDINE" name="spermidine: C7H22N3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__568" name="N1-acetylspermidine: C9H23N3O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PUTRESCINE" name="putrescine: C4H14N2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__10687" name="3-acetamidopropanal: C5H9NO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__316" name="reduced riboflavin: C17H22N4O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="RIBOFLAVIN" name="riboflavin: C17H19N4O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_5__45__METHYL__45__THF" name="5-methyl-tetrahydrofolate: C20H23N7O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PRO" name="L-proline: C5H9NO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_5__45__10__45__METHENYL__45__THF" name="5,10-methenyltetrahydrofolate: C20H20N7O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="SACCHAROPINE" name="L-saccharopine: C11H19N2O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PROTEIN__45__LIPOYLLYSINE" name="a [glycine-cleavage complex H protein] N6-(lipoyl)lysine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="AMINOMETHYLDIHYDROLIPOYL__45__GCVH" name="a [glycine-cleavage complex H protein] N6-(aminomethyldihydrolipoyl)lysine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__ASPARTATE" name="L-aspartate: C4H6NO4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="IMINOASPARTATE" name="alpha-iminosuccinate: C4H3NO4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PYRIDOXAMINE__45__5P" name="pyridoxamine 5&apos;-phosphate: C8H12N2O5P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PYRIDOXINE__45__5P" name="pyridoxine-5&apos;-phosphate: C8H10NO6P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PYRIDOXAL_PHOSPHATE" name="pyridoxal 5&apos;-phosphate: C8H8NO6P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="D__45__ALANINE" name="D-alanine: C3H7NO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="SARCOSINE" name="sarcosine: C3H7NO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="METHYLAMINE" name="methylamine: CH6N" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__10490" name="N-ethylglycine: C4H9NO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ETHANAMINE" name="ethylamine: C2H8N" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CADAVERINE" name="cadaverine: C5H16N2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12763" name="5-aminopentanal: C5H12NO" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Primary__45__Amines" name="a primary amine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PHENYLETHYLAMINE" name="2-phenylethylamine: C8H12N" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PHENYLACETALDEHYDE" name="phenylacetaldehyde: C8H8O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Aliphatic__45__Amines" name="an aliphatic amine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="AMINO__45__ACETONE" name="aminoacetone: C3H8NO" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="METHYL__45__GLYOXAL" name="methylglyoxal: C3H4O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ANDROSTERONE" name="androsterone: C19H30O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_17__45__BETA__45__HYDROXY__45__5ALPHA__45__ANDROSTAN__45__3__45__O" name="5-alpha-dihydrotestosterone: C19H30O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__Oxo__45__5__45__Alpha__45__Steroids" name="a 3-oxo-5-alpha-steroid: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__Oxo__45__Delta__45__4__45__Steroids" name="a 3-oxo-delta4-steroid: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="S__45__ADENOSYLMETHIONINE" name="S-adenosyl-L-methionine: C15H23N6O5S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="MET" name="L-methionine: C5H11NO2S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CH33ADO" name="5&apos;-deoxyadenosine: C10H13N5O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__1083" name="(E)-2-methylcrotonoyl-CoA: C26H38N7O17P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="BUTYRYL__45__COA" name="butanoyl-CoA: C25H38N7O17P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CROTONYL__45__COA" name="crotonyl-CoA: C25H36N7O17P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="FAD" name="FAD: C27H31N9O15P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="METHACRYLYL__45__COA" name="methylacrylyl-CoA: C25H36N7O17P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="FADH2" name="FADH2: C27H33N9O15P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ISOVALERYL__45__COA" name="isovaleryl-CoA: C26H40N7O17P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ETF__45__Oxidized" name="an oxidized electron-transfer flavoprotein: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__METHYL__45__CROTONYL__45__COA" name="3-methylcrotonyl-CoA: C26H38N7O17P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ETF__45__Reduced" name="a reduced electron-transfer flavoprotein: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3Z__45__PHYCOERYTHROBILIN" name="(3Z)-phycoerythrobilin: C33H38N4O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_1516__45__DIHYDROBILIVERDIN" name="15,16-dihydrobiliverdin: C33H34N4O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ACYL__45__COA" name="an acyl-CoA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__11517" name="OPC8-CoA: C39H60N7O18P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__11518" name="OPC8-trans-2-enoyl-CoA: C39H58N7O18P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__11521" name="OPC6-CoA: C37H56N7O18P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__11522" name="OPC6-trans-2-enoyl-CoA: C37H54N7O18P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__11525" name="OPC4-CoA: C35H52N7O18P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__11526" name="OPC4-trans-2-enoyl-CoA: C35H50N7O18P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__5__45__enoyl__45__CoA" name="a cis-5-enoyl-CoA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="trans__45__2__45__cis__45__5__45__dienoyl__45__CoA" name="a trans2,cis-5-dienoyl-CoA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__196" name="octanoyl-CoA: C29H46N7O17P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD0__45__2108" name="trans-oct-2-enoyl-CoA: C29H44N7O17P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="COPROPORPHYRINOGEN_III" name="coproporphyrinogen III: C36H40N4O8" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PROTOPORPHYRINOGEN" name="protoporphyrinogen IX: C34H38N4O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PROTOPORPHYRIN_IX" name="protoporphyrin IX: C34H32N4O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="LOGANIN" name="loganin: C17H26O10" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="SECOLOGANIN__45__CPD" name="secologanin: C17H24O10" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GERANYLGERANYL__45__PP" name="all-trans-geranyl-geranyl diphosphate: C20H33O7P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Saturated__45__Fatty__45__Acyl__45__CoA" name="a 2,3,4-saturated fatty acyl CoA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Long__45__Chain__45__234__45__Saturated__45__acyl__45__CoAs" name="a long-chain 2,3,4-saturated fatty acyl CoA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Long__45__Chain__45__Trans__45__23__45__Dehydroacyl__45__CoA" name="a long-chain trans-2,3-dehydroacyl-CoA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DELTA1__45__PIPERIDEINE__45__2__45__6__45__DICARBOXYLATE" name="(S)-2,3,4,5-tetrahydrodipicolinate: C7H7NO4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_2__45__3__45__DIHYDRODIPICOLINATE" name="(S)-2,3-dihydrodipicolinate: C7H5NO4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__4081" name="4alpha-methyl-5alpha-ergosta-8,24-dien-3beta-ol: C29H48O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__700" name="5-dehydro episterol: C28H44O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__4126" name="5-dehydroavenasterol: C29H46O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__8135" name="crinosterol: C28H46O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__4162" name="stigmasterol: C29H48O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__4161" name="brassicasterol: C28H46O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DIHYDRO__45__DIOH__45__BENZOATE" name="2,3-dihydroxy-2,3-dihydrobenzoate: C7H7O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_2__45__3__45__DIHYDROXYBENZOATE" name="2,3-dihydroxybenzoate: C7H5O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_2__45__trans__45__4__45__cis__45__dienoyl__45__CoAs" name="a 2-trans-4-cis-dienoyl-CoA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="TRANS__45__D2__45__ENOYL__45__COA" name="a trans-2-enoyl-CoA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="T2__45__DECENOYL__45__COA" name="trans-delta2-decenoyl-CoA: C31H48N7O17P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="T2__45__C4__45__DECADIENYL__45__COA" name="trans-delta2, cis-delta4-decadienoyl-CoA: C31H46N7O17P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="TETRADEHYDROACYL__45__COA" name="a trans-2,trans-4-dienoyl-CoA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Trans__45__3__45__enoyl__45__CoAs" name="a trans-3-enoyl-CoA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="FUM" name="fumarate: C4H2O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ACYL__45__ACP" name="an acyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Saturated__45__Fatty__45__Acyl__45__ACPs" name="a 2,3,4-saturated fatty acyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="TRANS__45__D2__45__ENOYL__45__ACP" name="a trans-delta2-enoyl-acyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Stearoyl__45__ACPs" name="a stearoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Octadec__45__2__45__enoyl__45__ACPs" name="a trans-octadec-2-enoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Crotonyl__45__ACPs" name="a crotonyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Butanoyl__45__ACPs" name="a butyryl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Hexanoyl__45__ACPs" name="a hexanoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Hex__45__2__45__enoyl__45__ACPs" name="a trans hex-2-enoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Octanoyl__45__ACPs" name="an octanoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_2__45__Octenoyl__45__ACPs" name="a trans oct-2-enoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Decanoyl__45__ACPs" name="a decanoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Trans__45__D2__45__decenoyl__45__ACPs" name="a trans-delta2-decenoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Dodecanoyl__45__ACPs" name="a dodecanoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Dodec__45__2__45__enoyl__45__ACPs" name="a trans dodec-2-enoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Myristoyl__45__ACPs" name="a myristoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Tetradec__45__2__45__enoyl__45__ACPs" name="a trans tetradec-2-enoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Palmitoyl__45__ACPs" name="a palmitoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_2__45__Hexadecenoyl__45__ACPs" name="a trans hexadecenoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DIVINYL__45__PROTOCHLOROPHYLLIDE__45__A" name="divinyl protochlorophyllide a: C35H29N4O5Mg" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DIVINYLCHLOROPHYLLIDE__45__A" name="divinylchlorophyllide a: C35H31N4O5Mg" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="MONO__45__VINYL__45__PROTOCHLOROPHYLLIDE__45__A" name="monovinyl protochlorophyllide a: C35H31N4O5Mg" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__707" name="campesterol: C28H48O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__8134" name="24-epi-campesterol: C28H48O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ARSENATE" name="arsenate: HO4As" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Red__45__Glutaredoxins" name="a reduced glutaredoxin: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__763" name="arsenite: H2O3As" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Ox__45__Glutaredoxins" name="an oxidized glutaredoxin: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="THIAMINE__45__PYROPHOSPHATE" name="thiamin diphosphate: C12H16N4O7P2S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_2__45__ALPHA__45__HYDROXYETHYL__45__THPP" name="2-(alpha-hydroxyethyl)thiamine diphosphate: C14H20N4O8P2S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="BCAA__45__dehydrogenase__45__2MP__45__DH__45__lipoyl" name="an [apo BCAA dehydrogenase E2 protein] N6-(S-[2-methylpropanoyl]dihydrolipoyl)lysine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="BCAA__45__dehydrogenase__45__3MB__45__DH__45__lipoyl" name="a [lipoamide acyltransferase] N6-(S-[3-methylbutanoyl]dihydrolipoyl)lysine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="BCAA__45__dehydrogenase__45__lipoyl" name="an [apo BCAA dehydrogenase E2 protein] N6-(lipoyl)lysine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="BCAA__45__dehydrogenase__45__2MB__45__DH__45__lipoyl" name="[lipoamide acyltransferase] N6-(S-[2-methylbutanoyl]dihydrolipoyl)lysine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Oxo__45__glutarate__45__dehydrogenase__45__lipoyl" name="a [2-oxoglutarate dehydrogenase E2 protein] N6-(lipoyl)lysine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Oxo__45__glutarate__45__dehydro__45__suc__45__DH__45__lipoyl" name="a [2-oxoglutarate dehydrogenase E2 protein] N6-(S-succinyldihydrolipoyl)lysine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__7682" name="(S)-2,3,4,5-tetrahydropiperidine-2-carboxylate: C6H8NO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ALLYSINE" name="(S)-2-amino-6-oxohexanoate: C6H11NO3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Long__45__Chain__45__Aldehydes" name="a long-chain aldehyde: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__469" name="N-acetyl-L-glutamate 5-semialdehyde: C7H10NO4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="N__45__ACETYL__45__GLUTAMYL__45__P" name="N-acetylglutamyl-phosphate: C7H9NO8P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="LACTALD" name="L-lactaldehyde: C3H6O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12179" name="methylmalonate semialdehyde: C4H5O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="HCO3" name="bicarbonate: CHO3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__BETA__45__ASPARTYL__45__P" name="L-aspartyl-4-phosphate: C4H6NO7P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GLUTAMATE__45__1__45__SEMIALDEHYDE" name="glutamate-1-semialdehyde: C5H9NO3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GLT__45__tRNAs" name="tRNAGlu: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Charged__45__GLT__45__tRNAs" name="L-glutamyl-tRNAGlu: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__5682" name="D,L-malic semialdehyde: C4H5O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="INDOLE_ACETALDEHYDE" name="indole acetaldehyde: C10H9NO" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="INDOLE_ACETATE_AUXIN" name="indole-3-acetate: C10H8NO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__INDOLEGLYOXAL" name="indole-3-glyoxal: C10H7NO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="INDOLE__45__3__45__GLYOXYLATE" name="indole-3-glyoxylate: C10H6NO3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__INDOLYLGLYCOLALDEHYDE" name="indole-3-glycol aldehyde: C10H9NO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="INDOLE__45__3__45__GLYCOLATE" name="indole-3-glycolate: C10H8NO3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__30" name="4-acetamidobutanal: C6H11NO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__35" name="4-acetamidobutanoate: C6H10NO3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Carboxylates" name="a carboxylate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__371" name="octanal: C8H16O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__195" name="octanoate: C8H15O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ACET" name="acetate: C2H3O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__822" name="N2-succinyl-L-glutamate 5-semialdehyde: C9H11NO6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="N2__45__SUCCINYLGLUTAMATE" name="N2-succinylglutamate: C9H10NO7" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GAP" name="D-glyceraldehyde-3-phosphate: C3H5O6P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DPG" name="1,3-bisphospho-D-glycerate: C3H4O10P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Reduced__45__flavodoxins" name="a reduced flavodoxin: C17H21N4O9P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Oxidized__45__flavodoxins" name="an oxidized flavodoxin: C17H19N4O9P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_2C__45__METH__45__D__45__ERYTHRITOL__45__CYCLODIPHOSPHATE" name="2-C-methyl-D-erythritol-2,4-cyclodiphosphate: C5H10O9P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DUDP" name="dUDP: C9H11N2O11P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="UDP" name="UDP: C9H11N2O12P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Deoxy__45__Ribonucleoside__45__Diphosphates" name="a deoxyribonucleoside diphosphate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Ribonucleoside__45__Diphosphates" name="a ribonucleoside diphosphate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DGDP" name="dGDP: C10H12N5O10P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GDP" name="GDP: C10H12N5O11P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DCDP" name="dCDP: C9H12N3O10P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CDP" name="CDP: C9H12N3O11P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Deoxy__45__Ribonucleoside__45__Triphosphates" name="a deoxyribonucleoside triphosphate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Ox__45__Thioredoxin" name="an oxidized thioredoxin: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Ribonucleoside__45__Triphosphates" name="a ribonucleoside triphosphate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Red__45__Thioredoxin" name="a reduced thioredoxin: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Reduced__45__NrdH__45__Proteins" name="a reduced NrdH glutaredoxin-like protein: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DADP" name="dADP: C10H12N5O9P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Oxidized__45__NrdH__45__Proteins" name="an oxidized NrdH glutaredoxin-like protein: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="HYPOXANTHINE" name="hypoxanthine: C5H4N4O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__4211" name="dimethylallyl diphosphate: C5H9O7P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DELTA3__45__ISOPENTENYL__45__PP" name="isopentenyl diphosphate: C5H9O7P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="HYDROXY__45__METHYL__45__BUTENYL__45__DIP" name="1-hydroxy-2-methyl-2-(E)-butenyl 4-diphosphate: C5H9O8P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="XANTHINE" name="xanthine: C5H4N4O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="URATE" name="urate: C5H4N4O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="HG0" name="Hg0: Hg" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="HG__43__2" name="Hg2+: Hg" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__9973" name="an eIF5A deoxyhypusine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="EIF5A__45__HYPUSINE" name="an eIF5A-hypusine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__9866" name="2-methoxy-6-(all-trans-nonaprenyl)phenol: C52H80O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__9870" name="2-methoxy-6-all trans-nonaprenyl-2-methoxy-1,4-benzoquinol: C52H80O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__4186" name="lathosterol: C27H46O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__4187" name="7-dehydro-cholesterol: C27H44O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_5__45__ALPHA__45__CHOLESTA__45__724__45__DIEN__45__3__45__BETA__45__OL" name="5alpha-cholesta-7,24-dien-3beta-ol: C27H44O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__8646" name="7-dehydrodesmosterol: C27H42O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__18" name="linoleoyl-CoA: C39H62N7O17P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GAMMA__45__LINOLENOYL__45__COA" name="gamma-linolenoyl-CoA: C39H60N7O17P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="STEAROYL__45__COA" name="stearoyl-CoA: C39H66N7O17P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="OLEOYL__45__COA" name="oleoyl-CoA: C39H64N7O17P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__8117" name="gamma-linolenate: C18H29O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="OLEATE__45__CPD" name="oleate: C18H33O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="LINOLEIC_ACID" name="linoleate: C18H31O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="TYR" name="L-tyrosine: C9H11NO3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DOPAMINE" name="dopamine: C8H12NO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="NOREPINEPHRINE" name="noradrenaline: C8H12NO3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Reduced__45__Rubredoxins" name="a reduced rubredoxin: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__148" name="n-octane: C8H18" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Oxidized__45__Rubredoxins" name="an oxidized rubredoxin: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="OCTANOL" name="octanol: C8H18O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ACETONE" name="acetone: C3H6O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ACETOL" name="acetol: C3H6O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_4__45__HYDROXYBENZALDEHYDE" name="4-hydroxybenzaldehyde: C7H6O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__7616" name="protocatechualdehyde: C7H6O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12014" name="6-hydroxymelatonin: C13H16N2O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="N__45__ACETYL__45__5__45__METHOXY__45__TRYPTAMINE" name="melatonin: C13H16N2O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="N__45__ACETYL__45__SEROTONIN" name="N-acetyl-serotonin: C12H14N2O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__3187" name="2&apos;-hydroxynicotine: C10H15N2O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__2750" name="trans-3&apos;-hydroxycotinine: C10H12N2O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__2751" name="5&apos;-hydroxycotinine: C10H12N2O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__2742" name="cotinine: C10H12N2O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__3188" name="N&apos;-hydroxymethyl-norcotinine: C10H12N2O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__2749" name="norcotinine: C9H10N2O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__3481" name="bupropion: C13H19NOCl" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__3483" name="hydroxybupropion: C13H19NO2Cl" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ANDROST4ENE" name="androst-4-en-3,17-dione: C19H26O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD66__45__26" name="19-hydroxyandrostenedione: C19H26O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD66__45__25" name="19-oxoandrostenedione: C19H24O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ESTRONE" name="estrone: C18H22O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="TESTOSTERONE" name="testosterone: C19H28O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_19__45__HYDROXYTESTOSTERONE" name="19-hydroxytestosterone: C19H28O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_19__45__OXO__45__TESTOSTERONE" name="19-oxo-testosterone: C19H26O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__352" name="estradiol-17beta: C18H24O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Reduced__45__Flavoproteins" name="a reduced flavoprotein: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__3186" name="nicotine-delta1&apos;5&apos;-iminium ion: C10H13N2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Oxidized__45__Flavoproteins" name="an oxidized flavoprotein: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="OBTUSIFOLIOL" name="obtusifoliol: C30H50O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ALPHA__45__METHYL__45__5__45__ALPHA__45__ERGOSTA" name="4alpha-methyl-5alpha-ergosta-8,14,24(28)-trien-3beta-ol: C29H46O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12852" name="4alpha,14alpha-dimethyl-5alpha-cholesta-8,24-dien-3beta-ol: C29H48O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12853" name="4alpha-methyl-5alpha-cholesta-8,14,24-trien-3beta-ol: C28H44O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__8606" name="24,25-dihydrolanosterol: C30H52O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__8607" name="4,4-dimethyl-14alpha-hydroxymethyl-5alpha-cholesta-8-en-3beta-ol: C30H52O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__8608" name="4,4-dimethyl-14alpha-formyl-5alpha-cholesta-8-en-3beta-ol: C30H50O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__8609" name="4,4-dimethyl-5-alpha-cholesta-8,14-dien-3-beta-ol: C29H48O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="LANOSTEROL" name="lanosterol: C30H50O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__4568" name="4,4-dimethyl-14alpha-hydroxymethyl-5alpha-cholesta-8,24-dien-3beta-ol: C30H50O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__4573" name="4,4-dimethyl-14alpha-formyl-5alpha-cholesta-8,24-dien-3beta-ol: C30H48O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_44__45__DIMETHYL__45__CHOLESTA__45__812__45__24__45__TRIENOL" name="4,4-dimethyl-5-alpha-cholesta-8,14,24-trien-3-beta-ol: C29H46O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="FORMATE" name="formate: CHO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="NICOTINE" name="(S)-nicotine: C10H15N2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__2743" name="nicotine-1&apos;-N-oxide: C10H14N2O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="NN__45__DIMETHYLANILINE" name="N,N-dimethylaniline: C8H11N" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="NN__45__DIMETHYLANILINE__45__N__45__OXIDE" name="nn-dimethylaniline-n-oxide: C8H11NO" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__Isopropenyl__45__4H__45__hexano__45__lactones" name="a 3-isopropenyl-4-hydroxy-hexano-6-lactone: C10H16O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__Isopropenyl__45__6__45__oxoheptanoates" name="a 3-isopropenyl-6-oxoheptanoate: C10H16O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__KYNURENINE" name="kynurenine: C10H12N2O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__HYDROXY__45__L__45__KYNURENINE" name="3-hydroxy-L-kynurenine: C10H12N2O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__9896" name="3,4-dihydroxy-5-all-trans-nonaprenylbenzoate: C52H77O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__7014" name="chlorophyllide b: C35H31N4O6Mg" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CHLOROPHYLLIDE__45__A" name="chlorophyllide a: C35H33N4O5Mg" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__7015" name="71-hydroxychlorophyllide a: C35H34N4O6Mg" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__696" name="24-methylenecycloartanol: C31H52O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12865" name="4alpha-hydroxymethyl,4beta,14alpha-dimethyl-9beta,19-cyclo-5alpha-ergost-24(241)-en-3beta-ol: C31H52O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12866" name="4alpha-formyl,4beta,14alpha-dimethyl-9beta,19-cyclo-5alpha-ergost-24(241)-en-3beta-ol: C31H50O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__4101" name="24-methylenelophenol: C29H48O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12907" name="4alpha-hydroxymethyl-ergosta-7,24(241)-dien-3beta-ol: C29H48O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12908" name="4alpha-formyl-ergosta-7,24(241)-dien-3beta-ol: C29H46O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__4124" name="24-ethylidenelophenol: C30H50O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12911" name="4alpha-hydroxymethyl-stigmasta-7,24(241)-dien-3beta-ol: C30H50O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12912" name="4alpha-formyl-stigmasta-7,24(241)-dien-3beta-ol: C30H48O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="FERRICYTOCHROME__45__B5" name="a ferricytochrome b5: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="FERROCYTOCHROME__45__B5" name="a ferrocytochrome b5: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="SQUALENE" name="squalene: C30H50" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="EPOXYSQUALENE" name="(3S)-2,3-epoxy-2,3-dihydrosqualene: C30H50O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD1F__45__139" name="gibberellin A1: C19H23O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__204" name="gibberellin A8: C19H23O7" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Protein__45__L__45__Aspartates" name="a [protein]-L-aspartate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="SUC" name="succinate: C4H4O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Peptide__45__3__45__hydroxy__45__L__45__Aspartates" name="a peptide 3-hydroxy-L-aspartate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__9872" name="6-methoxy-3-methyl-2-all-trans-nonaprenyl-1,4-benzoquinol: C53H82O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__7158" name="3-demethylubiquinol-9: C53H82O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GLUCURONATE" name="D-glucuronate: C6H9O7" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="INDOLE" name="indole: C8H7N" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__248" name="2-formylaminobenzaldehyde: C8H7NO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__SULFINOALANINE" name="3-sulfinoalanine: C3H6NO4S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_4__45__MALEYL__45__ACETOACETATE" name="4-maleyl-acetoacetate: C8H6O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PHENYL__45__PYRUVATE" name="keto-phenylpyruvate: C9H7O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__11495" name="2-hydroxyphenylacetate: C8H7O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="P__45__HYDROXY__45__PHENYLPYRUVATE" name="4-hydroxyphenylpyruvate: C9H7O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__239" name="cysteamine: C2H8NS" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="HYPOTAURINE" name="hypotaurine: C2H7NO2S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_12__45__BIS4__45__HYDROXY__45__3__45__METHOXYPHENYLETHYLE" name="1,2-bis(4-hydroxy-3-methoxyphenyl)ethylene: C16H16O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="VANILLIN" name="vanillin: C8H8O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__7953" name="torulene: C40H54" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12935" name="4&apos;-apo-beta,psi-caroten-4&apos;-al: C35H46O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PRENAL" name="3-methyl-2-butenal: C5H8O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="LINOLENIC_ACID" name="alpha-linolenate: C18H29O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__725" name="13(S)-hydroperoxy-9(Z),11(E),15(Z)-octadecatrienoate: C18H29O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="HYDROGEN__45__MOLECULE" name="H2: H2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12036" name="phenoxy radical VII: C15H10O5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12033" name="phenoxy radical VIII: C15H12O5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12032" name="phenoxy radical VI: C15H12O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="RH" name="an organic molecule: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="A__45__LIPID__45__HYDROPEROXIDE" name="a lipid hydroperoxide: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GLUTATHIONE" name="glutathione: C10H16N3O6S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Lipids" name="a lipid: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="OXIDIZED__45__GLUTATHIONE" name="glutathione disulfide: C20H30N6O12S2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__8653" name="betanidin: C18H14N2O8" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__8890" name="betanidin quinone: C18H12N2O8" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Phenolic__45__Donors" name="a phenolic donor: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Phenoxyl__45__rad__45__of__45__phenolic__45__donors" name="a phenoxyl radical of a phenolic donor: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PROT__45__CYS" name="a [protein]-L-cysteine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Alkyl__45__Hydro__45__Peroxides" name="an organic hydroperoxide: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Protein__45__Disulfides" name="a protein disulfide: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD1F__45__130" name="zeaxanthin: C40H56O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD1F__45__133" name="violaxanthin: C40H56O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD1F__45__131" name="antheraxanthin: C40H56O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Light" name="hnu: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CATECHOL" name="catechol: C6H6O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__385" name="1,2-benzoquinone: C6H4O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Oxidized__45__Azurins" name="an oxidized azurin: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Reduced__45__Azurins" name="a reduced azurin: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GLC" name="beta-D-glucose: C6H12O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GLC__45__D__45__LACTONE" name="D-glucono-1,5-lactone: C6H10O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="UBIQUINONE__45__8" name="ubiquinone-8: C49H74O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__9956" name="ubiquinol-8: C49H76O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="S__45__2__45__Hydroxyacids1" name="an (S)-2-hydroxyacid: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_2__45__Oxo__45__carboxylates" name="a 2-oxo carboxylate: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__381" name="(S)-2-hydroxyglutarate: C5H6O5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GLYCOLLATE" name="glycolate: C2H3O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GLYOX" name="glyoxylate: C2HO3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Cytochromes__45__CL__45__Ox" name="an oxidized cytochrome cL: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Cytochromes__45__CL__45__Red" name="a reduced cytochrome cL: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Cytochromes__45__C550__45__Ox" name="an oxidized cytochrome c550: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Cytochromes__45__C550__45__Red" name="a reduced cytochrome c550: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GLC__45__6__45__P" name="beta-D-glucose-6-phosphate: C6H11O9P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="D__45__6__45__P__45__GLUCONO__45__DELTA__45__LACTONE" name="6-phospho-D-glucono-1,5-lactone: C6H9O9P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="S__45__HYDROXYMETHYLGLUTATHIONE" name="S-hydroxymethylglutathione: C11H18N3O7S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__548" name="S-formylglutathione: C11H16N3O7S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_2__45__C__45__METHYL__45__D__45__ERYTHRITOL__45__4__45__PHOSPHATE" name="2-C-methyl-D-erythritol-4-phosphate: C5H11O7P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DEOXYXYLULOSE__45__5P" name="1-deoxy-D-xylulose 5-phosphate: C5H9O7P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__LACTATE" name="(S)-lactate: C3H5O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12175" name="(S)-3-hydroxy-isobutyrate: C4H7O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CH3__45__MALONATE__45__S__45__ALD" name="(S)-methylmalonate-semialdehyde: C4H5O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="HOMO__45__SER" name="L-homoserine: C4H9NO3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__ASPARTATE__45__SEMIALDEHYDE" name="L-aspartate-semialdehyde: C4H7NO3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__13611" name="sphinganine (C20): C20H44NO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__13610" name="3-dehydrosphinganine (C20): C20H42NO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__13612" name="D-erthyro-sphinganine: C18H40NO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__13613" name="L-threo-sphinganine: C18H40NO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DIHYDRO__45__SPHINGOSINE" name="a sphinganine (C18): C18H40NO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DEHYDROSPHINGANINE" name="3-dehydrosphinganine: C18H38NO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__3__45__HYDROXYACYL__45__COA" name="a (3S)-3-hydroxyacyl-CoA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__KETOACYL__45__COA" name="a 3-oxoacyl-CoA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__11519" name="OPC8-3-hydroxyacyl-CoA: C39H60N7O19P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__11520" name="OPC8-3-ketoacyl-CoA: C39H58N7O19P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__11523" name="OPC6-3-hydroxyacyl-CoA: C37H56N7O19P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__11524" name="OPC6-3-ketoacyl-CoA: C37H54N7O19P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__11527" name="OPC4-3-hydroxyacyl-CoA: C35H52N7O19P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__11528" name="OPC4-3-ketoacyl-CoA: C35H50N7O19P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12199" name="3-(4-hydroxyphenyl)-3-hydroxy-propionyl-CoA: C30H40N7O19P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12200" name="3-(4-hydroxyphenyl)-3-oxo-propionyl-CoA: C30H38N7O19P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="S__45__3__45__HYDROXYBUTANOYL__45__COA" name="(S)-3-hydroxybutanoyl-CoA: C25H38N7O18P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ACETOACETYL__45__COA" name="acetoacetyl-CoA: C25H36N7O18P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__KETO__45__ADIPYL__45__COA" name="3-oxoadipyl-CoA: C27H37N7O20P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="OH__45__HEXANOYL__45__COA" name="(S)-3-hydroxyhexanoyl-CoA: C27H42N7O18P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="K__45__HEXANOYL__45__COA" name="3-oxohexanoyl-CoA: C27H40N7O18P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__13694" name="24-hydroxy-3-oxocholest-4-en-26-oyl-CoA: C48H72N7O19P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__13695" name="3,24-dioxocholest-4-en-26-oyl-CoA: C48H70N7O19P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__13698" name="22-hydroxy-3-oxochol-4-en-24-oyl-CoA: C45H66N7O19P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__13699" name="3,22-dioxochol-4-en-24-oyl-CoA: C45H64N7O19P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__13757" name="3-[(3aS,4S,5R,7aS)-5-hydroxy-7a-methyl-1-oxo-octahydro-1H-inden-4-yl]-3-hydroxypropanoyl-CoA: C34H50N7O20P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__13758" name="3-[(3aS,4S,5R,7aS)-5-hydroxy-7a-methyl-1-oxo-octahydro-1H-inden-4-yl]-3-oxopropanoyl-CoA: C34H48N7O20P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DIOH__45__ISOVALERATE" name="2,3-dihydroxy-3-methylbutanoate: C5H9O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_1__45__KETO__45__2__45__METHYLVALERATE" name="2,3-dihydroxy-3-methylvalerate: C6H11O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_2__45__ACETO__45__2__45__HYDROXY__45__BUTYRATE" name="2-aceto-2-hydroxy-butanoate: C6H9O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="OXALACETIC_ACID" name="oxaloacetate: C4H2O5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__9977" name="(6E)-8-hydroxygeranial: C10H16O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__9976" name="(6E)-8-oxogeraniol: C10H16O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__9978" name="(6E)-8-oxogeranial: C10H14O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="MANNITOL__45__1P" name="mannitol-1-phosphate: C6H13O9P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="FRUCTOSE__45__6P" name="D-fructose-6-phosphate: C6H11O9P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__474" name="trans dihydroquercetin: C15H11O7" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__590" name="leucocyanidin: C15H14O7" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__7087" name="dihydromyricetin: C15H11O8" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__7088" name="leucodelphinidin: C15H14O8" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DIHYDROKAEMPFEROL__45__CMPD" name="dihydrokaempferol: C15H11O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="LEUCOPELARGONIDIN__45__CMPD" name="leucopelargonidin: C15H14O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_2__45__METHYL__45__3__45__HYDROXY__45__BUTYRYL__45__COA" name="2-methyl-3-hydroxybutyryl-CoA: C26H40N7O18P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_2__45__METHYL__45__ACETO__45__ACETYL__45__COA" name="2-methylacetoacetyl-CoA: C26H38N7O18P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__13793" name="3-oxo-24-ethyl-cholest-5-ene: C29H48O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__13755" name="5-hydroxy-3-[(3aS,4S,5R,7aS)-7a-methyl-1,5-dioxo-octahydro-1H-inden-4-yl]propanoyl-CoA: C34H50N7O19P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__13754" name="3-[(3aS,4S,7aS)-7a-methyl-1,5-dioxo-octahydro-1H-inden-4-yl]propanoyl-CoA: C34H48N7O19P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CHOLESTEROL" name="cholesterol: C27H46O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__13684" name="cholest-5-en-3-one: C27H44O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PREGNENOLONE" name="pregnenolone: C21H32O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD66__45__28" name="pregn-5-ene-3,20-dione: C21H30O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD66__45__23" name="17-alpha-hydroxypregnenolone: C21H32O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD66__45__27" name="pregn-5-ene-3,20-dione-17-ol: C21H30O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__BETA__45__HYDROXYANDROST__45__5__45__EN__45__17__45__ONE" name="dehydroepiandrosterone: C19H28O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD66__45__29" name="5-androstene-3,17-dione: C19H26O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3b__45__hydroxy__45__D5__45__steroids" name="a 3beta-hydroxy-delta5-steroid: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__oxo__45__D5__45__steroids" name="a 3-oxo-delta5-steroid: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__708" name="campest-4-en-3beta-ol: C28H48O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__698" name="campest-4-en-3-one: C28H46O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="OH__45__ACYL__45__ACP" name="a (3R)-3-hydroxyacyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="B__45__KETOACYL__45__ACP" name="a 3-oxoacyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__oxo__45__cis__45__D7__45__tetradecenoyl__45__ACPs" name="a 3-oxo-cis-delta7-tetradecenoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__hydroxy__45__cis__45__D7__45__tetraecenoyl__45__ACPs" name="a 3-hydroxy cis delta7-tetradecenoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__oxo__45__cis__45__D9__45__hexadecenoyl__45__ACPs" name="a 3-oxo-cis-delta9-hexadecenoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__hydroxy__45__cis__45__D9__45__hexaecenoyl__45__ACPs" name="a 3-hydroxy cis delta9-hexadecenoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__Ketoglutaryl__45__ACP__45__methyl__45__ester" name="a 3-oxo-glutaryl-[acp] methyl ester: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__Hydroxyglutaryl__45__ACP__45__methyl__45__ester" name="a 3-hydroxyglutaryl-[acp] methyl ester: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__Ketopimeloyl__45__ACP__45__methyl__45__esters" name="a 3-oxo-pimelyl-[acp] methyl ester: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__hydroxypimeloyl__45__ACP__45__methyl__45__esters" name="a 3-hydroxypimelyl-[acp] methyl ester: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Acetoacetyl__45__ACPs" name="an acetoacetyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Beta__45__3__45__hydroxybutyryl__45__ACPs" name="an (R)-3-hydroxybutanoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="R__45__3__45__hydroxyhexanoyl__45__ACPs" name="an (R)-3-hydroxyhexanoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__oxo__45__hexanoyl__45__ACPs" name="a 3-oxo-hexanoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__Hydroxy__45__octanoyl__45__ACPs" name="an (R)-3-hydroxyoctanoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__Oxo__45__octanoyl__45__ACPs" name="a 3-oxo-octanoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Beta__45__hydroxydecanoyl__45__ACPs" name="an (R)-3-hydroxydecanoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__oxo__45__decanoyl__45__ACPs" name="a 3-oxo-decanoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="R__45__3__45__hydroxydodecanoyl__45__ACPs" name="a (R)-3-hydroxydodecanoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__oxo__45__dodecanoyl__45__ACPs" name="a 3-oxo-dodecanoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="R__45__3__45__hydroxymyristoyl__45__ACPs" name="an (3R)-3-hydroxymyristoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__oxo__45__myristoyl__45__ACPs" name="a 3-oxo-myristoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="R__45__3__45__Hydroxypalmitoyl__45__ACPs" name="an (R)-3-hydroxypalmitoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__oxo__45__palmitoyl__45__ACPs" name="a 3-oxo-palmitoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="R__45__3__45__hydroxypetroselinoyl__45__ACPs" name="a (R)-3-hydroxypetroselinoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__oxo__45__petroselinoyl__45__ACPs" name="a 3-oxo-petroslinoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="R__45__3__45__hydroxy__45__cis__45__vaccenoyl__45__ACPs" name="a (R)-3-hydroxy-cis-vaccenoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__oxo__45__cis__45__vaccenoyl__45__ACPs" name="a 3-oxo-cis-vaccenoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="R__45__3__45__hydroxystearoyl__45__ACPs" name="a (R)-3-hydroxystearoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__oxo__45__stearoyl__45__ACPs" name="a 3-oxo-stearoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="b__45__Keto__45__cis__45__D5__45__dodecenoyl__45__ACPs" name="a 3-oxo-cis-delta5-dodecenoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="b__45__Hydroxy__45__cis__45__D5__45__dodecenoyl__45__ACPs" name="a 3-hydroxy cis delta5-dodecenoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__cis__45__D13__45__31__45__3__45__oxo__45__C50__45__2__45__ACPs" name="a cis,cis-delta13,31-3-oxo-C50:2-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__cis__45__D13__45__31__45__3__45__hydroxyC50__45__2__45__ACPs" name="a cis,cis-delta13,31-3-hydroxyC50:2-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__delta19__45__3__45__oxo__45__C38__45__ACPs" name="a cis-delta19-3-oxo-C38:1-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__delta19__45__3__45__hydroxyC38__45__ACPs" name="a cis-delta19-3-hydroxyC38:1-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__cis__45__D15__45__33__45__3__45__oxo__45__C52__45__2__45__ACPs" name="a cis,cis-delta15,33-3-oxo-C52:2-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__cis__45__D15__45__33__45__3__45__hydroxyC52__45__2__45__ACPs" name="a cis,cis-delta15,33-3-hydroxyC52:2-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__delta11__45__3__45__oxo__45__melissoyl__45__ACPs" name="a cis-delta11-3-oxo-C30:1-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__delta11__45__3__45__hydroxymelissoyl__45__ACPs" name="a cis-delta11-3-hydroxyC30:1-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__cis__45__D5__45__23__45__3__45__oxo__45__C42__45__2__45__ACPs" name="a cis,cis-delta5,23-3-oxo-C42:2-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__cis__45__D5__45__23__45__3__45__hydroxyC42__45__2__45__ACPs" name="a cis,cis-delta5,23-3-hydroxyC42:2-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__cis__45__D17__45__35__45__3__45__oxo__45__C54__45__2__45__ACPs" name="a cis,cis-delta17,35-3-oxo-C54:2-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__cis__45__D17__45__35__45__3__45__hydroxyC54__45__2__45__ACPs" name="a cis,cis-delta17,35-3-hydroxyC54:2-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__cis__45__D13__45__25__45__3__45__oxo__45__C44__45__2__45__ACPs" name="a cis,cis-delta13,25-3-oxo-C44:2-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__cis__45__D13__45__25__45__3__45__hydroxyC44__45__2__45__ACPs" name="a cis,cis-delta13,25-3-hydroxyC44:2-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__delta9__45__3__45__oxo__45__montanoyl__45__ACPs" name="a cis-delta9-3-oxo-C28:1-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__delta9__45__3__45__hydroxymontanoyl__45__ACPs" name="a cis-delta9-3-hydroxyC28:1-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__cis__45__D9__45__21__45__3__45__oxo__45__C40__45__2__45__ACPs" name="a cis,cis-delta9,21-3-oxo-C40:2-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__cis__45__D9__45__21__45__3__45__hydroxyC40__45__2__45__ACPs" name="a cis,cis-delta9,21-3-hydroxyC40:2-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__delta13__45__3__45__oxo__45__lacceroyl__45__ACPs" name="a cis-delta13-3-oxo-C32:1-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__delta13__45__3__45__hydroxylacceroyl__45__ACPs" name="a cis-delta13-3-hydroxyC32:1-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__cis__45__D7__45__19__45__3__45__oxo__45__C38__45__2__45__ACPs" name="a cis,cis-delta7,19-3-oxo-C38:2-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__cis__45__D7__45__19__45__3__45__hydroxyC38__45__2__45__ACPs" name="a cis,cis-delta7,19-3-hydroxyC38:2-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__delta21__45__3__45__oxo__45__C40__45__ACPs" name="a cis-delta21-3-oxo-C40:1-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__delta21__45__3__45__hydroxyC40__45__ACPs" name="a cis-delta21-3-hydroxyC40:1-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__delta15__45__3__45__oxo__45__gheddoyl__45__ACPs" name="a cis-delta15-3-oxo-C34:1-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__delta15__45__3__45__hydroxygheddoyl__45__ACPs" name="a cis-delta15-3-hydroxyC34:1-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__delta7__45__3__45__oxo__45__cerotoyl__45__ACPs" name="a cis-delta7-3-oxo-C26:1-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__delta7__45__3__45__hydroxycerotoyl__45__ACPs" name="a cis-delta7-3-hydroxyC26:1-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__cis__45__D7__45__25__45__3__45__oxo__45__C44__45__2__45__ACPs" name="a cis,cis-delta7,25-3-oxo-C44:2-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__cis__45__D7__45__25__45__3__45__hydroxyC44__45__2__45__ACPs" name="a cis,cis-delta7,25-3-hydroxyC44:2-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__cis__45__D5__45__17__45__3__45__oxo__45__C36__45__2__45__ACPs" name="a cis,cis-delta5,17-3-oxo-C36:2-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__cis__45__D5__45__17__45__3__45__hydroxyC36__45__2__45__ACPs" name="a cis,cis-delta5,17-3-hydroxyC36:2[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__cis__45__D19__45__37__45__3__45__oxo__45__C56__45__2__45__ACPs" name="a cis,cis-delta19,37-3-oxo-C56:2-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__cis__45__D19__45__37__45__3__45__hydroxyC56__45__2__45__ACPs" name="a cis,cis-delta19,37-3-hydroxy-C56:2-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__oxo__45__behenoyl__45__ACPs" name="a 3-oxo-behenoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="R__45__3__45__hydroxybehenoyl__45__ACPs" name="a (R)-3-hydroxybehenoyl-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__cis__45__D15__45__27__45__3__45__oxo__45__C46__45__2__45__ACPs" name="a cis,cis-delta15,27-3-oxo-C46:2-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__cis__45__D15__45__27__45__3__45__hydroxyC46__45__2__45__ACPs" name="a cis,cis-delta15,27-3-hydroxyC46:2-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__cis__45__D9__45__27__45__3__45__oxo__45__C46__45__2__45__ACPs" name="a cis,cis-delta9,27-3-oxo-C46:2-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__cis__45__D9__45__27__45__3__45__hydroxyC46__45__2__45__ACPs" name="a cis,cis-delta9,27-3-hydroxyC46:2-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__cis__45__D21__45__39__45__3__45__oxo__45__C58__45__2__45__ACPs" name="a cis,cis-delta21,39-3-oxo-C58:2-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__cis__45__D21__45__39__45__3__45__hydroxyC58__45__2__45__ACPs" name="a cis,cis-delta21,39-3-hydroxyC58:2-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__cis__45__D11__45__23__45__3__45__oxo__45__C42__45__2__45__ACPs" name="a cis,cis-delta11,23-3-oxo-C42:2-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__cis__45__D11__45__23__45__3__45__hydroxyC42__45__2__45__ACPs" name="a cis,cis-delta11,23-3-hydroxyC42:2-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__cis__45__D17__45__29__45__3__45__oxo__45__C48__45__2__45__ACPs" name="a cis,cis-delta17,29-3-oxo-C48:2-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__cis__45__D17__45__29__45__3__45__hydroxyC48__45__2__45__ACPs" name="a cis,cis-delta17,29-3-hydroxyC48:2-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__delta5__45__3__45__oxo__45__lignoceroyl__45__ACPs" name="a cis-delta5-3-oxo-C24:1-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__delta5__45__3__45__hydroxylignoceroyl__45__ACPs" name="a cis-delta5-3-hydroxyC24:1-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__cis__45__D11__45__29__45__3__45__oxo__45__C48__45__2__45__ACPs" name="a cis,cis-delta11,29-3-oxo-C48:2-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__cis__45__D11__45__29__45__3__45__hydroxyC48__45__2__45__ACPs" name="a cis,cis-delta11,29-3-hydroxyC48:2-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__delta17__45__3__45__oxo__45__C36__45__ACPs" name="a cis-delta17-3-oxo-C36:1-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__delta17__45__3__45__hydroxyC36__45__ACPs" name="a cis-delta17-3-hydroxyC36:1-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__cis__45__D19__45__31__45__3__45__oxo__45__C50__45__2__45__ACPs" name="a cis,cis-delta19,31-3-oxo-C50:2-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="cis__45__cis__45__D19__45__31__45__3__45__hydroxyC50__45__2__45__ACPs" name="a cis,cis-delta19,31-3-hydroxyC50:2-[acp]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="G3P" name="3-phospho-D-glycerate: C3H4O7P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__P__45__HYDROXYPYRUVATE" name="3-phospho-hydroxypyruvate: C3H2O7P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Long__45__Chain__45__3__45__Hydroxyacyl__45__CoAs" name="a long-chain (3R)-3-hydroxyacyl-CoA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Long__45__Chain__45__oxoacyl__45__CoAs" name="a long-chain 3-oxoacyl-CoA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__5846" name="3beta-hydroxy-4beta-methyl-5alpha-cholest-7-ene-4alpha-carboxylate: C29H47O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_4__45__ALPHA__45__METHYL__45__5__45__ALPHA__45__CHOLEST__45__7__45__EN__45__3__45__ON" name="4alpha-methyl-5alpha-cholest-7-en-3-one: C28H46O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__8613" name="4alpha-carboxy-4beta-methyl-5alpha-cholesta-8-en-3beta-ol: C29H47O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__8614" name="4alpha-methyl-5alpha-cholesta-8-en-3-one: C28H46O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__8619" name="4alpha-carboxy-5alpha-cholesta-8-en-3beta-ol: C28H45O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__8620" name="5alpha-cholesta-8-en-3-one: C27H44O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__4577" name="4alpha-carboxy-4beta-methyl-5alpha-cholesta-8,24-dien-3beta-ol: C29H45O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__4578" name="3-keto-4-methylzymosterol: C28H44O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__4702" name="4alpha-carboxy-5alpha-cholesta-8,24-dien-3beta-ol: C28H43O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__4581" name="5alpha-cholesta-8,24-dien-3-one: C27H42O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="IMP" name="IMP: C10H11N4O8P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="XANTHOSINE__45__5__45__PHOSPHATE" name="XMP: C10H11N4O9P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12867" name="4alpha-carboxy-4beta,14alpha-dimethyl-9beta,19-cyclo-5alpha-ergost-24(241)-en-3beta-ol: C31H49O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12868" name="cycloeucalenone: C30H48O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CYCLOEUCALENOL" name="cycloeucalenol: C30H50O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12909" name="4alpha-carboxy-ergosta-7,24(241)-dien-3beta-ol: C29H45O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12910" name="episterone: C28H44O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="EPISTEROL" name="episterol: C28H46O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12914" name="4alpha-carboxy-stigmasta-7,24(241)-dien-3beta-ol: C30H47O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12915" name="avenastenone: C29H46O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__4125" name="avenasterol: C29H48O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="BUTANOL" name="n-butanol: C4H10O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="BUTANAL" name="butanal: C4H8O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="MEVALONATE" name="(R)-mevalonate: C6H11O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__HYDROXY__45__3__45__METHYL__45__GLUTARYL__45__COA" name="(S)-3-hydroxy-3-methylglutaryl-CoA: C27H39N7O20P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="OXALO__45__SUCCINATE" name="oxalosuccinate: C6H3O7" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="UDP__45__GLUCOSE" name="UDP-D-glucose: C15H22N2O17P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="UDP__45__GLUCURONATE" name="UDP-D-glucuronate: C15H19N2O18P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__PANTOATE" name="(R)-pantoate: C6H11O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_2__45__DEHYDROPANTOATE" name="2-dehydropantoate: C6H9O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__1086" name="5-amino-6-(5-phospho-D-ribitylamino)uracil: C9H15N4O9P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__602" name="5-amino-6-(5-phospho-D-ribosylamino)uracil: C9H13N4O9P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="TROPINE" name="tropine: C8H16NO" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PSEUDOTROPINE" name="pseudotropine: C8H16NO" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="TROPINONE" name="tropinone: C8H14NO" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__2961" name="6-phospho-D-gluconate: C6H10O10P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="RIBULOSE__45__5P" name="D-ribulose-5-phosphate: C5H9O8P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="NADH__45__P__45__OR__45__NOP" name="NAD(P)H: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="RETINAL" name="all-trans-retinal: C20H28O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Primary__45__Alcohols" name="a primary alcohol: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ETOH" name="ethanol: C2H6O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ACETALD" name="acetaldehyde: C2H4O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Alcohols" name="an alcohol: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Aldehydes" name="an aldehyde: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__11671" name="5-hydroxytryptophol: C10H11NO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Secondary__45__Alcohols" name="a secondary alcohol: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="LONG__45__CHAIN__45__KETONE" name="a ketone: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GDP__45__MANNOSE" name="GDP-alpha-D-mannose: C16H23N5O16P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__1828" name="GDP-mannuronate: C16H20N5O17P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="D__45__LACTATE" name="(R)-lactate: C3H5O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GLYCEROL__45__3P" name="sn-glycerol-3-phosphate: C3H7O6P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DIHYDROXY__45__ACETONE__45__PHOSPHATE" name="dihydroxyacetone phosphate: C3H5O6P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CHOLINE" name="choline: C5H14NO" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="BETAINE_ALDEHYDE" name="betaine aldehyde: C5H12NO" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="XYLITOL" name="D-xylitol: C5H12O5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__XYLULOSE" name="L-xylulose: C5H10O5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="MAL" name="(S)-malate: C4H4O5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_2__45__D__45__THREO__45__HYDROXY__45__3__45__CARBOXY__45__ISOCAPROATE" name="(2R,3S)-3-isopropylmalate: C7H10O5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="HISTIDINAL" name="histidinal: C6H10N3O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="HISTIDINOL" name="histidinol: C6H12N3O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="HIS" name="L-histidine: C6H9N3O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__365" name="2-keto-myo-inositol: C6H10O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__369" name="L-iditol: C6H14O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__9569" name="L-sorbose: C6H12O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="SORBITOL" name="D-sorbitol: C6H14O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="FRU" name="D-fructose: C6H12O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="SUC_CCO__45__IN" name="succinate: C4H4O4" compartment="CCO__45__IN" initialAmount="1000" boundaryCondition="true"/>
+      <species id="FUM_CCO__45__IN" name="fumarate: C4H2O4" compartment="CCO__45__IN" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PLASTOQUINOL__45__1" name="a plastoquinol: C53H82O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Oxidized__45__Plastocyanins_CCO__45__IN" name="an oxidized plastocyanin: " compartment="CCO__45__IN" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PLASTOQUINONE" name="a plastoquinone: C53H80O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Plastocyanin__45__Reduced_CCO__45__IN" name="a reduced plastocyanin: " compartment="CCO__45__IN" initialAmount="1000" boundaryCondition="true"/>
+      <species id="NADH_CCO__45__IN" name="NADH: C21H27N7O14P2" compartment="CCO__45__IN" initialAmount="1000" boundaryCondition="true"/>
+      <species id="NAD_CCO__45__IN" name="NAD+: C21H26N7O14P2" compartment="CCO__45__IN" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Menaquinones" name="a menaquinone: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Menaquinols" name="a menaquinol: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GLYCEROL__45__3P_CCO__45__IN" name="sn-glycerol-3-phosphate: C3H7O6P" compartment="CCO__45__IN" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Ubiquinones" name="a ubiquinone: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DIHYDROXY__45__ACETONE__45__PHOSPHATE_CCO__45__IN" name="dihydroxyacetone phosphate: C3H5O6P" compartment="CCO__45__IN" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Ubiquinols" name="a ubiquinol: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ETR__45__Quinones" name="an electron-transfer-related quinone: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="D__45__LACTATE_CCO__45__IN" name="(R)-lactate: C3H5O3" compartment="CCO__45__IN" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ETR__45__Quinols" name="an electron-transfer-related quinol: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PYRUVATE_CCO__45__IN" name="pyruvate: C3H3O3" compartment="CCO__45__IN" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Oxidized__45__ferredoxins" name="an oxidized ferredoxin: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Reduced__45__ferredoxins" name="a reduced ferredoxin: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Pyruvate__45__dehydrogenase__45__lipoate" name="a [pyruvate dehydrogenase E2 protein] N6-(lipoyl)lysine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Pyruvate__45__dehydrogenase__45__acetylDHlipoyl" name="a [pyruvate dehydrogenase E2 protein] N6-(S-acetyldihydrolipoyl)lysine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__ALPHA__45__ALANINE" name="L-alanine: C3H7NO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="THREO__45__DS__45__ISO__45__CITRATE" name="D-threo-isocitrate: C6H5O7" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GLN" name="L-glutamine: C5H10N2O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_2__45__KETO__45__ISOVALERATE" name="2-oxoisovalerate: C5H7O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ISOBUTYRYL__45__COA" name="isobutyryl-CoA: C25H38N7O17P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Persulfurated__45__L__45__cysteine__45__desulfurases" name="an [L-cysteine desulfurase]-S-sulfanyl-L-cysteine: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Sulfur__45__Acceptors" name="a sulfur acceptor: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__Cysteine__45__Desulfurases" name="an L-cysteine desulfurase: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Sulfurated__45__Sulfur__45__Acceptors" name="S-sulfanyl-[acceptor]: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__6122" name="1,5-diazabicyclononane: C7H15N2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__13910" name="cyclic- 3,4-O-oxalyl-L-threonate: C6H5O7" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DGTP" name="dGTP: C10H12N5O13P3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD0__45__1905" name="8-oxo-dGTP: C10H12N5O14P3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GTP" name="GTP: C10H12N5O14P3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12366" name="8-oxo-7,8-dihydro-2&apos;-GTP: C10H12N5O15P3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__10776" name="(2S,4S)-2-methyl-2,3,3,4-tetrahydroxytetrahydrofuran: C5H10O5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__10774" name="(2R,4S)-2-methyl-2,3,3,4-tetrahydroxytetrahydrofuran: C5H10O5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="NH4OH" name="ammonium hydroxide: (NH4)" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="HSO3" name="bisulfite: HO3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__7418" name="coumarinate: C9H7O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="COUMARIN" name="coumarin: C9H6O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__6121" name="1-(3-aminopropyl)-4-aminobutanal: C7H18N2O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__6123" name="1-(3-aminopropyl)-pyrrolinium: C7H16N2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_2__45__ACETO__45__LACTATE" name="(S)-2-acetolactate: C5H7O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DIACETYL" name="diacetyl: C4H6O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_2R__45__HYDROPEROXY__45__FATTY__45__ACIDS" name="a 2(R)-hydroperoxy fatty acid: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Fatty__45__Aldehydes" name="a fatty aldehyde: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="FORMALDEHYDE" name="formaldehyde: CH2O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Cytochromes__45__C__45__Oxidized" name="an oxidized cytochrome c: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Cytochromes__45__C__45__Reduced" name="a reduced cytochrome c: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__13914" name="cyclic-2,3-O-oxalyl-L-threonate: C6H5O7" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__THREONATE" name="L-threonate: C4H7O5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="OXALATE" name="oxalate: C2O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD0__45__2472" name="(R)-NADHX: C21H29N7O15P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__653" name="(S)-NADHX: C21H29N7O15P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="SUPER__45__OXIDE" name="superoxide: O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12377" name="hydroxyl radical: H2O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="FE__43__3" name="Fe3+: Fe" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="OH" name="OH-: HO" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DIHYDROXYINDOLE" name="5,6-dihydroxyindole: C8H7NO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_5__45__HYDROXYINDOLE_ACETALDEHYDE" name="5-hydroxyindole acetaldehyde: C10H9NO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CYS" name="L-cysteine: C3H7NO2S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__11670" name="5-hydroxyindole thiazolidine carboxylate: C13H14N2O3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__11552" name="4-(2-amino-3-hydroxyphenyl)-2,4-dioxobutanoate: C10H8NO5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="XANTHURENATE" name="xanthurenate: C10H5NO4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__476" name="4-(2-aminophenyl)-2,4-dioxobutanoate: C10H8NO4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="KYNURENATE" name="kynurenate: C10H5NO3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GLC__45__1__45__P" name="alpha-D-glucose 1-phosphate: C6H11O9P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__448" name="beta-D-glucose 1-phosphate: C6H11O9P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__10775" name="(2S,4S)-2-methyl-2,4-dihydroxydihydrofuran-3-one: C5H8O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DIHYDROXYPENTANEDIONE" name="4,5-dihydroxy-2,3-pentanedione: C5H8O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__10773" name="(2R,4S)-2-methyl-2,4-dihydroxydihydrofuran-3-one: C5H8O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD0__45__1108" name="beta-D-ribofuranose: C5H10O5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="RIBOSE" name="D-ribose: C5H10O5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="AMMONIUM" name="ammonium: H4N" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GLN__45__tRNAs" name="tRNAgln: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__glutamyl__45__tRNAGln" name="L-glutamyl-tRNAGln: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="AMP" name="AMP: C10H12N5O7P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="STRICTOSIDINE" name="strictosidine: C27H35N2O9" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__11775" name="strictosamide: C26H30N2O8" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__11776" name="camptothecin: C20H16N2O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__6746" name="1D-myo-inositol (2) monophosphate: C6H11O9P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="MYO__45__INOSITOL" name="myo-inositol: C6H12O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__409" name="a 2-monoacylglycerol: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__504" name="a 1-monoacylglycerol: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CDPDIACYLGLYCEROL" name="a CDP-diacylglycerol: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__1__45__PHOSPHATIDYL__45__GLYCEROL" name="an L-1-phosphatidyl-glycerol: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CARDIOLIPIN" name="a cardiolipin: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CMP" name="CMP: C9H12N3O8P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_2__45__AMINO__45__3__45__3__45__OXOPROP__45__2__45__ENYL__45__BUT__45__2__45__ENEDI" name="aminocarboxymuconate semialdehyde: C7H5NO5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="QUINOLINATE" name="quinolinate: C7H3NO4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_2__45__KETO__45__3__45__METHYL__45__VALERATE" name="2-keto-3-methyl-valerate: C6H9O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_2__45__METHYL__45__BUTYRYL__45__COA" name="2-methylbutanoyl-CoA: C26H40N7O17P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__DOPACHROME" name="L-dopachrome: C9H6NO4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__DIHYDROXY__45__PHENYLALANINE" name="L-dopa: C9H11NO4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DOPAQUINONE" name="dopaquinone: C9H9NO4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__8652" name="leucodopachrome: C9H8NO4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__706" name="24-methylenecholesterol: C28H46O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__4141" name="24-methyldesmosterol: C28H46O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__4127" name="isofucosterol: C29H48O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__4142" name="delta24-25-sitosterol: C29H48O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__4143" name="sitosterol: C29H50O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="HOMOGENTISATE" name="homogentisate: C8H7O4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PHYTYL__45__PYROPHOSPHATE" name="phytyl diphosphate: C20H39O7P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DMPBQ" name="2,3-dimethyl-6-phytyl-1,4-benzoquinol: C28H48O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GAMA__45__TOCOPHEROL" name="gamma-tocopherol: C28H48O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="MPBQ" name="2-methyl-6-phytyl-1,4-benzoquinol: C27H46O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DELTA__45__TOCOPHEROL" name="delta-tocopherol: C27H46O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__SULFINYL__45__PYRUVATE" name="3-sulfinyl-pyruvate: C3H2O5S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="SO3" name="sulfite: O3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PYRUVATE" name="pyruvate: C3H3O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="THF" name="tetrahydrofolate: C19H21N7O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="METHYLENE__45__THF" name="5,10-methylenetetrahydrofolate: C20H21N7O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="AMMONIA" name="ammonia: H3N" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__7100" name="(2S)-2-isopropyl-3-oxosuccinate: C7H8O5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_2K__45__4CH3__45__PENTANOATE" name="4-methyl-2-oxopentanoate: C6H9O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DIHYDRO__45__SPHINGOSINE_CCO__45__OUT" name="a sphinganine (C18): C18H40NO2" compartment="CCO__45__OUT" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Fatty__45__Acyl__45__CoA_CCO__45__OUT" name="a long-chain acyl-CoA: " compartment="CCO__45__OUT" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD3DJ__45__82" name="a dihydroceramide: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Ceramides" name="a ceramide: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_2__45__KETOGLUTARATE" name="2-oxoglutarate: C5H4O5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="SUC__45__COA" name="succinyl-CoA: C25H35N7O19P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__13912" name="2-carboxy-L-threo-pentonate: C6H8O8" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__13913" name="2-carboxy-L-xylonolactone: C6H7O7" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__334" name="2,3-dioxo-L-gulonate: C6H7O7" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__13907" name="dehydroascorbate (bicyclic form): C6H8O7" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__DELTA1__45__PYRROLINE_5__45__CARBOXYLATE" name="(S)-1-pyrroline-5-carboxylate: C5H6NO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="OROTATE_CCO__45__IN" name="orotate: C5H3N2O4" compartment="CCO__45__IN" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PROTON_CCO__45__IN" name="H+: H" compartment="CCO__45__IN" initialAmount="1000" boundaryCondition="true"/>
+      <species id="E__45__" name="e-: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="DI__45__H__45__OROTATE_CCO__45__IN" name="(S)-dihydroorotate: C5H5N2O4" compartment="CCO__45__IN" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__5821" name="5-hydroxy-2-oxo-4-ureido-2,5-dihydro-1H imidazole-5-carboxylate: C5H5N4O5" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="S__45__ALLANTOIN" name="S-allantoin: C4H6N4O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CIS__45__DIHYDRODIOL__45__DERIV__45__PHEAC" name="2-[(1R,6S)-1,6-dihydroxycyclohexa-2,4-dien-1-yl]acetyl-coA: C29H40N7O19P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_3__45__HYDROXYADIPYL__45__COA" name="3-hydroxyadipyl-CoA: C27H39N7O20P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__330" name="L-galactono-1,4-lactone: C6H10O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Acceptor" name="an oxidized electron acceptor: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Donor__45__H2" name="a reduced electron acceptor: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_23S__45__rRNA__45__uridine1911__45__1915__45__1917" name="a 23S rRNA uridine1911/1915/1917: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_23S__45__rRNA__45__pseudouridine1911__45__1915__45__1917" name="a 23S rRNA pseudouridine1911/1915/1917: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12932" name="all-trans-3,4-didehydrolycopene: C40H54" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__514" name="3-oxo-3-phenylpropionyl-CoA: C30H38N7O18P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="BENZOYLCOA" name="benzoyl-CoA: C28H36N7O17P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ACETYL__45__COA" name="acetyl-CoA: C23H34N7O17P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Fatty__45__Acyl__45__CoA" name="a long-chain acyl-CoA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="MALONYL__45__COA" name="malonyl-CoA: C24H33N7O19P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_2__45__OXOBUTANOATE" name="2-oxobutanoate: C4H5O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CO__45__A" name="coenzyme A: C21H32N7O16P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="NAD" name="NAD+: C21H26N7O14P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PROPIONYL__45__COA" name="propanoyl-CoA: C24H36N7O17P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CARBON__45__DIOXIDE" name="CO2: CO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="NADH" name="NADH: C21H27N7O14P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12936" name="apo-4&apos;-lycopenal: C35H46O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="NAD__45__P__45__OR__45__NOP" name="NAD(P)+: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12937" name="apo-4&apos;-lycopenoate: C35H45O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD0__45__2482" name="ferric (2,3-dihydroxybenzoylserine)3: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD0__45__2483" name="(2,3-dihydroxybenzoylserine)3: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="FE__43__2" name="Fe2+: Fe" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Supercoiled__45__Duplex__45__DNAs" name="a supercoiled duplex DNA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Single__45__Stranded__45__DNAs" name="a single stranded DNA: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD3DJ__45__11366" name="sphingosine-1-phosphate: C18H37NO5P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="SPHINGOSINE" name="sphingosine: C18H38NO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="_4__45__hydroxybenzoate" name="4-hydroxybenzoate: C7H5O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="SOLANESYL__45__PYROPHOSPHATE" name="all-trans-nonaprenyl diphosphate: C45H73O7P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="NONAPRENYL__45__4__45__HYDROXYBENZOATE" name="nonaprenyl-4-hydroxybenzoate: C52H77O3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PPI" name="diphosphate: HO7P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GLY" name="glycine: C2H5NO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="OXYGEN__45__MOLECULE" name="oxygen: O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__12279" name="2-iminoacetate: C2H2NO2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="HYDROGEN__45__PEROXIDE" name="hydrogen peroxide: H2O2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="GLT" name="L-glutamate: C5H8NO4" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ATP" name="ATP: C10H12N5O13P3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="NADPH" name="NADPH: C21H26N7O17P3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ADP" name="ADP: C10H12N5O10P2" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__GLUTAMATE_GAMMA__45__SEMIALDEHYDE" name="L-glutamate gamma-semialdehyde: C5H9NO3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="NADP" name="NADP+: C21H25N7O17P3" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Pi" name="phosphate: HO4P" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="AMMONIUM_CCO__45__OUT" name="ammonium: H4N" compartment="CCO__45__OUT" initialAmount="1000" boundaryCondition="true"/>
+      <species id="AMMONIUM_CCO__45__IN" name="ammonium: H4N" compartment="CCO__45__IN" initialAmount="1000" boundaryCondition="true"/>
+      <species id="E__45__PHENYLITACONYL__45__COA" name="(E)-2-benzylidenesuccinyl-CoA: C32H39N7O19P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CARBOXYMETHYL__45__HYDROXYPHENYLPROPCOA" name="2-carboxymethyl-3-hydroxyphenylpropionyl-CoA: C32H41N7O20P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD0__45__1162" name="2-trans,5-cis-tetradecadienoyl-CoA: C35H54N7O17P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="WATER" name="H2O: H2O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD0__45__1163" name="3-hydroxy-5-cis-tetradecenoyl-CoA: C35H56N7O18P3S" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__318" name="monodehydroascorbate: C6H6O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="PROTON" name="H+: H" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="ASCORBATE" name="L-ascorbate: C6H7O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="L__45__DEHYDRO__45__ASCORBATE" name="L-dehydro-ascorbate: C6H6O6" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="CPD__45__13524" name="all-trans-retinol: C20H30O" compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="Retinol__45__Binding__45__Proteins" name="a plasma retinol-binding protein: " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+      <species id="RPB__45__Retinol" name="an all-trans-retinol-(plasma-retinol-binding-protein): " compartment="CCO__45__CYTOSOL" initialAmount="1000" boundaryCondition="true"/>
+    </listOfSpecies>
+    <listOfReactions>
+      <reaction id="RXN__45__12580" name="RXN-12580" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__13524" stoichiometry="1"/>
+          <speciesReference species="Retinol__45__Binding__45__Proteins" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="RPB__45__Retinol" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__3523" name="RXN-3523" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__318" stoichiometry="2"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ASCORBATE" stoichiometry="1"/>
+          <speciesReference species="L__45__DEHYDRO__45__ASCORBATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__5393" name="RXN0-5393" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD0__45__1162" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD0__45__1163" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__902" name="RXN-902" reversible="true">
+        <listOfReactants>
+          <speciesReference species="E__45__PHENYLITACONYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CARBOXYMETHYL__45__HYDROXYPHENYLPROPCOA" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9615" name="RXN-9615" reversible="false">
+        <listOfReactants>
+          <speciesReference species="AMMONIUM_CCO__45__OUT" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="AMMONIUM_CCO__45__IN" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PROLINE__45__MULTI" name="PROLINE-MULTI" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="GLT" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="L__45__GLUTAMATE_GAMMA__45__SEMIALDEHYDE" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12614" name="RXN-12614" reversible="true">
+        <listOfReactants>
+          <speciesReference species="GLY" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__12279" stoichiometry="1"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12945" name="RXN-12945" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_4__45__hydroxybenzoate" stoichiometry="1"/>
+          <speciesReference species="SOLANESYL__45__PYROPHOSPHATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="NONAPRENYL__45__4__45__HYDROXYBENZOATE" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN3DJ__45__25" name="RXN3DJ-25" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD3DJ__45__11366" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="SPHINGOSINE" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__4261" name="RXN0-4261" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Supercoiled__45__Duplex__45__DNAs" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Single__45__Stranded__45__DNAs" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__6941" name="RXN0-6941" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD0__45__2482" stoichiometry="2"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD0__45__2483" stoichiometry="2"/>
+          <speciesReference species="FE__43__2" stoichiometry="2"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12000" name="RXN-12000" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__12936" stoichiometry="1"/>
+          <speciesReference species="NAD__45__P__45__OR__45__NOP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__12937" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__7790" name="RXN-7790" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_2__45__OXOBUTANOATE" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROPIONYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__1026" name="RXN-1026" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Fatty__45__Acyl__45__CoA" stoichiometry="1"/>
+          <speciesReference species="MALONYL__45__COA" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Fatty__45__Acyl__45__CoA" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__2006" name="RXN-2006" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__514" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="BENZOYLCOA" stoichiometry="1"/>
+          <speciesReference species="ACETYL__45__COA" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__1305" name="RXN-1305" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__514" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="BENZOYLCOA" stoichiometry="1"/>
+          <speciesReference species="ACETYL__45__COA" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10980" name="RXN-10980" reversible="true">
+        <listOfReactants>
+          <speciesReference species="L__45__DEHYDRO__45__ASCORBATE" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ASCORBATE" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11999" name="RXN-11999" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__12932" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__12936" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11837" name="RXN-11837" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_23S__45__rRNA__45__uridine1911__45__1915__45__1917" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_23S__45__rRNA__45__pseudouridine1911__45__1915__45__1917" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11153" name="RXN-11153" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__330" stoichiometry="1"/>
+          <speciesReference species="Acceptor" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ASCORBATE" stoichiometry="1"/>
+          <speciesReference species="Donor__45__H2" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__2043" name="RXN0-2043" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CIS__45__DIHYDRODIOL__45__DERIV__45__PHEAC" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="2"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ACETYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="_3__45__HYDROXYADIPYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="3"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__6201" name="RXN-6201" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__5821" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="S__45__ALLANTOIN" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__6490" name="RXN0-6490" reversible="true">
+        <listOfReactants>
+          <speciesReference species="OROTATE_CCO__45__IN" stoichiometry="1"/>
+          <speciesReference species="PROTON_CCO__45__IN" stoichiometry="2"/>
+          <speciesReference species="E__45__" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="DI__45__H__45__OROTATE_CCO__45__IN" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="SPONTPRO__45__RXN" name="SPONTPRO-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="L__45__GLUTAMATE_GAMMA__45__SEMIALDEHYDE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="L__45__DELTA1__45__PYRROLINE_5__45__CARBOXYLATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12862" name="RXN-12862" reversible="false">
+        <listOfReactants>
+          <speciesReference species="L__45__DEHYDRO__45__ASCORBATE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__13907" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12861" name="RXN-12861" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__13907" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__334" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12870" name="RXN-12870" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__334" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__13913" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12871" name="RXN-12871" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__13913" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__13912" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2OXOGLUTARATEDEH__45__RXN" name="2OXOGLUTARATEDEH-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_2__45__KETOGLUTARATE" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="SUC__45__COA" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN3DJ__45__11100" name="RXN3DJ-11100" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD3DJ__45__82" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Ceramides" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN3DJ__45__118" name="RXN3DJ-118" reversible="false">
+        <listOfReactants>
+          <speciesReference species="DIHYDRO__45__SPHINGOSINE_CCO__45__OUT" stoichiometry="1"/>
+          <speciesReference species="Fatty__45__Acyl__45__CoA_CCO__45__OUT" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD3DJ__45__82" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__7800" name="RXN-7800" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__7100" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_2K__45__4CH3__45__PENTANOATE" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GCVMULTI__45__RXN" name="GCVMULTI-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="NAD" stoichiometry="1"/>
+          <speciesReference species="GLY" stoichiometry="1"/>
+          <speciesReference species="THF" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="METHYLENE__45__THF" stoichiometry="1"/>
+          <speciesReference species="AMMONIA" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__45__SULFINYL__45__PYRUVATE__45__SPON__45__RXN" name="3-SULFINYL-PYRUVATE-SPON-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_3__45__SULFINYL__45__PYRUVATE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="SO3" stoichiometry="1"/>
+          <speciesReference species="PYRUVATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__2561" name="RXN-2561" reversible="false">
+        <listOfReactants>
+          <speciesReference species="MPBQ" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="DELTA__45__TOCOPHEROL" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__2543" name="RXN-2543" reversible="false">
+        <listOfReactants>
+          <speciesReference species="DMPBQ" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GAMA__45__TOCOPHEROL" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__2541" name="RXN-2541" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="HOMOGENTISATE" stoichiometry="1"/>
+          <speciesReference species="PHYTYL__45__PYROPHOSPHATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="MPBQ" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__4224" name="RXN-4224" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__4142" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__4143" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__4221" name="RXN-4221" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__4127" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__4142" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__4222" name="RXN-4222" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__706" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__4141" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__8483" name="RXN-8483" reversible="false">
+        <listOfReactants>
+          <speciesReference species="DOPAQUINONE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__8652" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11369" name="RXN-11369" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__8652" stoichiometry="1"/>
+          <speciesReference species="DOPAQUINONE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="L__45__DOPACHROME" stoichiometry="1"/>
+          <speciesReference species="L__45__DIHYDROXY__45__PHENYLALANINE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2KETO__45__3METHYLVALERATE__45__RXN" name="2KETO-3METHYLVALERATE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_2__45__KETO__45__3__45__METHYL__45__VALERATE" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_2__45__METHYL__45__BUTYRYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__5721" name="RXN-5721" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_2__45__AMINO__45__3__45__3__45__OXOPROP__45__2__45__ENYL__45__BUT__45__2__45__ENEDI" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="QUINOLINATE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__8141" name="RXN-8141" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CDPDIACYLGLYCEROL" stoichiometry="1"/>
+          <speciesReference species="L__45__1__45__PHOSPHATIDYL__45__GLYCEROL" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CARDIOLIPIN" stoichiometry="1"/>
+          <speciesReference species="CMP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__1603" name="RXN-1603" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__409" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__504" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__7253" name="RXN-7253" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__6746" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="MYO__45__INOSITOL" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10864" name="RXN-10864" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__11775" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__11776" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10859" name="RXN-10859" reversible="false">
+        <listOfReactants>
+          <speciesReference species="STRICTOSIDINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__11775" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="2"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9386" name="RXN-9386" reversible="false">
+        <listOfReactants>
+          <speciesReference species="GLN__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="GLT" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="L__45__glutamyl__45__tRNAGln" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__5219" name="RXN0-5219" reversible="true">
+        <listOfReactants>
+          <speciesReference species="AMMONIA" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="AMMONIUM" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__5305" name="RXN0-5305" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD0__45__1108" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="RIBOSE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10015" name="RXN-10015" reversible="false">
+        <listOfReactants>
+          <speciesReference species="DIHYDROXYPENTANEDIONE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__10773" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10016" name="RXN-10016" reversible="false">
+        <listOfReactants>
+          <speciesReference species="DIHYDROXYPENTANEDIONE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__10775" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10639" name="RXN-10639" reversible="false">
+        <listOfReactants>
+          <speciesReference species="GLC__45__1__45__P" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__448" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10720" name="RXN-10720" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__476" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="KYNURENATE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10722" name="RXN-10722" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__11552" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="XANTHURENATE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10779" name="RXN-10779" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_5__45__HYDROXYINDOLE_ACETALDEHYDE" stoichiometry="1"/>
+          <speciesReference species="CYS" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__11670" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10981" name="RXN-10981" reversible="false">
+        <listOfReactants>
+          <speciesReference species="Acceptor" stoichiometry="1"/>
+          <speciesReference species="ASCORBATE" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Donor__45__H2" stoichiometry="1"/>
+          <speciesReference species="CPD__45__318" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11403" name="RXN-11403" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="L__45__DOPACHROME" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="DIHYDROXYINDOLE" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11811" name="RXN-11811" reversible="true">
+        <listOfReactants>
+          <speciesReference species="AMMONIA" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="AMMONIUM" stoichiometry="1"/>
+          <speciesReference species="OH" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12540" name="RXN-12540" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+          <speciesReference species="FE__43__2" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__12377" stoichiometry="1"/>
+          <speciesReference species="OH" stoichiometry="1"/>
+          <speciesReference species="FE__43__3" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12541" name="RXN-12541" reversible="false">
+        <listOfReactants>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="2"/>
+          <speciesReference species="FE__43__2" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="SUPER__45__OXIDE" stoichiometry="2"/>
+          <speciesReference species="FE__43__3" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12753" name="RXN-12753" reversible="false">
+        <listOfReactants>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__653" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12754" name="RXN-12754" reversible="false">
+        <listOfReactants>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD0__45__2472" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12863" name="RXN-12863" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__13907" stoichiometry="1"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="L__45__THREONATE" stoichiometry="1"/>
+          <speciesReference species="OXALATE" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="3"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12869" name="RXN-12869" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__13907" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__13914" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="3"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12876" name="RXN-12876" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ASCORBATE" stoichiometry="1"/>
+          <speciesReference species="Cytochromes__45__C__45__Oxidized" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="L__45__DEHYDRO__45__ASCORBATE" stoichiometry="1"/>
+          <speciesReference species="Cytochromes__45__C__45__Reduced" stoichiometry="2"/>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__2881" name="RXN-2881" reversible="false">
+        <listOfReactants>
+          <speciesReference species="FORMALDEHYDE" stoichiometry="1"/>
+          <speciesReference species="THF" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="METHYLENE__45__THF" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__4122" name="RXN-4122" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_2R__45__HYDROPEROXY__45__FATTY__45__ACIDS" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Fatty__45__Aldehydes" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__6081" name="RXN-6081" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_2__45__ACETO__45__LACTATE" stoichiometry="1"/>
+          <speciesReference species="Acceptor" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="DIACETYL" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="Donor__45__H2" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__6424" name="RXN-6424" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__6121" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__6123" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__8037" name="RXN-8037" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__7418" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="COUMARIN" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__8315" name="RXN-8315" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="SO3" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="HSO3" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__8888" name="RXN-8888" reversible="false">
+        <listOfReactants>
+          <speciesReference species="NH4OH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="AMMONIA" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10017" name="RXN-10017" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__10773" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__10774" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10018" name="RXN-10018" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__10775" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__10776" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11409" name="RXN-11409" reversible="false">
+        <listOfReactants>
+          <speciesReference species="GTP" stoichiometry="1"/>
+          <speciesReference species="CPD__45__12377" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+          <speciesReference species="CPD__45__12366" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11410" name="RXN-11410" reversible="false">
+        <listOfReactants>
+          <speciesReference species="DGTP" stoichiometry="1"/>
+          <speciesReference species="CPD__45__12377" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+          <speciesReference species="CPD0__45__1905" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12872" name="RXN-12872" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__13914" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__13910" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__6425" name="RXN-6425" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__6123" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__6122" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12587" name="RXN-12587" reversible="false">
+        <listOfReactants>
+          <speciesReference species="Persulfurated__45__L__45__cysteine__45__desulfurases" stoichiometry="1"/>
+          <speciesReference species="Sulfur__45__Acceptors" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="L__45__Cysteine__45__Desulfurases" stoichiometry="1"/>
+          <speciesReference species="Sulfurated__45__Sulfur__45__Acceptors" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12440" name="RXN-12440" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ASCORBATE" stoichiometry="2"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ASCORBATE" stoichiometry="1"/>
+          <speciesReference species="L__45__DEHYDRO__45__ASCORBATE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__2__46__1__46__25__45__RXN" name="1.2.1.25-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_2__45__KETO__45__ISOVALERATE" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ISOBUTYRYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GLUTAMATESYN__45__RXN" name="GLUTAMATESYN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="GLN" stoichiometry="1"/>
+          <speciesReference species="_2__45__KETOGLUTARATE" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GLT" stoichiometry="2"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ISOCITDEH__45__RXN" name="ISOCITDEH-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="THREO__45__DS__45__ISO__45__CITRATE" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_2__45__KETOGLUTARATE" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12588" name="RXN-12588" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CYS" stoichiometry="1"/>
+          <speciesReference species="Sulfur__45__Acceptors" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="L__45__ALPHA__45__ALANINE" stoichiometry="1"/>
+          <speciesReference species="Sulfurated__45__Sulfur__45__Acceptors" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__1134" name="RXN0-1134" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PYRUVATE" stoichiometry="1"/>
+          <speciesReference species="Pyruvate__45__dehydrogenase__45__lipoate" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Pyruvate__45__dehydrogenase__45__acetylDHlipoyl" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GLUTAMATE__45__SYNTHASE__45__FERREDOXIN__45__RXN" name="GLUTAMATE-SYNTHASE-FERREDOXIN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_2__45__KETOGLUTARATE" stoichiometry="1"/>
+          <speciesReference species="GLN" stoichiometry="1"/>
+          <speciesReference species="Reduced__45__ferredoxins" stoichiometry="2"/>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GLT" stoichiometry="2"/>
+          <speciesReference species="Oxidized__45__ferredoxins" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DLACTDEHYDROGFAD__45__RXN" name="DLACTDEHYDROGFAD-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ETR__45__Quinones" stoichiometry="1"/>
+          <speciesReference species="D__45__LACTATE_CCO__45__IN" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ETR__45__Quinols" stoichiometry="1"/>
+          <speciesReference species="PYRUVATE_CCO__45__IN" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__5258" name="RXN0-5258" reversible="false">
+        <listOfReactants>
+          <speciesReference species="GLYCEROL__45__3P_CCO__45__IN" stoichiometry="1"/>
+          <speciesReference species="Ubiquinones" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="DIHYDROXY__45__ACETONE__45__PHOSPHATE_CCO__45__IN" stoichiometry="1"/>
+          <speciesReference species="Ubiquinols" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__5260" name="RXN0-5260" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ETR__45__Quinones" stoichiometry="1"/>
+          <speciesReference species="GLYCEROL__45__3P_CCO__45__IN" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ETR__45__Quinols" stoichiometry="1"/>
+          <speciesReference species="DIHYDROXY__45__ACETONE__45__PHOSPHATE_CCO__45__IN" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__6554" name="RXN0-6554" reversible="false">
+        <listOfReactants>
+          <speciesReference species="DI__45__H__45__OROTATE_CCO__45__IN" stoichiometry="1"/>
+          <speciesReference species="Menaquinones" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="OROTATE_CCO__45__IN" stoichiometry="1"/>
+          <speciesReference species="Menaquinols" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__6491" name="RXN0-6491" reversible="false">
+        <listOfReactants>
+          <speciesReference species="Ubiquinones" stoichiometry="1"/>
+          <speciesReference species="DI__45__H__45__OROTATE_CCO__45__IN" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Ubiquinols" stoichiometry="1"/>
+          <speciesReference species="OROTATE_CCO__45__IN" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DIHYDROOROTATE__45__DEHYDROGENASE__45__RXN" name="DIHYDROOROTATE-DEHYDROGENASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ETR__45__Quinones" stoichiometry="1"/>
+          <speciesReference species="DI__45__H__45__OROTATE_CCO__45__IN" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ETR__45__Quinols" stoichiometry="1"/>
+          <speciesReference species="OROTATE_CCO__45__IN" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="NADH__45__DEHYDROG__45__A__45__RXN" name="NADH-DEHYDROG-A-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PROTON_CCO__45__IN" stoichiometry="1"/>
+          <speciesReference species="NADH_CCO__45__IN" stoichiometry="1"/>
+          <speciesReference species="Ubiquinones" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="NAD_CCO__45__IN" stoichiometry="1"/>
+          <speciesReference species="Ubiquinols" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PLASTOQUINOL__45____45__PLASTOCYANIN__45__REDUCTASE__45__RXN" name="PLASTOQUINOL--PLASTOCYANIN-REDUCTASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PLASTOQUINOL__45__1" stoichiometry="1"/>
+          <speciesReference species="Oxidized__45__Plastocyanins_CCO__45__IN" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PLASTOQUINONE" stoichiometry="1"/>
+          <speciesReference species="Plastocyanin__45__Reduced_CCO__45__IN" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__5330" name="RXN0-5330" reversible="false">
+        <listOfReactants>
+          <speciesReference species="Ubiquinones" stoichiometry="1"/>
+          <speciesReference species="PROTON_CCO__45__IN" stoichiometry="1"/>
+          <speciesReference species="NADH_CCO__45__IN" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Ubiquinols" stoichiometry="1"/>
+          <speciesReference species="NAD_CCO__45__IN" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="SUCCINATE__45__DEHYDROGENASE__45__UBIQUINONE__45__RXN" name="SUCCINATE-DEHYDROGENASE-UBIQUINONE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="SUC_CCO__45__IN" stoichiometry="1"/>
+          <speciesReference species="Ubiquinones" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Ubiquinols" stoichiometry="1"/>
+          <speciesReference species="FUM_CCO__45__IN" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__7644" name="RXN-7644" reversible="false">
+        <listOfReactants>
+          <speciesReference species="SORBITOL" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="FRU" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="L__45__IDITOL__45__2__45__DEHYDROGENASE__45__RXN" name="L-IDITOL-2-DEHYDROGENASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__369" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__9569" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="MYO__45__INOSITOL__45__2__45__DEHYDROGENASE__45__RXN" name="MYO-INOSITOL-2-DEHYDROGENASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="MYO__45__INOSITOL" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__365" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__8001" name="RXN-8001" reversible="true">
+        <listOfReactants>
+          <speciesReference species="HISTIDINOL" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="2"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="HIS" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="2"/>
+          <speciesReference species="PROTON" stoichiometry="3"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="HISTALDEHYD__45__RXN" name="HISTALDEHYD-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="HISTIDINAL" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+          <speciesReference species="HIS" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="HISTOLDEHYD__45__RXN" name="HISTOLDEHYD-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="HISTIDINOL" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="HISTIDINAL" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__45__ISOPROPYLMALDEHYDROG__45__RXN" name="3-ISOPROPYLMALDEHYDROG-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_2__45__D__45__THREO__45__HYDROXY__45__3__45__CARBOXY__45__ISOCAPROATE" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__7100" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="MALIC__45__NADP__45__RXN" name="MALIC-NADP-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="MAL" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="PYRUVATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="L__45__XYLULOSE__45__REDUCTASE__45__RXN" name="L-XYLULOSE-REDUCTASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="XYLITOL" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="L__45__XYLULOSE" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__6021" name="RXN-6021" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CHOLINE" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="BETAINE_ALDEHYDE" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__1__46__1__46__8__45__RXN" name="1.1.1.8-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="DIHYDROXY__45__ACETONE__45__PHOSPHATE" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GLYCEROL__45__3P" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DLACTDEHYDROGNAD__45__RXN" name="DLACTDEHYDROGNAD-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PYRUVATE" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="D__45__LACTATE" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GDP__45__MANNOSE__45__6__45__DEHYDROGENASE__45__RXN" name="GDP-MANNOSE-6-DEHYDROGENASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="GDP__45__MANNOSE" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="2"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="3"/>
+          <speciesReference species="CPD__45__1828" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12448" name="RXN-12448" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Secondary__45__Alcohols" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="LONG__45__CHAIN__45__KETONE" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10781" name="RXN-10781" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_5__45__HYDROXYINDOLE_ACETALDEHYDE" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__11671" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ALCOHOL__45__DEHYDROGENASE__45__NADPORNOP__43____45__RXN" name="ALCOHOL-DEHYDROGENASE-NADPORNOP+-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Alcohols" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Aldehydes" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ALCOHOL__45__DEHYDROG__45__RXN" name="ALCOHOL-DEHYDROG-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ETOH" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ACETALD" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ALCOHOL__45__DEHYDROG__45__GENERIC__45__RXN" name="ALCOHOL-DEHYDROG-GENERIC-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Primary__45__Alcohols" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Aldehydes" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10841" name="RXN-10841" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__13524" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="RETINAL" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_6PGLUCONDEHYDROG__45__RXN" name="6PGLUCONDEHYDROG-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__2961" stoichiometry="1"/>
+          <speciesReference species="NAD__45__P__45__OR__45__NOP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="RIBULOSE__45__5P" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="NADH__45__P__45__OR__45__NOP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="TROPINONE__45__REDUCTASE__45__RXN" name="TROPINONE-REDUCTASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="NADP" stoichiometry="1"/>
+          <speciesReference species="PSEUDOTROPINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="TROPINONE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="TROPINE__45__DEHYDROGENASE__45__RXN" name="TROPINE-DEHYDROGENASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="NADP" stoichiometry="1"/>
+          <speciesReference species="TROPINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="TROPINONE" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RIBOFLAVINSYNREDUC__45__RXN" name="RIBOFLAVINSYNREDUC-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__1086" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__602" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__45__DEHYDROPANTOATE__45__REDUCT__45__RXN" name="2-DEHYDROPANTOATE-REDUCT-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="L__45__PANTOATE" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="_2__45__DEHYDROPANTOATE" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="UGD__45__RXN" name="UGD-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="UDP__45__GLUCOSE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="3"/>
+          <speciesReference species="UDP__45__GLUCURONATE" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9951" name="RXN-9951" reversible="false">
+        <listOfReactants>
+          <speciesReference species="THREO__45__DS__45__ISO__45__CITRATE" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="OXALO__45__SUCCINATE" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__1__46__1__46__34__45__RXN" name="1.1.1.34-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+          <speciesReference species="NADPH" stoichiometry="2"/>
+          <speciesReference species="_3__45__HYDROXY__45__3__45__METHYL__45__GLUTARYL__45__COA" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="NADP" stoichiometry="2"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+          <speciesReference species="MEVALONATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ISOCITRATE__45__DEHYDROGENASE__45__NAD__43____45__RXN" name="ISOCITRATE-DEHYDROGENASE-NAD+-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="THREO__45__DS__45__ISO__45__CITRATE" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_2__45__KETOGLUTARATE" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="MALIC__45__NAD__45__RXN" name="MALIC-NAD-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="MAL" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="PYRUVATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ENZRXN__45__161__45__RXN" name="ENZRXN-161-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="BUTANAL" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="BUTANOL" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__3341" name="RXN-3341" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__2961" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="RIBULOSE__45__5P" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11939" name="RXN-11939" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__12915" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__4125" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11938" name="RXN-11938" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__12914" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__12915" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11934" name="RXN-11934" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__12910" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="EPISTEROL" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11933" name="RXN-11933" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__12909" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__12910" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11929" name="RXN-11929" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__12868" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CYCLOEUCALENOL" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11928" name="RXN-11928" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__12867" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__12868" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="IMP__45__DEHYDROG__45__RXN" name="IMP-DEHYDROG-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="IMP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="XANTHOSINE__45__5__45__PHOSPHATE" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN66__45__318" name="RXN66-318" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__4702" stoichiometry="1"/>
+          <speciesReference species="NAD__45__P__45__OR__45__NOP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__4581" stoichiometry="1"/>
+          <speciesReference species="NADH__45__P__45__OR__45__NOP" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN66__45__313" name="RXN66-313" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__4577" stoichiometry="1"/>
+          <speciesReference species="NAD__45__P__45__OR__45__NOP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__4578" stoichiometry="1"/>
+          <speciesReference species="NADH__45__P__45__OR__45__NOP" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN66__45__23" name="RXN66-23" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__8619" stoichiometry="1"/>
+          <speciesReference species="NAD__45__P__45__OR__45__NOP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__8620" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="NADH__45__P__45__OR__45__NOP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN66__45__18" name="RXN66-18" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__8613" stoichiometry="1"/>
+          <speciesReference species="NAD__45__P__45__OR__45__NOP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__8614" stoichiometry="1"/>
+          <speciesReference species="NADH__45__P__45__OR__45__NOP" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__1__46__1__46__170__45__RXN" name="1.1.1.170-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__5846" stoichiometry="1"/>
+          <speciesReference species="NAD__45__P__45__OR__45__NOP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="NADH__45__P__45__OR__45__NOP" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="_4__45__ALPHA__45__METHYL__45__5__45__ALPHA__45__CHOLEST__45__7__45__EN__45__3__45__ON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__7698" name="RXN-7698" reversible="false">
+        <listOfReactants>
+          <speciesReference species="Long__45__Chain__45__oxoacyl__45__CoAs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Long__45__Chain__45__3__45__Hydroxyacyl__45__CoAs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PGLYCDEHYDROG__45__RXN" name="PGLYCDEHYDROG-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="G3P" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="_3__45__P__45__HYDROXYPYRUVATE" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__951" name="RXN1G-951" reversible="true">
+        <listOfReactants>
+          <speciesReference species="cis__45__cis__45__D19__45__31__45__3__45__oxo__45__C50__45__2__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="cis__45__cis__45__D19__45__31__45__3__45__hydroxyC50__45__2__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__881" name="RXN1G-881" reversible="true">
+        <listOfReactants>
+          <speciesReference species="cis__45__delta17__45__3__45__oxo__45__C36__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="cis__45__delta17__45__3__45__hydroxyC36__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__853" name="RXN1G-853" reversible="true">
+        <listOfReactants>
+          <speciesReference species="cis__45__cis__45__D11__45__29__45__3__45__oxo__45__C48__45__2__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="cis__45__cis__45__D11__45__29__45__3__45__hydroxyC48__45__2__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__72" name="RXN1G-72" reversible="true">
+        <listOfReactants>
+          <speciesReference species="cis__45__delta5__45__3__45__oxo__45__lignoceroyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="cis__45__delta5__45__3__45__hydroxylignoceroyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__717" name="RXN1G-717" reversible="true">
+        <listOfReactants>
+          <speciesReference species="cis__45__cis__45__D17__45__29__45__3__45__oxo__45__C48__45__2__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="cis__45__cis__45__D17__45__29__45__3__45__hydroxyC48__45__2__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__637" name="RXN1G-637" reversible="true">
+        <listOfReactants>
+          <speciesReference species="cis__45__cis__45__D11__45__23__45__3__45__oxo__45__C42__45__2__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="cis__45__cis__45__D11__45__23__45__3__45__hydroxyC42__45__2__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__617" name="RXN1G-617" reversible="true">
+        <listOfReactants>
+          <speciesReference species="cis__45__cis__45__D21__45__39__45__3__45__oxo__45__C58__45__2__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="cis__45__cis__45__D21__45__39__45__3__45__hydroxyC58__45__2__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__613" name="RXN1G-613" reversible="true">
+        <listOfReactants>
+          <speciesReference species="cis__45__cis__45__D9__45__27__45__3__45__oxo__45__C46__45__2__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="cis__45__cis__45__D9__45__27__45__3__45__hydroxyC46__45__2__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__481" name="RXN1G-481" reversible="true">
+        <listOfReactants>
+          <speciesReference species="cis__45__cis__45__D15__45__27__45__3__45__oxo__45__C46__45__2__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="cis__45__cis__45__D15__45__27__45__3__45__hydroxyC46__45__2__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__469" name="RXN1G-469" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_3__45__oxo__45__behenoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="R__45__3__45__hydroxybehenoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__409" name="RXN1G-409" reversible="true">
+        <listOfReactants>
+          <speciesReference species="cis__45__cis__45__D19__45__37__45__3__45__oxo__45__C56__45__2__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="cis__45__cis__45__D19__45__37__45__3__45__hydroxyC56__45__2__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__408" name="RXN1G-408" reversible="true">
+        <listOfReactants>
+          <speciesReference species="cis__45__cis__45__D5__45__17__45__3__45__oxo__45__C36__45__2__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="cis__45__cis__45__D5__45__17__45__3__45__hydroxyC36__45__2__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__384" name="RXN1G-384" reversible="true">
+        <listOfReactants>
+          <speciesReference species="cis__45__cis__45__D7__45__25__45__3__45__oxo__45__C44__45__2__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="cis__45__cis__45__D7__45__25__45__3__45__hydroxyC44__45__2__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__364" name="RXN1G-364" reversible="true">
+        <listOfReactants>
+          <speciesReference species="cis__45__delta7__45__3__45__oxo__45__cerotoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="cis__45__delta7__45__3__45__hydroxycerotoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__358" name="RXN1G-358" reversible="true">
+        <listOfReactants>
+          <speciesReference species="cis__45__delta15__45__3__45__oxo__45__gheddoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="cis__45__delta15__45__3__45__hydroxygheddoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__287" name="RXN1G-287" reversible="true">
+        <listOfReactants>
+          <speciesReference species="cis__45__delta21__45__3__45__oxo__45__C40__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="cis__45__delta21__45__3__45__hydroxyC40__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__262" name="RXN1G-262" reversible="true">
+        <listOfReactants>
+          <speciesReference species="cis__45__cis__45__D7__45__19__45__3__45__oxo__45__C38__45__2__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="cis__45__cis__45__D7__45__19__45__3__45__hydroxyC38__45__2__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__260" name="RXN1G-260" reversible="true">
+        <listOfReactants>
+          <speciesReference species="cis__45__delta13__45__3__45__oxo__45__lacceroyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="cis__45__delta13__45__3__45__hydroxylacceroyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__252" name="RXN1G-252" reversible="true">
+        <listOfReactants>
+          <speciesReference species="cis__45__cis__45__D9__45__21__45__3__45__oxo__45__C40__45__2__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="cis__45__cis__45__D9__45__21__45__3__45__hydroxyC40__45__2__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__240" name="RXN1G-240" reversible="true">
+        <listOfReactants>
+          <speciesReference species="cis__45__delta9__45__3__45__oxo__45__montanoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="cis__45__delta9__45__3__45__hydroxymontanoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__203" name="RXN1G-203" reversible="true">
+        <listOfReactants>
+          <speciesReference species="cis__45__cis__45__D13__45__25__45__3__45__oxo__45__C44__45__2__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="cis__45__cis__45__D13__45__25__45__3__45__hydroxyC44__45__2__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__184" name="RXN1G-184" reversible="true">
+        <listOfReactants>
+          <speciesReference species="cis__45__cis__45__D17__45__35__45__3__45__oxo__45__C54__45__2__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="cis__45__cis__45__D17__45__35__45__3__45__hydroxyC54__45__2__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__182" name="RXN1G-182" reversible="true">
+        <listOfReactants>
+          <speciesReference species="cis__45__cis__45__D5__45__23__45__3__45__oxo__45__C42__45__2__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="cis__45__cis__45__D5__45__23__45__3__45__hydroxyC42__45__2__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__163" name="RXN1G-163" reversible="true">
+        <listOfReactants>
+          <speciesReference species="cis__45__delta11__45__3__45__oxo__45__melissoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="cis__45__delta11__45__3__45__hydroxymelissoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__157" name="RXN1G-157" reversible="true">
+        <listOfReactants>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="_3__45__oxo__45__behenoyl__45__ACPs" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="R__45__3__45__hydroxybehenoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__1247" name="RXN1G-1247" reversible="true">
+        <listOfReactants>
+          <speciesReference species="cis__45__cis__45__D15__45__33__45__3__45__oxo__45__C52__45__2__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="cis__45__cis__45__D15__45__33__45__3__45__hydroxyC52__45__2__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__1053" name="RXN1G-1053" reversible="true">
+        <listOfReactants>
+          <speciesReference species="cis__45__delta19__45__3__45__oxo__45__C38__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="cis__45__delta19__45__3__45__hydroxyC38__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__1050" name="RXN1G-1050" reversible="true">
+        <listOfReactants>
+          <speciesReference species="cis__45__cis__45__D13__45__31__45__3__45__oxo__45__C50__45__2__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="cis__45__cis__45__D13__45__31__45__3__45__hydroxyC50__45__2__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__2142" name="RXN0-2142" reversible="true">
+        <listOfReactants>
+          <speciesReference species="b__45__Keto__45__cis__45__D5__45__dodecenoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="b__45__Hydroxy__45__cis__45__D5__45__dodecenoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9633" name="RXN-9633" reversible="true">
+        <listOfReactants>
+          <speciesReference species="R__45__3__45__hydroxystearoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__oxo__45__stearoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9556" name="RXN-9556" reversible="true">
+        <listOfReactants>
+          <speciesReference species="R__45__3__45__hydroxy__45__cis__45__vaccenoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__oxo__45__cis__45__vaccenoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9552" name="RXN-9552" reversible="true">
+        <listOfReactants>
+          <speciesReference species="R__45__3__45__hydroxypetroselinoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__oxo__45__petroselinoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9540" name="RXN-9540" reversible="true">
+        <listOfReactants>
+          <speciesReference species="R__45__3__45__Hydroxypalmitoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__oxo__45__palmitoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9536" name="RXN-9536" reversible="true">
+        <listOfReactants>
+          <speciesReference species="R__45__3__45__hydroxymyristoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__oxo__45__myristoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9532" name="RXN-9532" reversible="true">
+        <listOfReactants>
+          <speciesReference species="R__45__3__45__hydroxydodecanoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__oxo__45__dodecanoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9528" name="RXN-9528" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Beta__45__hydroxydecanoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__oxo__45__decanoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9524" name="RXN-9524" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_3__45__Hydroxy__45__octanoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__Oxo__45__octanoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9518" name="RXN-9518" reversible="true">
+        <listOfReactants>
+          <speciesReference species="R__45__3__45__hydroxyhexanoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__oxo__45__hexanoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9514" name="RXN-9514" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Acetoacetyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Beta__45__3__45__hydroxybutyryl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11480" name="RXN-11480" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_3__45__Ketopimeloyl__45__ACP__45__methyl__45__esters" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__hydroxypimeloyl__45__ACP__45__methyl__45__esters" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11476" name="RXN-11476" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_3__45__Ketoglutaryl__45__ACP__45__methyl__45__ester" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__Hydroxyglutaryl__45__ACP__45__methyl__45__ester" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10659" name="RXN-10659" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_3__45__oxo__45__cis__45__D9__45__hexadecenoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__hydroxy__45__cis__45__D9__45__hexaecenoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10655" name="RXN-10655" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_3__45__oxo__45__cis__45__D7__45__tetradecenoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__hydroxy__45__cis__45__D7__45__tetraecenoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__45__OXOACYL__45__ACP__45__REDUCT__45__RXN" name="3-OXOACYL-ACP-REDUCT-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="OH__45__ACYL__45__ACP" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="B__45__KETOACYL__45__ACP" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__710" name="RXN-710" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__708" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+          <speciesReference species="CPD__45__698" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__1__46__1__46__145__45__RXN" name="1.1.1.145-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_3b__45__hydroxy__45__D5__45__steroids" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__oxo__45__D5__45__steroids" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN66__45__342" name="RXN66-342" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_3__45__BETA__45__HYDROXYANDROST__45__5__45__EN__45__17__45__ONE" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD66__45__29" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN66__45__350" name="RXN66-350" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD66__45__23" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD66__45__27" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN66__45__353" name="RXN66-353" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PREGNENOLONE" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD66__45__28" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12693" name="RXN-12693" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CHOLESTEROL" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__13684" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12747" name="RXN-12747" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__13755" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__13754" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12789" name="RXN-12789" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__4143" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__13793" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GLYC3PDEHYDROGBIOSYN__45__RXN" name="GLYC3PDEHYDROGBIOSYN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="DIHYDROXY__45__ACETONE__45__PHOSPHATE" stoichiometry="1"/>
+          <speciesReference species="NADH__45__P__45__OR__45__NOP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GLYCEROL__45__3P" stoichiometry="1"/>
+          <speciesReference species="NAD__45__P__45__OR__45__NOP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__1__46__1__46__178__45__RXN" name="1.1.1.178-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="NAD" stoichiometry="1"/>
+          <speciesReference species="_2__45__METHYL__45__3__45__HYDROXY__45__BUTYRYL__45__COA" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="_2__45__METHYL__45__ACETO__45__ACETYL__45__COA" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DIHYDROKAEMPFEROL__45__4__45__REDUCTASE__45__RXN" name="DIHYDROKAEMPFEROL-4-REDUCTASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+          <speciesReference species="DIHYDROKAEMPFEROL__45__CMPD" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="LEUCOPELARGONIDIN__45__CMPD" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__7784" name="RXN-7784" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+          <speciesReference species="CPD__45__7087" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__7088" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__600" name="RXN-600" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+          <speciesReference species="CPD__45__474" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__590" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="MANNPDEHYDROG__45__RXN" name="MANNPDEHYDROG-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="MANNITOL__45__1P" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="FRUCTOSE__45__6P" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9370" name="RXN-9370" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__9976" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__9978" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9369" name="RXN-9369" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__9977" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__9978" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="MALATE__45__DEH__45__RXN" name="MALATE-DEH-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="MAL" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="OXALACETIC_ACID" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="MAL__45__DEH__45__GLYOX__45__RXN" name="MAL-DEH-GLYOX-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="MAL" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="OXALACETIC_ACID" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ACETOOHBUTREDUCTOISOM__45__RXN" name="ACETOOHBUTREDUCTOISOM-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="_2__45__ACETO__45__2__45__HYDROXY__45__BUTYRATE" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_1__45__KETO__45__2__45__METHYLVALERATE" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ACETOLACTREDUCTOISOM__45__RXN" name="ACETOLACTREDUCTOISOM-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_2__45__ACETO__45__LACTATE" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="DIOH__45__ISOVALERATE" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12750" name="RXN-12750" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__13757" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__13758" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12709" name="RXN-12709" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__13698" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__13699" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12705" name="RXN-12705" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__13694" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__13695" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12570" name="RXN-12570" reversible="true">
+        <listOfReactants>
+          <speciesReference species="OH__45__HEXANOYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="K__45__HEXANOYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__2044" name="RXN0-2044" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_3__45__HYDROXYADIPYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="_3__45__KETO__45__ADIPYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11662" name="RXN-11662" reversible="true">
+        <listOfReactants>
+          <speciesReference species="S__45__3__45__HYDROXYBUTANOYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ACETOACETYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11245" name="RXN-11245" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__12199" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__12200" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10703" name="RXN-10703" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__11527" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__11528" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10702" name="RXN-10702" reversible="true">
+        <listOfReactants>
+          <speciesReference species="NAD" stoichiometry="1"/>
+          <speciesReference species="CPD__45__11523" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__11524" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10698" name="RXN-10698" reversible="true">
+        <listOfReactants>
+          <speciesReference species="NAD" stoichiometry="1"/>
+          <speciesReference species="CPD__45__11519" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__11520" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="OHACYL__45__COA__45__DEHYDROG__45__RXN" name="OHACYL-COA-DEHYDROG-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="L__45__3__45__HYDROXYACYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__KETOACYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__45__DEHYDROSPHINGANINE__45__REDUCTASE__45__RXN" name="3-DEHYDROSPHINGANINE-REDUCTASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="DEHYDROSPHINGANINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="DIHYDRO__45__SPHINGOSINE" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12645" name="RXN-12645" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__13613" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="DEHYDROSPHINGANINE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12644" name="RXN-12644" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__13612" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="DEHYDROSPHINGANINE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12642" name="RXN-12642" reversible="true">
+        <listOfReactants>
+          <speciesReference species="NADP" stoichiometry="1"/>
+          <speciesReference species="CPD__45__13611" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="CPD__45__13610" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="HOMOSERDEHYDROG__45__RXN" name="HOMOSERDEHYDROG-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="L__45__ASPARTATE__45__SEMIALDEHYDE" stoichiometry="1"/>
+          <speciesReference species="NADH__45__P__45__OR__45__NOP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="HOMO__45__SER" stoichiometry="1"/>
+          <speciesReference species="NAD__45__P__45__OR__45__NOP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__45__HYDROXYISOBUTYRATE__45__DEHYDROGENASE__45__RXN" name="3-HYDROXYISOBUTYRATE-DEHYDROGENASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__12175" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="CH3__45__MALONATE__45__S__45__ALD" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="L__45__LACTATE__45__DEHYDROGENASE__45__RXN" name="L-LACTATE-DEHYDROGENASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PYRUVATE" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="L__45__LACTATE" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DXPREDISOM__45__RXN" name="DXPREDISOM-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="DEOXYXYLULOSE__45__5P" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_2__45__C__45__METHYL__45__D__45__ERYTHRITOL__45__4__45__PHOSPHATE" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__2962" name="RXN-2962" reversible="false">
+        <listOfReactants>
+          <speciesReference species="S__45__HYDROXYMETHYLGLUTATHIONE" stoichiometry="1"/>
+          <speciesReference species="NAD__45__P__45__OR__45__NOP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__548" stoichiometry="1"/>
+          <speciesReference species="NADH__45__P__45__OR__45__NOP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GLU6PDEHYDROG__45__RXN" name="GLU6PDEHYDROG-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="GLC__45__6__45__P" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="D__45__6__45__P__45__GLUCONO__45__DELTA__45__LACTONE" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__1__46__1__46__39__45__RXN" name="1.1.1.39-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="MAL" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="PYRUVATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11333" name="RXN-11333" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Primary__45__Alcohols" stoichiometry="1"/>
+          <speciesReference species="Cytochromes__45__C550__45__Ox" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Aldehydes" stoichiometry="1"/>
+          <speciesReference species="Cytochromes__45__C550__45__Red" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11332" name="RXN-11332" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Primary__45__Alcohols" stoichiometry="1"/>
+          <speciesReference species="Cytochromes__45__CL__45__Ox" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Aldehydes" stoichiometry="1"/>
+          <speciesReference species="Cytochromes__45__CL__45__Red" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__969" name="RXN-969" reversible="true">
+        <listOfReactants>
+          <speciesReference species="GLYCOLLATE" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GLYOX" stoichiometry="1"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__5364" name="RXN0-5364" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__381" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_2__45__KETOGLUTARATE" stoichiometry="1"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="S__45__2__45__HYDROXY__45__ACID__45__OXIDASE__45__RXN" name="S-2-HYDROXY-ACID-OXIDASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="S__45__2__45__Hydroxyacids1" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+          <speciesReference species="_2__45__Oxo__45__carboxylates" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11039" name="RXN-11039" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ETOH" stoichiometry="1"/>
+          <speciesReference species="Ubiquinones" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ACETALD" stoichiometry="1"/>
+          <speciesReference species="Ubiquinols" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GLYC3PDEHYDROG__45__RXN" name="GLYC3PDEHYDROG-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="GLYCEROL__45__3P" stoichiometry="1"/>
+          <speciesReference species="UBIQUINONE__45__8" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__9956" stoichiometry="1"/>
+          <speciesReference species="DIHYDROXY__45__ACETONE__45__PHOSPHATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GLUCDEHYDROG__45__RXN" name="GLUCDEHYDROG-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="GLC" stoichiometry="1"/>
+          <speciesReference species="Ubiquinones" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GLC__45__D__45__LACTONE" stoichiometry="1"/>
+          <speciesReference species="Ubiquinols" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11335" name="RXN-11335" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Primary__45__Alcohols" stoichiometry="1"/>
+          <speciesReference species="Oxidized__45__Azurins" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Aldehydes" stoichiometry="1"/>
+          <speciesReference species="Reduced__45__Azurins" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="CHD__45__RXN" name="CHD-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CHOLINE" stoichiometry="1"/>
+          <speciesReference species="Acceptor" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="BETAINE_ALDEHYDE" stoichiometry="1"/>
+          <speciesReference species="Donor__45__H2" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="D__45__2__45__HYDROXY__45__ACID__45__DEHYDROGENASE__45__RXN" name="D-2-HYDROXY-ACID-DEHYDROGENASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Acceptor" stoichiometry="1"/>
+          <speciesReference species="D__45__LACTATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Donor__45__H2" stoichiometry="1"/>
+          <speciesReference species="PYRUVATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__10__46__2__46__2__45__RXN" name="1.10.2.2-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="Cytochromes__45__C__45__Oxidized" stoichiometry="2"/>
+          <speciesReference species="Ubiquinols" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Cytochromes__45__C__45__Reduced" stoichiometry="2"/>
+          <speciesReference species="Ubiquinones" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="CATECHOL__45__OXIDASE__45__RXN" name="CATECHOL-OXIDASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CATECHOL" stoichiometry="2"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="WATER" stoichiometry="2"/>
+          <speciesReference species="CPD__45__385" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PSII__45__RXN" name="PSII-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="2"/>
+          <speciesReference species="Light" stoichiometry="4"/>
+          <speciesReference species="PLASTOQUINONE" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="PLASTOQUINOL__45__1" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__7984" name="RXN-7984" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD1F__45__133" stoichiometry="1"/>
+          <speciesReference species="ASCORBATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD1F__45__131" stoichiometry="1"/>
+          <speciesReference species="L__45__DEHYDRO__45__ASCORBATE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__7985" name="RXN-7985" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD1F__45__131" stoichiometry="1"/>
+          <speciesReference species="ASCORBATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD1F__45__130" stoichiometry="1"/>
+          <speciesReference species="L__45__DEHYDRO__45__ASCORBATE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__3521" name="RXN-3521" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ASCORBATE" stoichiometry="2"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__318" stoichiometry="2"/>
+          <speciesReference species="WATER" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12121" name="RXN-12121" reversible="true">
+        <listOfReactants>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="WATER" stoichiometry="2"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12120" name="RXN-12120" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Donor__45__H2" stoichiometry="1"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Acceptor" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__11__46__1__46__15__45__RXN" name="1.11.1.15-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PROT__45__CYS" stoichiometry="2"/>
+          <speciesReference species="Alkyl__45__Hydro__45__Peroxides" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Protein__45__Disulfides" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="Alcohols" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PEROXID__45__RXN" name="PEROXID-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Phenolic__45__Donors" stoichiometry="1"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Phenoxyl__45__rad__45__of__45__phenolic__45__donors" stoichiometry="2"/>
+          <speciesReference species="WATER" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__8635" name="RXN-8635" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__8653" stoichiometry="2"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__8653" stoichiometry="1"/>
+          <speciesReference species="CPD__45__8890" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__11__46__1__46__12__45__RXN" name="1.11.1.12-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="A__45__LIPID__45__HYDROPEROXIDE" stoichiometry="1"/>
+          <speciesReference species="GLUTATHIONE" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Lipids" stoichiometry="1"/>
+          <speciesReference species="OXIDIZED__45__GLUTATHIONE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GLUTATHIONE__45__PEROXIDASE__45__RXN" name="GLUTATHIONE-PEROXIDASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+          <speciesReference species="GLUTATHIONE" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="OXIDIZED__45__GLUTATHIONE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="CATAL__45__RXN" name="CATAL-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="WATER" stoichiometry="2"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN66__45__1" name="RXN66-1" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ETOH" stoichiometry="1"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="WATER" stoichiometry="2"/>
+          <speciesReference species="ACETALD" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11819" name="RXN-11819" reversible="true">
+        <listOfReactants>
+          <speciesReference species="RH" stoichiometry="1"/>
+          <speciesReference species="Alkyl__45__Hydro__45__Peroxides" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Alcohols" stoichiometry="1"/>
+          <speciesReference species="Alcohols" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11085" name="RXN-11085" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__12033" stoichiometry="1"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__12032" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11084" name="RXN-11084" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__12036" stoichiometry="1"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__12032" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="HYDROG__45__RXN" name="HYDROG-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="HYDROGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="Oxidized__45__ferredoxins" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Reduced__45__ferredoxins" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__1321" name="RXN-1321" reversible="true">
+        <listOfReactants>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="LINOLENIC_ACID" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__725" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11989" name="RXN-11989" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__7953" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__12935" stoichiometry="1"/>
+          <speciesReference species="PRENAL" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="LIGNOSTILBENE__45__ALPHA__45__BETA__45__DIOXYGENASE__45__RXN" name="LIGNOSTILBENE-ALPHA-BETA-DIOXYGENASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="_12__45__BIS4__45__HYDROXY__45__3__45__METHOXYPHENYLETHYLE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="VANILLIN" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="CYSTEAMINE__45__DIOXYGENASE__45__RXN" name="CYSTEAMINE-DIOXYGENASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="CPD__45__239" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="HYPOTAURINE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_4__45__HYDROXYPHENYLPYRUVATE__45__DIOXYGENASE__45__RXN" name="4-HYDROXYPHENYLPYRUVATE-DIOXYGENASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="P__45__HYDROXY__45__PHENYLPYRUVATE" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="HOMOGENTISATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10815" name="RXN-10815" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PHENYL__45__PYRUVATE" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__11495" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="HOMOGENTISATE__45__12__45__DIOXYGENASE__45__RXN" name="HOMOGENTISATE-12-DIOXYGENASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="HOMOGENTISATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="_4__45__MALEYL__45__ACETOACETATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="CYSTEINE__45__DIOXYGENASE__45__RXN" name="CYSTEINE-DIOXYGENASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="CYS" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="_3__45__SULFINOALANINE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="INDOLE__45__23__45__DIOXYGENASE__45__RXN" name="INDOLE-23-DIOXYGENASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="INDOLE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__248" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="MYO__45__INOSITOL__45__OXYGENASE__45__RXN" name="MYO-INOSITOL-OXYGENASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="MYO__45__INOSITOL" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GLUCURONATE" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9243" name="RXN-9243" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__9872" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="Donor__45__H2" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__7158" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="Acceptor" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PEPTIDE__45__ASPARTATE__45__BETA__45__DIOXYGENASE__45__RXN" name="PEPTIDE-ASPARTATE-BETA-DIOXYGENASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Protein__45__L__45__Aspartates" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="_2__45__KETOGLUTARATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="SUC" stoichiometry="1"/>
+          <speciesReference species="Peptide__45__3__45__hydroxy__45__L__45__Aspartates" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__115" name="RXN-115" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD1F__45__139" stoichiometry="1"/>
+          <speciesReference species="_2__45__KETOGLUTARATE" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__204" stoichiometry="1"/>
+          <speciesReference species="SUC" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="SQUALENE__45__MONOOXYGENASE__45__RXN" name="SQUALENE-MONOOXYGENASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="SQUALENE" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="EPOXYSQUALENE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11937" name="RXN-11937" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__12912" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="FERRICYTOCHROME__45__B5" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__12914" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="FERROCYTOCHROME__45__B5" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11936" name="RXN-11936" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__12911" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="FERRICYTOCHROME__45__B5" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__12912" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="2"/>
+          <speciesReference species="FERROCYTOCHROME__45__B5" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11935" name="RXN-11935" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__4124" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="FERRICYTOCHROME__45__B5" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__12911" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="FERROCYTOCHROME__45__B5" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11932" name="RXN-11932" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__12908" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="FERRICYTOCHROME__45__B5" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__12909" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="FERROCYTOCHROME__45__B5" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11931" name="RXN-11931" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__12907" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="FERRICYTOCHROME__45__B5" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__12908" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="2"/>
+          <speciesReference species="FERROCYTOCHROME__45__B5" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11930" name="RXN-11930" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__4101" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="FERRICYTOCHROME__45__B5" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__12907" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="FERROCYTOCHROME__45__B5" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11927" name="RXN-11927" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__12866" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="FERRICYTOCHROME__45__B5" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__12867" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="FERROCYTOCHROME__45__B5" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11926" name="RXN-11926" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__696" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="FERRICYTOCHROME__45__B5" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__12865" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="FERROCYTOCHROME__45__B5" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11925" name="RXN-11925" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__12865" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="FERRICYTOCHROME__45__B5" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__12866" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="2"/>
+          <speciesReference species="FERROCYTOCHROME__45__B5" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__7676" name="RXN-7676" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+          <speciesReference species="CHLOROPHYLLIDE__45__A" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__7015" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__7677" name="RXN-7677" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__7015" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__7014" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="2"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9278" name="RXN-9278" reversible="false">
+        <listOfReactants>
+          <speciesReference species="NONAPRENYL__45__4__45__HYDROXYBENZOATE" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__9896" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__7979" name="RXN-7979" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD1F__45__131" stoichiometry="1"/>
+          <speciesReference species="NADH__45__P__45__OR__45__NOP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD1F__45__133" stoichiometry="1"/>
+          <speciesReference species="NAD__45__P__45__OR__45__NOP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__7978" name="RXN-7978" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD1F__45__130" stoichiometry="1"/>
+          <speciesReference species="NADH__45__P__45__OR__45__NOP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD1F__45__131" stoichiometry="1"/>
+          <speciesReference species="NAD__45__P__45__OR__45__NOP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="KYNURENINE__45__3__45__MONOOXYGENASE__45__RXN" name="KYNURENINE-3-MONOOXYGENASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="L__45__KYNURENINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+          <speciesReference species="_3__45__HYDROXY__45__L__45__KYNURENINE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9955" name="RXN-9955" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_3__45__Isopropenyl__45__4H__45__hexano__45__lactones" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__Isopropenyl__45__6__45__oxoheptanoates" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__14__46__13__46__8__45__RXN" name="1.14.13.8-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="NN__45__DIMETHYLANILINE" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="NN__45__DIMETHYLANILINE__45__N__45__OXIDE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN66__45__81" name="RXN66-81" reversible="true">
+        <listOfReactants>
+          <speciesReference species="NICOTINE" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__2743" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN66__45__305" name="RXN66-305" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__4573" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_44__45__DIMETHYL__45__CHOLESTA__45__812__45__24__45__TRIENOL" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="FORMATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN66__45__304" name="RXN66-304" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__4568" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__4573" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN66__45__303" name="RXN66-303" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="LANOSTEROL" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__4568" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN66__45__13" name="RXN66-13" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__8608" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__8609" stoichiometry="1"/>
+          <speciesReference species="FORMATE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN66__45__12" name="RXN66-12" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__8607" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__8608" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="2"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN66__45__11" name="RXN66-11" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__8606" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__8607" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN3O__45__130" name="RXN3O-130" reversible="true">
+        <listOfReactants>
+          <speciesReference species="LANOSTEROL" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="3"/>
+          <speciesReference species="NADPH" stoichiometry="3"/>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_44__45__DIMETHYL__45__CHOLESTA__45__812__45__24__45__TRIENOL" stoichiometry="1"/>
+          <speciesReference species="FORMATE" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="3"/>
+          <speciesReference species="WATER" stoichiometry="4"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11881" name="RXN-11881" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__12852" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="3"/>
+          <speciesReference species="NADPH" stoichiometry="3"/>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__12853" stoichiometry="1"/>
+          <speciesReference species="FORMATE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="4"/>
+          <speciesReference species="NADP" stoichiometry="3"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__14__46__13__46__70__45__RXN" name="1.14.13.70-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="OBTUSIFOLIOL" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="3"/>
+          <speciesReference species="NADPH" stoichiometry="3"/>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ALPHA__45__METHYL__45__5__45__ALPHA__45__ERGOSTA" stoichiometry="1"/>
+          <speciesReference species="FORMATE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="4"/>
+          <speciesReference species="NADP" stoichiometry="3"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN66__45__61" name="RXN66-61" reversible="true">
+        <listOfReactants>
+          <speciesReference species="NICOTINE" stoichiometry="1"/>
+          <speciesReference species="Reduced__45__Flavoproteins" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__3186" stoichiometry="1"/>
+          <speciesReference species="Oxidized__45__Flavoproteins" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN66__45__349" name="RXN66-349" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_19__45__OXO__45__TESTOSTERONE" stoichiometry="1"/>
+          <speciesReference species="Reduced__45__Flavoproteins" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__352" stoichiometry="1"/>
+          <speciesReference species="Oxidized__45__Flavoproteins" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="FORMATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN66__45__348" name="RXN66-348" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_19__45__HYDROXYTESTOSTERONE" stoichiometry="1"/>
+          <speciesReference species="Reduced__45__Flavoproteins" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_19__45__OXO__45__TESTOSTERONE" stoichiometry="1"/>
+          <speciesReference species="Oxidized__45__Flavoproteins" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN66__45__347" name="RXN66-347" reversible="true">
+        <listOfReactants>
+          <speciesReference species="TESTOSTERONE" stoichiometry="1"/>
+          <speciesReference species="Reduced__45__Flavoproteins" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_19__45__HYDROXYTESTOSTERONE" stoichiometry="1"/>
+          <speciesReference species="Oxidized__45__Flavoproteins" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN66__45__346" name="RXN66-346" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD66__45__25" stoichiometry="1"/>
+          <speciesReference species="Reduced__45__Flavoproteins" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ESTRONE" stoichiometry="1"/>
+          <speciesReference species="FORMATE" stoichiometry="1"/>
+          <speciesReference species="Oxidized__45__Flavoproteins" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN66__45__345" name="RXN66-345" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD66__45__26" stoichiometry="1"/>
+          <speciesReference species="Reduced__45__Flavoproteins" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD66__45__25" stoichiometry="1"/>
+          <speciesReference species="Oxidized__45__Flavoproteins" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN66__45__344" name="RXN66-344" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ANDROST4ENE" stoichiometry="1"/>
+          <speciesReference species="Reduced__45__Flavoproteins" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD66__45__26" stoichiometry="1"/>
+          <speciesReference species="Oxidized__45__Flavoproteins" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN66__45__181" name="RXN66-181" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__3481" stoichiometry="1"/>
+          <speciesReference species="Reduced__45__Flavoproteins" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__3483" stoichiometry="1"/>
+          <speciesReference species="Oxidized__45__Flavoproteins" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN66__45__170" name="RXN66-170" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__3188" stoichiometry="1"/>
+          <speciesReference species="Reduced__45__Flavoproteins" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__2749" stoichiometry="1"/>
+          <speciesReference species="Oxidized__45__Flavoproteins" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN66__45__169" name="RXN66-169" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__2742" stoichiometry="1"/>
+          <speciesReference species="Reduced__45__Flavoproteins" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__3188" stoichiometry="1"/>
+          <speciesReference species="Oxidized__45__Flavoproteins" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN66__45__163" name="RXN66-163" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__2742" stoichiometry="1"/>
+          <speciesReference species="Reduced__45__Flavoproteins" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__2751" stoichiometry="1"/>
+          <speciesReference species="Oxidized__45__Flavoproteins" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN66__45__161" name="RXN66-161" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__2742" stoichiometry="1"/>
+          <speciesReference species="Reduced__45__Flavoproteins" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__2750" stoichiometry="1"/>
+          <speciesReference species="Oxidized__45__Flavoproteins" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN66__45__146" name="RXN66-146" reversible="true">
+        <listOfReactants>
+          <speciesReference species="NICOTINE" stoichiometry="1"/>
+          <speciesReference species="Reduced__45__Flavoproteins" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__3187" stoichiometry="1"/>
+          <speciesReference species="Oxidized__45__Flavoproteins" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="UNSPECIFIC__45__MONOOXYGENASE__45__RXN" name="UNSPECIFIC-MONOOXYGENASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="RH" stoichiometry="1"/>
+          <speciesReference species="Reduced__45__Flavoproteins" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Alcohols" stoichiometry="1"/>
+          <speciesReference species="Oxidized__45__Flavoproteins" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11057" name="RXN-11057" reversible="true">
+        <listOfReactants>
+          <speciesReference species="N__45__ACETYL__45__5__45__METHOXY__45__TRYPTAMINE" stoichiometry="1"/>
+          <speciesReference species="Reduced__45__Flavoproteins" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="N__45__ACETYL__45__SEROTONIN" stoichiometry="1"/>
+          <speciesReference species="Oxidized__45__Flavoproteins" stoichiometry="1"/>
+          <speciesReference species="FORMALDEHYDE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11056" name="RXN-11056" reversible="true">
+        <listOfReactants>
+          <speciesReference species="N__45__ACETYL__45__5__45__METHOXY__45__TRYPTAMINE" stoichiometry="1"/>
+          <speciesReference species="Reduced__45__Flavoproteins" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__12014" stoichiometry="1"/>
+          <speciesReference species="Oxidized__45__Flavoproteins" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__8872" name="RXN-8872" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_4__45__HYDROXYBENZALDEHYDE" stoichiometry="1"/>
+          <speciesReference species="Reduced__45__Flavoproteins" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__7616" stoichiometry="1"/>
+          <speciesReference species="Oxidized__45__Flavoproteins" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__8630" name="RXN-8630" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ACETONE" stoichiometry="1"/>
+          <speciesReference species="Reduced__45__Flavoproteins" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ACETOL" stoichiometry="1"/>
+          <speciesReference species="Oxidized__45__Flavoproteins" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ALKANE__45__1__45__MONOOXYGENASE__45__RXN" name="ALKANE-1-MONOOXYGENASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="Reduced__45__Rubredoxins" stoichiometry="1"/>
+          <speciesReference species="CPD__45__148" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="Oxidized__45__Rubredoxins" stoichiometry="1"/>
+          <speciesReference species="OCTANOL" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DOPAMINE__45__BETA__45__MONOOXYGENASE__45__RXN" name="DOPAMINE-BETA-MONOOXYGENASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="DOPAMINE" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="ASCORBATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="L__45__DEHYDRO__45__ASCORBATE" stoichiometry="1"/>
+          <speciesReference species="NOREPINEPHRINE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="MONOPHENOL__45__MONOOXYGENASE__45__RXN" name="MONOPHENOL-MONOOXYGENASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="L__45__DIHYDROXY__45__PHENYLALANINE" stoichiometry="1"/>
+          <speciesReference species="TYR" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="L__45__DIHYDROXY__45__PHENYLALANINE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="DOPAQUINONE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12776" name="RXN-12776" reversible="false">
+        <listOfReactants>
+          <speciesReference species="OLEATE__45__CPD" stoichiometry="1"/>
+          <speciesReference species="Donor__45__H2" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="LINOLEIC_ACID" stoichiometry="1"/>
+          <speciesReference species="Acceptor" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11680" name="RXN-11680" reversible="true">
+        <listOfReactants>
+          <speciesReference species="LINOLEIC_ACID" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="Donor__45__H2" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__8117" stoichiometry="1"/>
+          <speciesReference species="Acceptor" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__14__46__19__46__1__45__RXN" name="1.14.19.1-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="STEAROYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="FERROCYTOCHROME__45__B5" stoichiometry="2"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="OLEOYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="FERRICYTOCHROME__45__B5" stoichiometry="2"/>
+          <speciesReference species="WATER" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__14__46__19__46__3__45__RXN" name="1.14.19.3-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__18" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="Donor__45__H2" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GAMMA__45__LINOLENOYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="2"/>
+          <speciesReference species="Acceptor" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN66__45__26" name="RXN66-26" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_5__45__ALPHA__45__CHOLESTA__45__724__45__DIEN__45__3__45__BETA__45__OL" stoichiometry="1"/>
+          <speciesReference species="NADH__45__P__45__OR__45__NOP" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__8646" stoichiometry="1"/>
+          <speciesReference species="NAD__45__P__45__OR__45__NOP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__14__46__21__46__6__45__RXN" name="1.14.21.6-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__4186" stoichiometry="1"/>
+          <speciesReference species="NADH__45__P__45__OR__45__NOP" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__4187" stoichiometry="1"/>
+          <speciesReference species="NAD__45__P__45__OR__45__NOP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9241" name="RXN-9241" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+          <speciesReference species="CPD__45__9866" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__9870" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DEOXYHYPUSINE__45__MONOOXYGENASE__45__RXN" name="DEOXYHYPUSINE-MONOOXYGENASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__9973" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="Donor__45__H2" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="EIF5A__45__HYPUSINE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="Acceptor" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="SUPEROX__45__DISMUT__45__RXN" name="SUPEROX-DISMUT-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="SUPER__45__OXIDE" stoichiometry="2"/>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="MERCURY__45__II__45__REDUCTASE__45__RXN" name="MERCURY-II-REDUCTASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="HG0" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="HG__43__2" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="FERRIC__45__CHELATE__45__REDUCTASE__45__RXN" name="FERRIC-CHELATE-REDUCTASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="FE__43__2" stoichiometry="2"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="FE__43__3" stoichiometry="2"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__6555" name="RXN0-6555" reversible="true">
+        <listOfReactants>
+          <speciesReference species="FE__43__2" stoichiometry="2"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="FE__43__3" stoichiometry="2"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__901" name="RXN0-901" reversible="false">
+        <listOfReactants>
+          <speciesReference species="XANTHINE" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="URATE" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ISPH2__45__RXN" name="ISPH2-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="HYDROXY__45__METHYL__45__BUTENYL__45__DIP" stoichiometry="1"/>
+          <speciesReference species="NADH__45__P__45__OR__45__NOP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="DELTA3__45__ISOPENTENYL__45__PP" stoichiometry="1"/>
+          <speciesReference species="NAD__45__P__45__OR__45__NOP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__884" name="RXN0-884" reversible="false">
+        <listOfReactants>
+          <speciesReference species="HYDROXY__45__METHYL__45__BUTENYL__45__DIP" stoichiometry="1"/>
+          <speciesReference species="NADH__45__P__45__OR__45__NOP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__4211" stoichiometry="1"/>
+          <speciesReference species="NAD__45__P__45__OR__45__NOP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__7682" name="RXN-7682" reversible="false">
+        <listOfReactants>
+          <speciesReference species="HYPOXANTHINE" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="XANTHINE" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__747" name="RXN0-747" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="Reduced__45__NrdH__45__Proteins" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="DADP" stoichiometry="1"/>
+          <speciesReference species="Oxidized__45__NrdH__45__Proteins" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__17__46__4__46__2__45__RXN" name="1.17.4.2-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Deoxy__45__Ribonucleoside__45__Triphosphates" stoichiometry="1"/>
+          <speciesReference species="Ox__45__Thioredoxin" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Ribonucleoside__45__Triphosphates" stoichiometry="1"/>
+          <speciesReference species="Red__45__Thioredoxin" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ADPREDUCT__45__RXN" name="ADPREDUCT-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="DADP" stoichiometry="1"/>
+          <speciesReference species="Ox__45__Thioredoxin" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="Red__45__Thioredoxin" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="CDPREDUCT__45__RXN" name="CDPREDUCT-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="DCDP" stoichiometry="1"/>
+          <speciesReference species="Ox__45__Thioredoxin" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CDP" stoichiometry="1"/>
+          <speciesReference species="Red__45__Thioredoxin" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GDPREDUCT__45__RXN" name="GDPREDUCT-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="DGDP" stoichiometry="1"/>
+          <speciesReference species="Ox__45__Thioredoxin" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GDP" stoichiometry="1"/>
+          <speciesReference species="Red__45__Thioredoxin" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RIBONUCLEOSIDE__45__DIP__45__REDUCTI__45__RXN" name="RIBONUCLEOSIDE-DIP-REDUCTI-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Deoxy__45__Ribonucleoside__45__Diphosphates" stoichiometry="1"/>
+          <speciesReference species="Ox__45__Thioredoxin" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Ribonucleoside__45__Diphosphates" stoichiometry="1"/>
+          <speciesReference species="Red__45__Thioredoxin" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="UDPREDUCT__45__RXN" name="UDPREDUCT-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="DUDP" stoichiometry="1"/>
+          <speciesReference species="Ox__45__Thioredoxin" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="UDP" stoichiometry="1"/>
+          <speciesReference species="Red__45__Thioredoxin" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__882" name="RXN0-882" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_2C__45__METH__45__D__45__ERYTHRITOL__45__CYCLODIPHOSPHATE" stoichiometry="1"/>
+          <speciesReference species="Reduced__45__ferredoxins" stoichiometry="2"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="HYDROXY__45__METHYL__45__BUTENYL__45__DIP" stoichiometry="1"/>
+          <speciesReference species="Oxidized__45__ferredoxins" stoichiometry="2"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__18__46__1__46__2__45__RXN" name="1.18.1.2-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="Reduced__45__ferredoxins" stoichiometry="2"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Oxidized__45__ferredoxins" stoichiometry="2"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="FLAVONADPREDUCT__45__RXN" name="FLAVONADPREDUCT-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Reduced__45__flavodoxins" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Oxidized__45__flavodoxins" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GAPOXNPHOSPHN__45__RXN" name="GAPOXNPHOSPHN-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="GAP" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="DPG" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="SUCCGLUALDDEHYD__45__RXN" name="SUCCGLUALDDEHYD-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__822" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="N2__45__SUCCINYLGLUTAMATE" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN66__45__3" name="RXN66-3" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ACETALD" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ACET" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="R222__45__RXN" name="R222-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__371" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__195" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ALDHDEHYDROG__45__RXN" name="ALDHDEHYDROG-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Aldehydes" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Carboxylates" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ACETALD__45__DEHYDROG__45__RXN" name="ACETALD-DEHYDROG-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ACETALD" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ACETYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__37" name="RXN-37" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__30" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__35" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GAPDHSYNEC__45__RXN" name="GAPDHSYNEC-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="NAD__45__P__45__OR__45__NOP" stoichiometry="1"/>
+          <speciesReference species="GAP" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="NADH__45__P__45__OR__45__NOP" stoichiometry="1"/>
+          <speciesReference species="DPG" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__2__46__1__46__9__45__RXN" name="1.2.1.9-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="GAP" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+          <speciesReference species="G3P" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__2__46__1__46__13__45__RXN" name="1.2.1.13-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="DPG" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GAP" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__5442" name="RXN-5442" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_3__45__INDOLYLGLYCOLALDEHYDE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="Acceptor" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="INDOLE__45__3__45__GLYCOLATE" stoichiometry="1"/>
+          <speciesReference species="Donor__45__H2" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__5445" name="RXN-5445" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_3__45__INDOLEGLYOXAL" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="Acceptor" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="INDOLE__45__3__45__GLYOXYLATE" stoichiometry="1"/>
+          <speciesReference species="Donor__45__H2" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__5581" name="RXN-5581" reversible="true">
+        <listOfReactants>
+          <speciesReference species="INDOLE_ACETALDEHYDE" stoichiometry="1"/>
+          <speciesReference species="NAD__45__P__45__OR__45__NOP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="INDOLE_ACETATE_AUXIN" stoichiometry="1"/>
+          <speciesReference species="NADH__45__P__45__OR__45__NOP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__6002" name="RXN-6002" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__5682" stoichiometry="1"/>
+          <speciesReference species="NAD__45__P__45__OR__45__NOP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="MAL" stoichiometry="1"/>
+          <speciesReference species="NADH__45__P__45__OR__45__NOP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ALDEHYDE__45__DEHYDROGENASE__45__NADORNOP__43____45__RXN" name="ALDEHYDE-DEHYDROGENASE-NADORNOP+-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Aldehydes" stoichiometry="1"/>
+          <speciesReference species="NAD__45__P__45__OR__45__NOP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Carboxylates" stoichiometry="1"/>
+          <speciesReference species="NADH__45__P__45__OR__45__NOP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GLUTRNAREDUCT__45__RXN" name="GLUTRNAREDUCT-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="Charged__45__GLT__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GLUTAMATE__45__1__45__SEMIALDEHYDE" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+          <speciesReference species="GLT__45__tRNAs" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ASPARTATE__45__SEMIALDEHYDE__45__DEHYDROGENASE__45__RXN" name="ASPARTATE-SEMIALDEHYDE-DEHYDROGENASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="L__45__BETA__45__ASPARTYL__45__P" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="NADP" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="L__45__ASPARTATE__45__SEMIALDEHYDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__3962" name="RXN0-3962" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ACETALD" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ACET" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11212" name="RXN-11212" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CH3__45__MALONATE__45__S__45__ALD" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROPIONYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="HCO3" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11213" name="RXN-11213" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CH3__45__MALONATE__45__S__45__ALD" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROPIONYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="HCO3" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__2__46__1__46__27__45__RXN" name="1.2.1.27-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__12179" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROPIONYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="HCO3" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="LACTALDDEHYDROG__45__RXN" name="LACTALDDEHYDROG-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="LACTALD" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="L__45__LACTATE" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="N__45__ACETYLGLUTPREDUCT__45__RXN" name="N-ACETYLGLUTPREDUCT-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="N__45__ACETYL__45__GLUTAMYL__45__P" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__469" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="LONG__45__CHAIN__45__FATTY__45__ACYL__45__COA__45__REDUCTASE__45__RXN" name="LONG-CHAIN-FATTY-ACYL-COA-REDUCTASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Long__45__Chain__45__Aldehydes" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Fatty__45__Acyl__45__CoA" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__8173" name="RXN-8173" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__7682" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ALLYSINE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ALDEHYDE__45__DEHYDROGENASE__45__NADP__43____45__RXN" name="ALDEHYDE-DEHYDROGENASE-NADP+-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Aldehydes" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Carboxylates" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN66__45__62" name="RXN66-62" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__3186" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__2742" stoichiometry="1"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ALDEHYDE__45__OXIDASE__45__RXN" name="ALDEHYDE-OXIDASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="Aldehydes" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Carboxylates" stoichiometry="1"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2OXOGLUTDECARB__45__RXN" name="2OXOGLUTDECARB-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_2__45__KETOGLUTARATE" stoichiometry="1"/>
+          <speciesReference species="Oxo__45__glutarate__45__dehydrogenase__45__lipoyl" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Oxo__45__glutarate__45__dehydro__45__suc__45__DH__45__lipoyl" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="METHYLVALERATE__45__RXN" name="METHYLVALERATE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_2__45__KETO__45__3__45__METHYL__45__VALERATE" stoichiometry="1"/>
+          <speciesReference species="BCAA__45__dehydrogenase__45__lipoyl" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="BCAA__45__dehydrogenase__45__2MB__45__DH__45__lipoyl" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="KETOISOCAPROATE__45__RXN" name="KETOISOCAPROATE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="BCAA__45__dehydrogenase__45__lipoyl" stoichiometry="1"/>
+          <speciesReference species="_2K__45__4CH3__45__PENTANOATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="BCAA__45__dehydrogenase__45__3MB__45__DH__45__lipoyl" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__2__46__4__46__4__45__RXN" name="1.2.4.4-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="BCAA__45__dehydrogenase__45__lipoyl" stoichiometry="1"/>
+          <speciesReference species="_2__45__KETO__45__ISOVALERATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="BCAA__45__dehydrogenase__45__2MP__45__DH__45__lipoyl" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12583" name="RXN-12583" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="PYRUVATE" stoichiometry="1"/>
+          <speciesReference species="THIAMINE__45__PYROPHOSPHATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_2__45__ALPHA__45__HYDROXYETHYL__45__THPP" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12508" name="RXN-12508" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_2__45__ALPHA__45__HYDROXYETHYL__45__THPP" stoichiometry="1"/>
+          <speciesReference species="Pyruvate__45__dehydrogenase__45__lipoate" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Pyruvate__45__dehydrogenase__45__acetylDHlipoyl" stoichiometry="1"/>
+          <speciesReference species="THIAMINE__45__PYROPHOSPHATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__2__46__99__46__7__45__RXN" name="1.2.99.7-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Aldehydes" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="Acceptor" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Carboxylates" stoichiometry="1"/>
+          <speciesReference species="Donor__45__H2" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__982" name="RXN-982" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ARSENATE" stoichiometry="1"/>
+          <speciesReference species="Red__45__Glutaredoxins" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__763" stoichiometry="1"/>
+          <speciesReference species="Ox__45__Glutaredoxins" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__8353" name="RXN-8353" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+          <speciesReference species="CPD__45__4141" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__8134" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__708" name="RXN-708" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__4141" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__707" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1F__45__10" name="RXN1F-10" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CHLOROPHYLLIDE__45__A" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="MONO__45__VINYL__45__PROTOCHLOROPHYLLIDE__45__A" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__5285" name="RXN-5285" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+          <speciesReference species="DIVINYL__45__PROTOCHLOROPHYLLIDE__45__A" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="NADP" stoichiometry="1"/>
+          <speciesReference species="DIVINYLCHLOROPHYLLIDE__45__A" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9663" name="RXN-9663" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Palmitoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_2__45__Hexadecenoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9662" name="RXN-9662" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Myristoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Tetradec__45__2__45__enoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9661" name="RXN-9661" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Dodecanoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Dodec__45__2__45__enoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9660" name="RXN-9660" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Decanoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Trans__45__D2__45__decenoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9659" name="RXN-9659" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Octanoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_2__45__Octenoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9658" name="RXN-9658" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Hexanoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Hex__45__2__45__enoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9657" name="RXN-9657" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Crotonyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Butanoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9635" name="RXN-9635" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Stearoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Octadec__45__2__45__enoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ENOYL__45__ACP__45__REDUCT__45__NADH__45__RXN" name="ENOYL-ACP-REDUCT-NADH-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Saturated__45__Fatty__45__Acyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="TRANS__45__D2__45__ENOYL__45__ACP" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__3__46__1__46__9__45__RXN" name="1.3.1.9-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ACYL__45__ACP" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="TRANS__45__D2__45__ENOYL__45__ACP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="FUMARATE__45__REDUCTASE__45__NADH__45__RXN" name="FUMARATE-REDUCTASE-NADH-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="NAD" stoichiometry="1"/>
+          <speciesReference species="SUC" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="FUM" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12521" name="RXN-12521" reversible="true">
+        <listOfReactants>
+          <speciesReference species="TETRADEHYDROACYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Trans__45__3__45__enoyl__45__CoAs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DIENOYLCOAREDUCT__45__RXN" name="DIENOYLCOAREDUCT-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="T2__45__DECENOYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="T2__45__C4__45__DECADIENYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__7911" name="RXN-7911" reversible="true">
+        <listOfReactants>
+          <speciesReference species="TRANS__45__D2__45__ENOYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="TETRADEHYDROACYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__7835" name="RXN-7835" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_2__45__trans__45__4__45__cis__45__dienoyl__45__CoAs" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Trans__45__3__45__enoyl__45__CoAs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DHBDEHYD__45__RXN" name="DHBDEHYD-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="DIHYDRO__45__DIOH__45__BENZOATE" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_2__45__3__45__DIHYDROXYBENZOATE" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__8352" name="RXN-8352" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__8134" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__4161" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__4243" name="RXN-4243" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__4143" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__4162" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__4242" name="RXN-4242" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__707" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__8135" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__4210" name="RXN-4210" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__4126" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__4127" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__707" name="RXN-707" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__700" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__706" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__4144" name="RXN-4144" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ALPHA__45__METHYL__45__5__45__ALPHA__45__ERGOSTA" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__4081" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DIHYDROPICRED__45__RXN" name="DIHYDROPICRED-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_2__45__3__45__DIHYDRODIPICOLINATE" stoichiometry="1"/>
+          <speciesReference species="NADH__45__P__45__OR__45__NOP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="DELTA1__45__PIPERIDEINE__45__2__45__6__45__DICARBOXYLATE" stoichiometry="1"/>
+          <speciesReference species="NAD__45__P__45__OR__45__NOP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__7711" name="RXN-7711" reversible="false">
+        <listOfReactants>
+          <speciesReference species="Long__45__Chain__45__Trans__45__23__45__Dehydroacyl__45__CoA" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Long__45__Chain__45__234__45__Saturated__45__acyl__45__CoAs" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="TRANSENOYLCOARED__45__RXN" name="TRANSENOYLCOARED-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Saturated__45__Fatty__45__Acyl__45__CoA" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="TRANS__45__D2__45__ENOYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10625" name="RXN-10625" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PHYTYL__45__PYROPHOSPHATE" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="3"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GERANYLGERANYL__45__PP" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="3"/>
+          <speciesReference species="PROTON" stoichiometry="3"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GALACTONOLACTONE__45__DEHYDROGENASE__45__RXN" name="GALACTONOLACTONE-DEHYDROGENASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__330" stoichiometry="1"/>
+          <speciesReference species="Cytochromes__45__C__45__Oxidized" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ASCORBATE" stoichiometry="1"/>
+          <speciesReference species="Cytochromes__45__C__45__Reduced" stoichiometry="2"/>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__4209" name="RXN-4209" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__4125" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+          <speciesReference species="CPD__45__4126" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__706" name="RXN-706" reversible="false">
+        <listOfReactants>
+          <speciesReference species="EPISTEROL" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+          <speciesReference species="CPD__45__700" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__3__46__3__46__9__45__RXN" name="1.3.3.9-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="LOGANIN" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="SECOLOGANIN__45__CPD" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="2"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PROTOPORGENOXI__45__RXN" name="PROTOPORGENOXI-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTOPORPHYRINOGEN" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="3"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTOPORPHYRIN_IX" stoichiometry="1"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="3"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__1461" name="RXN0-1461" reversible="false">
+        <listOfReactants>
+          <speciesReference species="COPROPORPHYRINOGEN_III" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTOPORPHYRINOGEN" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="2"/>
+          <speciesReference species="WATER" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12669" name="RXN-12669" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__196" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD0__45__2108" stoichiometry="1"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12518" name="RXN-12518" reversible="true">
+        <listOfReactants>
+          <speciesReference species="cis__45__5__45__enoyl__45__CoA" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="trans__45__2__45__cis__45__5__45__dienoyl__45__CoA" stoichiometry="1"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11026" name="RXN-11026" reversible="false">
+        <listOfReactants>
+          <speciesReference species="Saturated__45__Fatty__45__Acyl__45__CoA" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="TRANS__45__D2__45__ENOYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10707" name="RXN-10707" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__11525" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__11526" stoichiometry="1"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10706" name="RXN-10706" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__11521" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__11522" stoichiometry="1"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10696" name="RXN-10696" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__11517" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__11518" stoichiometry="1"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ACYL__45__COA__45__OXIDASE__45__RXN" name="ACYL-COA-OXIDASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ACYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="TRANS__45__D2__45__ENOYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__3__46__7__46__3__45__RXN" name="1.3.7.3-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Oxidized__45__ferredoxins" stoichiometry="1"/>
+          <speciesReference species="_3Z__45__PHYCOERYTHROBILIN" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Reduced__45__ferredoxins" stoichiometry="1"/>
+          <speciesReference species="_1516__45__DIHYDROBILIVERDIN" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__2301" name="RXN0-2301" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ISOVALERYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="ETF__45__Oxidized" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__METHYL__45__CROTONYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="ETF__45__Reduced" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="MEPROPCOA__45__FAD__45__RXN" name="MEPROPCOA-FAD-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ISOBUTYRYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="FAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="METHACRYLYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="FADH2" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="BUTYRYL__45__COA__45__DEHYDROGENASE__45__RXN" name="BUTYRYL-COA-DEHYDROGENASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CROTONYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="ETF__45__Reduced" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="BUTYRYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="ETF__45__Oxidized" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__45__METHYLACYL__45__COA__45__DEHYDROGENASE__45__RXN" name="2-METHYLACYL-COA-DEHYDROGENASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_2__45__METHYL__45__BUTYRYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="ETF__45__Oxidized" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__1083" stoichiometry="1"/>
+          <speciesReference species="ETF__45__Reduced" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ACYLCOADEHYDROG__45__RXN" name="ACYLCOADEHYDROG-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="Saturated__45__Fatty__45__Acyl__45__CoA" stoichiometry="1"/>
+          <speciesReference species="ETF__45__Oxidized" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="TRANS__45__D2__45__ENOYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="ETF__45__Reduced" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="HEMN__45__RXN" name="HEMN-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="COPROPORPHYRINOGEN_III" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTOPORPHYRINOGEN" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="2"/>
+          <speciesReference species="MET" stoichiometry="2"/>
+          <speciesReference species="CH33ADO" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="SUCC__45__FUM__45__OXRED__45__RXN" name="SUCC-FUM-OXRED-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="SUC" stoichiometry="1"/>
+          <speciesReference species="Acceptor" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="FUM" stoichiometry="1"/>
+          <speciesReference species="Donor__45__H2" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__3__46__99__46__5__45__RXN" name="1.3.99.5-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_3__45__Oxo__45__5__45__Alpha__45__Steroids" stoichiometry="1"/>
+          <speciesReference species="Acceptor" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__Oxo__45__Delta__45__4__45__Steroids" stoichiometry="1"/>
+          <speciesReference species="Donor__45__H2" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN66__45__343" name="RXN66-343" reversible="true">
+        <listOfReactants>
+          <speciesReference species="TESTOSTERONE" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_17__45__BETA__45__HYDROXY__45__5ALPHA__45__ANDROSTAN__45__3__45__O" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12742" name="RXN-12742" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ANDROSTERONE" stoichiometry="1"/>
+          <speciesReference species="Acceptor" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__BETA__45__HYDROXYANDROST__45__5__45__EN__45__17__45__ONE" stoichiometry="1"/>
+          <speciesReference species="Donor__45__H2" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GLUTAMATE__45__DEHYDROGENASE__45__RXN" name="GLUTAMATE-DEHYDROGENASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="GLT" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_2__45__KETOGLUTARATE" stoichiometry="1"/>
+          <speciesReference species="AMMONIA" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GLUTAMATE__45__SYNTHASE__45__NADH__45__RXN" name="GLUTAMATE-SYNTHASE-NADH-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="GLN" stoichiometry="1"/>
+          <speciesReference species="_2__45__KETOGLUTARATE" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GLT" stoichiometry="2"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GLUTDEHYD__45__RXN" name="GLUTDEHYD-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="GLT" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+          <speciesReference species="AMMONIA" stoichiometry="1"/>
+          <speciesReference species="_2__45__KETOGLUTARATE" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="AMACETOXID__45__RXN" name="AMACETOXID-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="AMINO__45__ACETONE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="METHYL__45__GLYOXAL" stoichiometry="1"/>
+          <speciesReference species="AMMONIA" stoichiometry="1"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="AMINEOXID__45__RXN" name="AMINEOXID-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Aliphatic__45__Amines" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Aldehydes" stoichiometry="1"/>
+          <speciesReference species="AMMONIA" stoichiometry="1"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="AMINEPHEN__45__RXN" name="AMINEPHEN-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PHENYLETHYLAMINE" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="PHENYLACETALDEHYDE" stoichiometry="1"/>
+          <speciesReference species="AMMONIA" stoichiometry="1"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9597" name="RXN-9597" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Primary__45__Amines" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Aldehydes" stoichiometry="1"/>
+          <speciesReference species="AMMONIA" stoichiometry="1"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11784" name="RXN-11784" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CADAVERINE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__12763" stoichiometry="1"/>
+          <speciesReference species="AMMONIA" stoichiometry="1"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__4__46__3__46__19__45__RXN" name="1.4.3.19-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="GLY" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="AMMONIA" stoichiometry="1"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+          <speciesReference species="GLYOX" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__8674" name="RXN-8674" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__10490" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GLYOX" stoichiometry="1"/>
+          <speciesReference species="ETHANAMINE" stoichiometry="1"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__8673" name="RXN-8673" reversible="true">
+        <listOfReactants>
+          <speciesReference species="SARCOSINE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GLYOX" stoichiometry="1"/>
+          <speciesReference species="METHYLAMINE" stoichiometry="1"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__8672" name="RXN-8672" reversible="true">
+        <listOfReactants>
+          <speciesReference species="D__45__ALANINE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="PYRUVATE" stoichiometry="1"/>
+          <speciesReference species="AMMONIA" stoichiometry="1"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PNPOXI__45__RXN" name="PNPOXI-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="PYRIDOXINE__45__5P" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+          <speciesReference species="PYRIDOXAL_PHOSPHATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PMPOXI__45__RXN" name="PMPOXI-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="PYRIDOXAMINE__45__5P" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="AMMONIA" stoichiometry="1"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+          <speciesReference species="PYRIDOXAL_PHOSPHATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9772" name="RXN-9772" reversible="true">
+        <listOfReactants>
+          <speciesReference species="L__45__ASPARTATE" stoichiometry="1"/>
+          <speciesReference species="FUM" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="IMINOASPARTATE" stoichiometry="1"/>
+          <speciesReference species="SUC" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="L__45__ASPARTATE__45__OXID__45__RXN" name="L-ASPARTATE-OXID-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="L__45__ASPARTATE" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="IMINOASPARTATE" stoichiometry="1"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GCVP__45__RXN" name="GCVP-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTEIN__45__LIPOYLLYSINE" stoichiometry="1"/>
+          <speciesReference species="GLY" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="AMINOMETHYLDIHYDROLIPOYL__45__GCVH" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12878" name="RXN-12878" reversible="false">
+        <listOfReactants>
+          <speciesReference species="GLT" stoichiometry="1"/>
+          <speciesReference species="Oxidized__45__ferredoxins" stoichiometry="2"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="AMMONIA" stoichiometry="1"/>
+          <speciesReference species="_2__45__KETOGLUTARATE" stoichiometry="1"/>
+          <speciesReference species="Reduced__45__ferredoxins" stoichiometry="2"/>
+          <speciesReference species="PROTON" stoichiometry="3"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__5__46__1__46__9__45__RXN" name="1.5.1.9-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="SACCHAROPINE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GLT" stoichiometry="1"/>
+          <speciesReference species="ALLYSINE" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="METHYLENETHFDEHYDROG__45__NADP__45__RXN" name="METHYLENETHFDEHYDROG-NADP-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="METHYLENE__45__THF" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="_5__45__10__45__METHENYL__45__THF" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PYRROLINECARBREDUCT__45__RXN" name="PYRROLINECARBREDUCT-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="L__45__DELTA1__45__PYRROLINE_5__45__CARBOXYLATE" stoichiometry="1"/>
+          <speciesReference species="NADH__45__P__45__OR__45__NOP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PRO" stoichiometry="1"/>
+          <speciesReference species="NAD__45__P__45__OR__45__NOP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__5__46__1__46__20__45__RXN" name="1.5.1.20-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="METHYLENE__45__THF" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_5__45__METHYL__45__THF" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__5__46__1__46__15__45__RXN" name="1.5.1.15-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="METHYLENE__45__THF" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_5__45__10__45__METHENYL__45__THF" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PYRROLINECARBDEHYDROG__45__RXN" name="PYRROLINECARBDEHYDROG-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="L__45__DELTA1__45__PYRROLINE_5__45__CARBOXYLATE" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="GLT" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="NADPH__45__DEHYDROGENASE__45__FLAVIN__45__RXN" name="NADPH-DEHYDROGENASE-FLAVIN-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__316" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+          <speciesReference species="RIBOFLAVIN" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9942" name="RXN-9942" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__568" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PUTRESCINE" stoichiometry="1"/>
+          <speciesReference species="CPD__45__10687" stoichiometry="1"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9940" name="RXN-9940" reversible="true">
+        <listOfReactants>
+          <speciesReference species="N1__45__ACETYLSPERMINE" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="SPERMIDINE" stoichiometry="1"/>
+          <speciesReference species="CPD__45__10687" stoichiometry="1"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__5__46__3__46__17__45__RXN" name="1.5.3.17-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="SPERMINE" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="SPERMIDINE" stoichiometry="1"/>
+          <speciesReference species="CPD__45__6082" stoichiometry="1"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9015" name="RXN-9015" reversible="true">
+        <listOfReactants>
+          <speciesReference species="SPERMINE" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="SPERMIDINE" stoichiometry="1"/>
+          <speciesReference species="CPD__45__6082" stoichiometry="1"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__6421" name="RXN-6421" reversible="true">
+        <listOfReactants>
+          <speciesReference species="SPERMINE" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__6121" stoichiometry="1"/>
+          <speciesReference species="CPD__45__313" stoichiometry="1"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__5__46__5__46__1__45__RXN" name="1.5.5.1-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ETF__45__Reduced" stoichiometry="1"/>
+          <speciesReference species="Ubiquinones" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ETF__45__Oxidized" stoichiometry="1"/>
+          <speciesReference species="Ubiquinols" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__5061" name="RXN-5061" reversible="false">
+        <listOfReactants>
+          <speciesReference species="METHYLENE__45__THF" stoichiometry="1"/>
+          <speciesReference species="Reduced__45__ferredoxins" stoichiometry="2"/>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_5__45__METHYL__45__THF" stoichiometry="1"/>
+          <speciesReference species="Oxidized__45__ferredoxins" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__821" name="RXN-821" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PRO" stoichiometry="1"/>
+          <speciesReference species="Acceptor" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="L__45__DELTA1__45__PYRROLINE_5__45__CARBOXYLATE" stoichiometry="1"/>
+          <speciesReference species="Donor__45__H2" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__6__46__1__46__2__45__RXN" name="1.6.1.2-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="NAD" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="TRANS__45__RXN0__45__277" name="TRANS-RXN0-277" reversible="false">
+        <listOfReactants>
+          <speciesReference species="NADPH_CCO__45__IN" stoichiometry="1"/>
+          <speciesReference species="NAD_CCO__45__IN" stoichiometry="1"/>
+          <speciesReference species="PROTON_CCO__45__IN" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="NADP_CCO__45__IN" stoichiometry="1"/>
+          <speciesReference species="NADH_CCO__45__IN" stoichiometry="1"/>
+          <speciesReference species="PROTON_CCO__45__OUT" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PYRNUTRANSHYDROGEN__45__RXN" name="PYRNUTRANSHYDROGEN-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="NAD" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="CYTOCHROME__45__B5__45__REDUCTASE__45__RXN" name="CYTOCHROME-B5-REDUCTASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="FERRICYTOCHROME__45__B5" stoichiometry="2"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="FERROCYTOCHROME__45__B5" stoichiometry="2"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10745" name="RXN-10745" reversible="true">
+        <listOfReactants>
+          <speciesReference species="NADH__45__P__45__OR__45__NOP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="NAD__45__P__45__OR__45__NOP" stoichiometry="1"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="NQOR__45__RXN" name="NQOR-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="NADH__45__P__45__OR__45__NOP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="Quinones" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Reduced__45__Quinones" stoichiometry="1"/>
+          <speciesReference species="NAD__45__P__45__OR__45__NOP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__271" name="RXN0-271" reversible="true">
+        <listOfReactants>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="ETR__45__Quinones" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="NADP" stoichiometry="1"/>
+          <speciesReference species="ETR__45__Quinols" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__5387" name="RXN0-5387" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="3"/>
+          <speciesReference species="CPD0__45__1156" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD0__45__1157" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12303" name="RXN-12303" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PLASTOQUINONE" stoichiometry="1"/>
+          <speciesReference species="NADH__45__P__45__OR__45__NOP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PLASTOQUINOL__45__1" stoichiometry="1"/>
+          <speciesReference species="NAD__45__P__45__OR__45__NOP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="NADH__45__DEHYDROGENASE__45__RXN" name="NADH-DEHYDROGENASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Acceptor" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Donor__45__H2" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="NITRITREDUCT__45__RXN" name="NITRITREDUCT-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="NAD__45__P__45__OR__45__NOP" stoichiometry="3"/>
+          <speciesReference species="NH4OH" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="NADH__45__P__45__OR__45__NOP" stoichiometry="3"/>
+          <speciesReference species="NITRITE" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="4"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__6377" name="RXN0-6377" reversible="true">
+        <listOfReactants>
+          <speciesReference species="NITRITE" stoichiometry="1"/>
+          <speciesReference species="NADH__45__P__45__OR__45__NOP" stoichiometry="3"/>
+          <speciesReference species="PROTON" stoichiometry="5"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="AMMONIUM" stoichiometry="1"/>
+          <speciesReference species="NAD__45__P__45__OR__45__NOP" stoichiometry="3"/>
+          <speciesReference species="WATER" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="NITRATE__45__REDUCTASE__45__NADH__45__RXN" name="NITRATE-REDUCTASE-NADH-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="NITRATE" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="NITRITE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="URATE__45__OXIDASE__45__RXN" name="URATE-OXIDASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="URATE" stoichiometry="1"/>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_5__45__HYDROXYISOURATE" stoichiometry="1"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="FERREDOXIN__45____45__NITRITE__45__REDUCTASE__45__RXN" name="FERREDOXIN--NITRITE-REDUCTASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="NITRITE" stoichiometry="1"/>
+          <speciesReference species="Reduced__45__ferredoxins" stoichiometry="6"/>
+          <speciesReference species="PROTON" stoichiometry="7"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="AMMONIA" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="2"/>
+          <speciesReference species="Oxidized__45__ferredoxins" stoichiometry="6"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="THIOREDOXIN__45__REDUCT__45__NADPH__45__RXN" name="THIOREDOXIN-REDUCT-NADPH-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="Ox__45__Thioredoxin" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Red__45__Thioredoxin" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="R4__45__RXN" name="R4-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="Alkyl__45__Hydro__45__Peroxides" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Alcohols" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GLUTATHIONE__45__REDUCT__45__NADPH__45__RXN" name="GLUTATHIONE-REDUCT-NADPH-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="OXIDIZED__45__GLUTATHIONE" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GLUTATHIONE" stoichiometry="2"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="SULFITE__45__REDUCT__45__RXN" name="SULFITE-REDUCT-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="5"/>
+          <speciesReference species="SO3" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="3"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="WATER" stoichiometry="3"/>
+          <speciesReference species="NADP" stoichiometry="3"/>
+          <speciesReference species="HS" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__8__46__1__46__4__45__RXN" name="1.8.1.4-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Dihydro__45__Lipoyl__45__Proteins" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Lipoyl__45__Protein" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__7716" name="RXN-7716" reversible="false">
+        <listOfReactants>
+          <speciesReference species="Oxo__45__glutarate__45__dehydrogenase__45__DH__45__lipoyl" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Oxo__45__glutarate__45__dehydrogenase__45__lipoyl" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__7719" name="RXN-7719" reversible="false">
+        <listOfReactants>
+          <speciesReference species="BCAA__45__dehydrogenase__45__DH__45__lipoyl" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="BCAA__45__dehydrogenase__45__lipoyl" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__8629" name="RXN-8629" reversible="false">
+        <listOfReactants>
+          <speciesReference species="DIHYDROLIPOYL__45__GCVH" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTEIN__45__LIPOYLLYSINE" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__1132" name="RXN0-1132" reversible="false">
+        <listOfReactants>
+          <speciesReference species="Pyruvate__45__dehydrogenase__45__dihydrolipoate" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Pyruvate__45__dehydrogenase__45__lipoate" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DIHYDLIPOXN__45__RXN" name="DIHYDLIPOXN-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="DIHYDROLIPOAMIDE" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="LIPOAMIDE" stoichiometry="1"/>
+          <speciesReference species="NADH" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="THIOL__45__OXIDASE__45__RXN" name="THIOL-OXIDASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="Sulfhydryls" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__8529" stoichiometry="1"/>
+          <speciesReference species="HYDROGEN__45__PEROXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__8__46__4__46__12__45__RXN" name="1.8.4.12-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Protein__45__L__45__methionine" stoichiometry="1"/>
+          <speciesReference species="Ox__45__Thioredoxin" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Protein__45__L__45__methionine__45__R__45__S__45__oxides" stoichiometry="1"/>
+          <speciesReference species="Red__45__Thioredoxin" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__8__46__4__46__14__45__RXN" name="1.8.4.14-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="MET" stoichiometry="1"/>
+          <speciesReference species="Ox__45__Thioredoxin" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__8990" stoichiometry="1"/>
+          <speciesReference species="Red__45__Thioredoxin" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__8668" name="RXN-8668" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Protein__45__L__45__methionine" stoichiometry="1"/>
+          <speciesReference species="Ox__45__Thioredoxin" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Protein__45__L__45__Methionine__45__S__45__Oxides" stoichiometry="1"/>
+          <speciesReference species="Red__45__Thioredoxin" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__8669" name="RXN-8669" reversible="true">
+        <listOfReactants>
+          <speciesReference species="MET" stoichiometry="1"/>
+          <speciesReference species="Ox__45__Thioredoxin" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__8989" stoichiometry="1"/>
+          <speciesReference species="Red__45__Thioredoxin" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__8__46__4__46__13__45__RXN" name="1.8.4.13-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="MET" stoichiometry="1"/>
+          <speciesReference species="Ox__45__Thioredoxin" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__8989" stoichiometry="1"/>
+          <speciesReference species="Red__45__Thioredoxin" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PRODISULFREDUCT__45__A__45__RXN" name="PRODISULFREDUCT-A-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="GLUTATHIONE" stoichiometry="2"/>
+          <speciesReference species="Ox__45__Glutaredoxins" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="OXIDIZED__45__GLUTATHIONE" stoichiometry="1"/>
+          <speciesReference species="Red__45__Glutaredoxins" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__8__46__4__46__8__45__RXN" name="1.8.4.8-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PAPS" stoichiometry="1"/>
+          <speciesReference species="Red__45__Thioredoxin" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__5__45__ADP" stoichiometry="1"/>
+          <speciesReference species="SO3" stoichiometry="1"/>
+          <speciesReference species="Ox__45__Thioredoxin" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__8__46__4__46__7__45__RXN" name="1.8.4.7-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Xanthine__45__dehydrogenases" stoichiometry="1"/>
+          <speciesReference species="OXIDIZED__45__GLUTATHIONE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Xanthine__45__oxidases" stoichiometry="1"/>
+          <speciesReference species="GLUTATHIONE" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__46__8__46__5__46__1__45__RXN" name="1.8.5.1-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="L__45__DEHYDRO__45__ASCORBATE" stoichiometry="1"/>
+          <speciesReference species="GLUTATHIONE" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="ASCORBATE" stoichiometry="1"/>
+          <speciesReference species="OXIDIZED__45__GLUTATHIONE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="CYTOCHROME__45__C__45__OXIDASE__45__RXN" name="CYTOCHROME-C-OXIDASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="OXYGEN__45__MOLECULE" stoichiometry="1"/>
+          <speciesReference species="Cytochromes__45__C__45__Reduced" stoichiometry="4"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="WATER" stoichiometry="2"/>
+          <speciesReference species="Cytochromes__45__C__45__Oxidized" stoichiometry="4"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN490__45__3650" name="RXN490-3650" reversible="false">
+        <listOfReactants>
+          <speciesReference species="Plastocyanin__45__Reduced" stoichiometry="1"/>
+          <speciesReference species="Oxidized__45__ferredoxins" stoichiometry="1"/>
+          <speciesReference species="Light" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Oxidized__45__Plastocyanins" stoichiometry="1"/>
+          <speciesReference species="Reduced__45__ferredoxins" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__8675" name="RXN-8675" reversible="true">
+        <listOfReactants>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+          <speciesReference species="CPD__45__9038" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+          <speciesReference species="DIHYDROSIROHYDROCHLORIN" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="UROPORIIIMETHYLTRANSA__45__RXN" name="UROPORIIIMETHYLTRANSA-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+          <speciesReference species="UROPORPHYRINOGEN__45__III" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+          <speciesReference species="CPD__45__9038" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9191" name="RXN-9191" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__9731" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__9718" stoichiometry="1"/>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9220" name="RXN-9220" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__12116" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__12124" stoichiometry="1"/>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ADOMET__45__DMK__45__METHYLTRANSFER__45__RXN" name="ADOMET-DMK-METHYLTRANSFER-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__12115" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="REDUCED__45__MENAQUINONE" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="R482__45__RXN" name="R482-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="DIMETHYL__45__GLYCINE" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="BETAINE" stoichiometry="1"/>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="R481__45__RXN" name="R481-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+          <speciesReference species="SARCOSINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+          <speciesReference species="DIMETHYL__45__GLYCINE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__7042" name="RXN-7042" reversible="false">
+        <listOfReactants>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+          <speciesReference species="SARCOSINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+          <speciesReference species="DIMETHYL__45__GLYCINE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__45__OCTAPRENYL__45__6__45__OHPHENOL__45__METHY__45__RXN" name="2-OCTAPRENYL-6-OHPHENOL-METHY-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_2__45__OCTAPRENYL__45__6__45__HYDROXYPHENOL" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="_2__45__OCTAPRENYL__45__6__45__METHOXYPHENOL" stoichiometry="1"/>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DHHB__45__METHYLTRANSFER__45__RXN" name="DHHB-METHYLTRANSFER-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="OCTAPRENYL__45__METHYL__45__OH__45__METHOXY__45__BENZQ" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__9956" stoichiometry="1"/>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12373" name="RXN-12373" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Guanine10__45__in__45__tRNA" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="tRNA__45__Containing__45__N2__45__dimethylguanine__45__10" stoichiometry="1"/>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12372" name="RXN-12372" reversible="true">
+        <listOfReactants>
+          <speciesReference species="tRNA__45__Containing__45__N2__45__Methylguanine__45__10" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="tRNA__45__Containing__45__N2__45__dimethylguanine__45__10" stoichiometry="1"/>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12369" name="RXN-12369" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Guanine10__45__in__45__tRNA" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="tRNA__45__Containing__45__N2__45__Methylguanine__45__10" stoichiometry="1"/>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__1__46__1__46__71__45__RXN" name="2.1.1.71-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__405" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__160" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="TOCOPHEROL__45__O__45__METHYLTRANSFERASE__45__RXN" name="TOCOPHEROL-O-METHYLTRANSFERASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="GAMA__45__TOCOPHEROL" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+          <speciesReference species="ALPHA__45__TOCOPHEROL" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GLYCINE__45__N__45__METHYLTRANSFERASE__45__RXN" name="GLYCINE-N-METHYLTRANSFERASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+          <speciesReference species="GLY" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+          <speciesReference species="SARCOSINE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__1__46__1__46__143__45__RXN" name="2.1.1.143-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__4101" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__4124" stoichiometry="1"/>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__4021" name="RXN-4021" reversible="false">
+        <listOfReactants>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+          <speciesReference species="CYCLOARTENOL" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+          <speciesReference species="CPD__45__696" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="THYMIDYLATESYN__45__RXN" name="THYMIDYLATESYN-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="METHYLENE__45__THF" stoichiometry="1"/>
+          <speciesReference species="DUMP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="TMP" stoichiometry="1"/>
+          <speciesReference species="DIHYDROFOLATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="HISTONE__45__LYSINE__45__N__45__METHYLTRANSFERASE__45__RXN" name="HISTONE-LYSINE-N-METHYLTRANSFERASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__8578" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+          <speciesReference species="CPD__45__8579" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__2562" name="RXN-2562" reversible="false">
+        <listOfReactants>
+          <speciesReference species="DELTA__45__TOCOPHEROL" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="BETA__45__TOCOPHEROL" stoichiometry="1"/>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__2542" name="RXN-2542" reversible="false">
+        <listOfReactants>
+          <speciesReference species="MPBQ" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="DMPBQ" stoichiometry="1"/>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__1__46__1__46__19__45__RXN" name="2.1.1.19-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__7670" stoichiometry="1"/>
+          <speciesReference species="_5__45__METHYL__45__THF" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="THF" stoichiometry="1"/>
+          <speciesReference species="TRIMETHYLSULFONIUM" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__7605" name="RXN-7605" reversible="false">
+        <listOfReactants>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+          <speciesReference species="Demethylated__45__methyl__45__acceptors" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+          <speciesReference species="Methylated__45__methyl__45__acceptors" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="THIOPURINE__45__S__45__METHYLTRANSFERASE__45__RXN" name="THIOPURINE-S-METHYLTRANSFERASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Thiopurines" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+          <speciesReference species="Thiopurine__45__Methylethers" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__MG__45__PROTOPORPHYRIN__45__METHYLESTER__45__SYN" name="RXN-MG-PROTOPORPHYRIN-METHYLESTER-SYN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="MG__45__PROTOPORPHYRIN" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+          <speciesReference species="MG__45__PROTOPORPHYRIN__45__MONOMETHYL__45__ESTER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__1__46__1__46__77__45__RXN" name="2.1.1.77-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+          <speciesReference species="PROTEIN__45__L__45__BETA__45__ISOASPARTATES" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+          <speciesReference species="PROTEIN__45__L__45__BETA__45__ISOSPARTATE__45__METHYL__45__ESTERS" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="TRNA__45__GUANINE__45__N7__45____45__METHYLTRANSFERASE__45__RXN" name="TRNA-GUANINE-N7--METHYLTRANSFERASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Guanine46__45__in__45__tRNA" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="tRNA__45__Containing__45__N7__45__Methylguanine__45__46" stoichiometry="1"/>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9281" name="RXN-9281" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__9896" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__9898" stoichiometry="1"/>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9242" name="RXN-9242" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__9870" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__9872" stoichiometry="1"/>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__1__46__1__46__64__45__RXN" name="2.1.1.64-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__7158" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__9957" stoichiometry="1"/>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__7421" name="RXN-7421" reversible="true">
+        <listOfReactants>
+          <speciesReference species="OLEATE__45__CPD" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="DIHYDROSTERCULIC__45__ACID" stoichiometry="1"/>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__3256" name="RXN1G-3256" reversible="true">
+        <listOfReactants>
+          <speciesReference species="trans__45__D18__45__37__45__OH__45__38__45__Me__45__C58__45__1__45__ACPs" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="trans__45__18__45__CP__45__37__45__Mex__45__38__45__Me__45__C60__45__ACPs" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__1__46__1__46__79__45__RXN" name="2.1.1.79-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="Phospholipid__45__Olefinic__45__Fatty__45__Acids" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Phospholipid__45__Cyclopropane__45__Fatty__45__Acids" stoichiometry="1"/>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__1__46__1__46__61__45__RXN" name="2.1.1.61-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="tRNA__45__Holder" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+          <speciesReference species="tRNA__45__Containing__45__5MeAminoMe__45__2__45__ThioU" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__5144" name="RXN0-5144" reversible="true">
+        <listOfReactants>
+          <speciesReference species="tRNA__45__containing__45__5__45__CarbMeAminome__45__2__45__ThioU" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+          <speciesReference species="tRNA__45__Containing__45__5MeAminoMe__45__2__45__ThioU" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12730" name="RXN-12730" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="SELENOHOMOCYSTEINE" stoichiometry="1"/>
+          <speciesReference species="CPD__45__1302" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="SELENOMETHIONINE" stoichiometry="1"/>
+          <speciesReference species="CPD__45__1301" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="HOMOCYSMET__45__RXN" name="HOMOCYSMET-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__1302" stoichiometry="1"/>
+          <speciesReference species="HOMO__45__CYS" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__1301" stoichiometry="1"/>
+          <speciesReference species="MET" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__1__46__1__46__113__45__RXN" name="2.1.1.113-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="DNA__45__Cytosines" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+          <speciesReference species="DNA__45__N4__45__Methylcytosine" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__1__46__1__46__72__45__RXN" name="2.1.1.72-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="DNA__45__Adenines" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+          <speciesReference species="DNA__45__6__45__Methyl__45__Amino__45__Purines" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__1143" name="RXN-1143" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_5__45__HYDROXY__45__CONIFERALDEHYDE" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+          <speciesReference species="SINAPALDEHYDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__1104" name="RXN-1104" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__676" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="FERULIC__45__ACID" stoichiometry="1"/>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__3422" name="RXN-3422" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_5__45__HYDROXY__45__FERULIC__45__ACID" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="SINAPATE" stoichiometry="1"/>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="MMUM__45__RXN" name="MMUM-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__397" stoichiometry="1"/>
+          <speciesReference species="HOMO__45__CYS" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="MET" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="HOMOCYSTEINE__45__S__45__METHYLTRANSFERASE__45__RXN" name="HOMOCYSTEINE-S-METHYLTRANSFERASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="HOMO__45__CYS" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+          <speciesReference species="MET" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="HOMOCYSMETB12__45__RXN" name="HOMOCYSMETB12-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="HOMO__45__CYS" stoichiometry="1"/>
+          <speciesReference species="_5__45__METHYL__45__THF" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="MET" stoichiometry="1"/>
+          <speciesReference species="THF" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="CAFFEOYL__45__COA__45__O__45__METHYLTRANSFERASE__45__RXN" name="CAFFEOYL-COA-O-METHYLTRANSFERASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CAFFEOYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="FERULOYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DNA__45__CYTOSINE__45__5__45____45__METHYLTRANSFERASE__45__RXN" name="DNA-CYTOSINE-5--METHYLTRANSFERASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="DNA__45__Cytosines" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_5__45__Methylcytosine__45__DNA" stoichiometry="1"/>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__1__46__1__46__100__45__RXN" name="2.1.1.100-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PROTEIN__45__C__45__TERMINAL__45__S__45__ETC__45__CYSTEINE" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTEIN__45__C__45__TERMINAL__45__S__45__FARNESYL__45__L__45__CYSTEINE" stoichiometry="1"/>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GCVT__45__RXN" name="GCVT-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="AMINOMETHYLDIHYDROLIPOYL__45__GCVH" stoichiometry="1"/>
+          <speciesReference species="THF" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="DIHYDROLIPOYL__45__GCVH" stoichiometry="1"/>
+          <speciesReference species="METHYLENE__45__THF" stoichiometry="1"/>
+          <speciesReference species="AMMONIA" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="METHIONYL__45__TRNA__45__FORMYLTRANSFERASE__45__RXN" name="METHIONYL-TRNA-FORMYLTRANSFERASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_10__45__FORMYL__45__THF" stoichiometry="1"/>
+          <speciesReference species="L__45__methionyl__45__tRNAfmet" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="THF" stoichiometry="1"/>
+          <speciesReference species="N__45__formyl__45__L__45__methionyl__45__tRNAfmet" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GART__45__RXN" name="GART-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_10__45__FORMYL__45__THF" stoichiometry="1"/>
+          <speciesReference species="_5__45__PHOSPHO__45__RIBOSYL__45__GLYCINEAMIDE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="THF" stoichiometry="1"/>
+          <speciesReference species="_5__45__P__45__RIBOSYL__45__N__45__FORMYLGLYCINEAMIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GLYOHMETRANS__45__RXN" name="GLYOHMETRANS-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="SER" stoichiometry="1"/>
+          <speciesReference species="THF" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="METHYLENE__45__THF" stoichiometry="1"/>
+          <speciesReference species="GLY" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="AICARTRANSFORM__45__RXN" name="AICARTRANSFORM-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_10__45__FORMYL__45__THF" stoichiometry="1"/>
+          <speciesReference species="AICAR" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="THF" stoichiometry="1"/>
+          <speciesReference species="PHOSPHORIBOSYL__45__FORMAMIDO__45__CARBOXAMIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__45__CH3__45__2__45__OXOBUTANOATE__45__OH__45__CH3__45__XFER__45__RXN" name="3-CH3-2-OXOBUTANOATE-OH-CH3-XFER-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="METHYLENE__45__THF" stoichiometry="1"/>
+          <speciesReference species="_2__45__KETO__45__ISOVALERATE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_2__45__DEHYDROPANTOATE" stoichiometry="1"/>
+          <speciesReference species="THF" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ORNCARBAMTRANSFER__45__RXN" name="ORNCARBAMTRANSFER-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="L__45__ORNITHINE" stoichiometry="1"/>
+          <speciesReference species="CARBAMOYL__45__P" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="L__45__CITRULLINE" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9" name="RXN-9" reversible="true">
+        <listOfReactants>
+          <speciesReference species="L__45__CANALINE" stoichiometry="1"/>
+          <speciesReference species="CARBAMOYL__45__P" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="O__45__UREIDOHOMOSERINE" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ASPCARBTRANS__45__RXN" name="ASPCARBTRANS-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="L__45__ASPARTATE" stoichiometry="1"/>
+          <speciesReference species="CARBAMOYL__45__P" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CARBAMYUL__45__L__45__ASPARTATE" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DXS__45__RXN" name="DXS-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="PYRUVATE" stoichiometry="1"/>
+          <speciesReference species="GAP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="DEOXYXYLULOSE__45__5P" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="TRANSALDOL__45__RXN" name="TRANSALDOL-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="GAP" stoichiometry="1"/>
+          <speciesReference species="D__45__SEDOHEPTULOSE__45__7__45__P" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="FRUCTOSE__45__6P" stoichiometry="1"/>
+          <speciesReference species="ERYTHROSE__45__4P" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2TRANSKETO__45__RXN" name="2TRANSKETO-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ERYTHROSE__45__4P" stoichiometry="1"/>
+          <speciesReference species="XYLULOSE__45__5__45__PHOSPHATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="FRUCTOSE__45__6P" stoichiometry="1"/>
+          <speciesReference species="GAP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1TRANSKETO__45__RXN" name="1TRANSKETO-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="RIBOSE__45__5P" stoichiometry="1"/>
+          <speciesReference species="XYLULOSE__45__5__45__PHOSPHATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="D__45__SEDOHEPTULOSE__45__7__45__P" stoichiometry="1"/>
+          <speciesReference species="GAP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ACETOLACTSYN__45__RXN" name="ACETOLACTSYN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="PYRUVATE" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_2__45__ACETO__45__LACTATE" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ACETOOHBUTSYN__45__RXN" name="ACETOOHBUTSYN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="PYRUVATE" stoichiometry="1"/>
+          <speciesReference species="_2__45__OXOBUTANOATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_2__45__ACETO__45__2__45__HYDROXY__45__BUTYRATE" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__1381" name="RXN-1381" reversible="false">
+        <listOfReactants>
+          <speciesReference species="Fatty__45__Acyl__45__CoA" stoichiometry="1"/>
+          <speciesReference species="GLYCEROL__45__3P" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ACYL__45__SN__45__GLYCEROL__45__3P" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10462" name="RXN-10462" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ACYL__45__ACP" stoichiometry="1"/>
+          <speciesReference species="GLYCEROL__45__3P" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ACYL__45__SN__45__GLYCEROL__45__3P" stoichiometry="1"/>
+          <speciesReference species="ACP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__7697" name="RXN-7697" reversible="false">
+        <listOfReactants>
+          <speciesReference species="Long__45__Chain__45__234__45__Saturated__45__acyl__45__CoAs" stoichiometry="1"/>
+          <speciesReference species="MALONYL__45__COA" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Long__45__Chain__45__oxoacyl__45__CoAs" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__1623" name="RXN-1623" reversible="false">
+        <listOfReactants>
+          <speciesReference species="Fatty__45__Acyl__45__CoA" stoichiometry="1"/>
+          <speciesReference species="ACYL__45__SN__45__GLYCEROL__45__3P" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="L__45__PHOSPHATIDATE" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__5514" name="RXN0-5514" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Saturated__45__2__45__Lysophosphatidates" stoichiometry="1"/>
+          <speciesReference species="Saturated__45__Fatty__45__Acyl__45__ACPs" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_2__45__3__45__4__45__Saturated__45__L__45__Phosphatidates" stoichiometry="1"/>
+          <speciesReference species="ACP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__947" name="RXN0-947" reversible="false">
+        <listOfReactants>
+          <speciesReference species="Octanoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="Non__45__lipoylated__45__domains" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Octanoylated__45__domains" stoichiometry="1"/>
+          <speciesReference species="ACP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__3__46__1__46__23__45__RXN" name="2.3.1.23-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ACYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="_2__45__Lysophosphatidylcholines" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PHOSPHATIDYLCHOLINE" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="MALONYL__45__COA__45__ACP__45__TRANSACYL__45__RXN" name="MALONYL-COA-ACP-TRANSACYL-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ACP" stoichiometry="1"/>
+          <speciesReference species="MALONYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+          <speciesReference species="MALONYL__45__ACP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__3__46__1__46__168__45__RXN" name="2.3.1.168-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="BCAA__45__dehydrogenase__45__2MP__45__DH__45__lipoyl" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="BCAA__45__dehydrogenase__45__DH__45__lipoyl" stoichiometry="1"/>
+          <speciesReference species="ISOBUTYRYL__45__COA" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__1133" name="RXN0-1133" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+          <speciesReference species="Pyruvate__45__dehydrogenase__45__acetylDHlipoyl" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ACETYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="Pyruvate__45__dehydrogenase__45__dihydrolipoate" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9950" name="RXN-9950" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__7257" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__202" stoichiometry="1"/>
+          <speciesReference species="PROPIONYL__45__COA" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9850" name="RXN-9850" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__10591" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__10556" stoichiometry="1"/>
+          <speciesReference species="PROPIONYL__45__COA" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="KETOACYLCOATHIOL__45__RXN" name="KETOACYLCOATHIOL-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_3__45__KETOACYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Saturated__45__Fatty__45__Acyl__45__CoA" stoichiometry="1"/>
+          <speciesReference species="ACETYL__45__COA" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__1147" name="RXN0-1147" reversible="true">
+        <listOfReactants>
+          <speciesReference species="SUC__45__COA" stoichiometry="1"/>
+          <speciesReference species="Oxo__45__glutarate__45__dehydrogenase__45__DH__45__lipoyl" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+          <speciesReference species="Oxo__45__glutarate__45__dehydro__45__suc__45__DH__45__lipoyl" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12561" name="RXN-12561" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ACETYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="PROPIONYL__45__COA" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__13534" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ACETYL__45__COA__45__ACETYLTRANSFER__45__RXN" name="ACETYL-COA-ACETYLTRANSFER-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ACETYL__45__COA" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ACETOACETYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="METHYLACETOACETYLCOATHIOL__45__RXN" name="METHYLACETOACETYLCOATHIOL-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_2__45__METHYL__45__ACETO__45__ACETYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROPIONYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="ACETYL__45__COA" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11484" name="RXN-11484" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Pimeloyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="L__45__ALPHA__45__ALANINE" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_8__45__AMINO__45__7__45__OXONONANOATE" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="ACP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_7KAPSYN__45__RXN" name="7KAPSYN-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__558" stoichiometry="1"/>
+          <speciesReference species="L__45__ALPHA__45__ALANINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+          <speciesReference species="_8__45__AMINO__45__7__45__OXONONANOATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="SERINE__45__C__45__PALMITOYLTRANSFERASE__45__RXN" name="SERINE-C-PALMITOYLTRANSFERASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="SER" stoichiometry="1"/>
+          <speciesReference species="PALMITYL__45__COA" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="DEHYDROSPHINGANINE" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__45__OXOACYL__45__ACP__45__SYNTH__45__BASE__45__RXN" name="3-OXOACYL-ACP-SYNTH-BASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ACETYL__45__ACP" stoichiometry="1"/>
+          <speciesReference species="MALONYL__45__ACP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ACP" stoichiometry="1"/>
+          <speciesReference species="Acetoacetyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__45__OXOACYL__45__ACP__45__SYNTH__45__RXN" name="3-OXOACYL-ACP-SYNTH-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Saturated__45__Fatty__45__Acyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="MALONYL__45__ACP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="B__45__KETOACYL__45__ACP" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="ACP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10654" name="RXN-10654" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Cis__45__Delta5__45__dodecenoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="MALONYL__45__ACP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__oxo__45__cis__45__D7__45__tetradecenoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="ACP" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10658" name="RXN-10658" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Cis__45__Delta7__45__tetradecenoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="MALONYL__45__ACP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__oxo__45__cis__45__D9__45__hexadecenoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="ACP" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11479" name="RXN-11479" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Glutaryl__45__ACP__45__methyl__45__esters" stoichiometry="1"/>
+          <speciesReference species="MALONYL__45__ACP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__Ketopimeloyl__45__ACP__45__methyl__45__esters" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="ACP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9516" name="RXN-9516" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Butanoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="MALONYL__45__ACP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__oxo__45__hexanoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="ACP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9523" name="RXN-9523" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Hexanoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="MALONYL__45__ACP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__Oxo__45__octanoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="ACP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__3__46__1__46__41__45__RXN" name="2.3.1.41-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ACYL__45__ACP" stoichiometry="1"/>
+          <speciesReference species="MALONYL__45__ACP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="B__45__KETOACYL__45__ACP" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="ACP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9527" name="RXN-9527" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Octanoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="MALONYL__45__ACP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__oxo__45__decanoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="ACP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9531" name="RXN-9531" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Decanoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="MALONYL__45__ACP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__oxo__45__dodecanoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="ACP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9535" name="RXN-9535" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Dodecanoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="MALONYL__45__ACP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__oxo__45__myristoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="ACP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9539" name="RXN-9539" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Myristoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="MALONYL__45__ACP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__oxo__45__palmitoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="ACP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9632" name="RXN-9632" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Palmitoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="MALONYL__45__COA" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__oxo__45__stearoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9648" name="RXN-9648" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Butanoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="MALONYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__oxo__45__hexanoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9650" name="RXN-9650" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Hexanoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="MALONYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__Oxo__45__octanoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9651" name="RXN-9651" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Octanoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="MALONYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__oxo__45__decanoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9652" name="RXN-9652" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Decanoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="MALONYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__oxo__45__dodecanoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9653" name="RXN-9653" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Dodecanoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="MALONYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__oxo__45__myristoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9654" name="RXN-9654" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Myristoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="MALONYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__oxo__45__palmitoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__1003" name="RXN1G-1003" reversible="true">
+        <listOfReactants>
+          <speciesReference species="cis__45__delta17__45__C36__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="MALONYL__45__ACP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="cis__45__delta19__45__3__45__oxo__45__C38__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="Holo__45__ACP__45__Synthases" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__132" name="RXN1G-132" reversible="true">
+        <listOfReactants>
+          <speciesReference species="cis__45__delta19__45__C38__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="MALONYL__45__ACP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="cis__45__delta21__45__3__45__oxo__45__C40__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="Holo__45__ACP__45__Synthases" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__138" name="RXN1G-138" reversible="true">
+        <listOfReactants>
+          <speciesReference species="cis__45__delta9__45__montanoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="MALONYL__45__ACP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="cis__45__delta11__45__3__45__oxo__45__melissoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="Holo__45__ACP__45__Synthases" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__218" name="RXN1G-218" reversible="true">
+        <listOfReactants>
+          <speciesReference species="cis__45__delta7__45__cerotoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="MALONYL__45__ACP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="cis__45__delta9__45__3__45__oxo__45__montanoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="Holo__45__ACP__45__Synthases" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__236" name="RXN1G-236" reversible="true">
+        <listOfReactants>
+          <speciesReference species="cis__45__delta11__45__melissoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="MALONYL__45__ACP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="cis__45__delta13__45__3__45__oxo__45__lacceroyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="Holo__45__ACP__45__Synthases" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__26" name="RXN1G-26" reversible="true">
+        <listOfReactants>
+          <speciesReference species="cis__45__delta3__45__behenoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="MALONYL__45__ACP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="cis__45__delta5__45__3__45__oxo__45__lignoceroyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="Holo__45__ACP__45__Synthases" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__306" name="RXN1G-306" reversible="true">
+        <listOfReactants>
+          <speciesReference species="cis__45__delta5__45__lignoceroyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="MALONYL__45__ACP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="cis__45__delta7__45__3__45__oxo__45__cerotoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="Holo__45__ACP__45__Synthases" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__324" name="RXN1G-324" reversible="true">
+        <listOfReactants>
+          <speciesReference species="cis__45__delta13__45__lacceroyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="MALONYL__45__ACP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="cis__45__delta15__45__3__45__oxo__45__gheddoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="Holo__45__ACP__45__Synthases" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__460" name="RXN1G-460" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD1G__45__567" stoichiometry="1"/>
+          <speciesReference species="MALONYL__45__ACP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+          <speciesReference species="_3__45__oxo__45__behenoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__840" name="RXN1G-840" reversible="true">
+        <listOfReactants>
+          <speciesReference species="cis__45__delta15__45__gheddoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="MALONYL__45__ACP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="cis__45__delta17__45__3__45__oxo__45__C36__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="Holo__45__ACP__45__Synthases" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__3__46__1__46__179__45__RXN" name="2.3.1.179-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Palmitoleoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="MALONYL__45__ACP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__oxo__45__cis__45__vaccenoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="ACP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="HISTONE__45__ACETYLTRANSFERASE__45__RXN" name="HISTONE-ACETYLTRANSFERASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Histones" stoichiometry="1"/>
+          <speciesReference species="ACETYL__45__COA" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Acetylated__45__histones" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12383" name="RXN-12383" reversible="true">
+        <listOfReactants>
+          <speciesReference species="DIACYLGLYCEROL" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Triacylglycerols" stoichiometry="1"/>
+          <speciesReference species="CPD__45__409" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__1641" name="RXN-1641" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PHOSPHATIDYLCHOLINE_CCO__45__OUT" stoichiometry="1"/>
+          <speciesReference species="DIACYLGLYCEROL_CCO__45__OUT" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Triacylglycerols" stoichiometry="1"/>
+          <speciesReference species="_2__45__Lysophosphatidylcholines" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="MBCOA__45__DHLIPOAMIDE__45__RXN" name="MBCOA-DHLIPOAMIDE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="BCAA__45__dehydrogenase__45__2MB__45__DH__45__lipoyl" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="BCAA__45__dehydrogenase__45__DH__45__lipoyl" stoichiometry="1"/>
+          <speciesReference species="_2__45__METHYL__45__BUTYRYL__45__COA" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DIACYLGLYCEROL__45__O__45__ACYLTRANSFERASE__45__RXN" name="DIACYLGLYCEROL-O-ACYLTRANSFERASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ACYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="DIACYLGLYCEROL" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Triacylglycerols" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GLUCOSAMINEPNACETYLTRANS__45__RXN" name="GLUCOSAMINEPNACETYLTRANS-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="D__45__GLUCOSAMINE__45__6__45__P" stoichiometry="1"/>
+          <speciesReference species="ACETYL__45__COA" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="N__45__ACETYL__45__D__45__GLUCOSAMINE__45__6__45__P" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="N__45__ACETYLTRANSFER__45__RXN" name="N-ACETYLTRANSFER-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="GLT" stoichiometry="1"/>
+          <speciesReference species="ACETYL__45__COA" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="ACETYL__45__GLU" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="SERINE__45__O__45__ACETTRAN__45__RXN" name="SERINE-O-ACETTRAN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="SER" stoichiometry="1"/>
+          <speciesReference species="ACETYL__45__COA" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ACETYLSERINE" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GAMMA__45__GLUTAMYLCYCLOTRANSFERASE__45__RXN" name="GAMMA-GLUTAMYLCYCLOTRANSFERASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_5__45__L__45__GLUTAMYL__45__L__45__AMINO__45__ACID" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="L__45__2__45__AMINO__45__ACID" stoichiometry="1"/>
+          <speciesReference species="_5__45__OXOPROLINE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ARGINYLTRANSFERASE__45__RXN" name="ARGINYLTRANSFERASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="General__45__Protein__45__Substrates" stoichiometry="1"/>
+          <speciesReference species="Charged__45__ARG__45__tRNAs" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Protein__45__L__45__Arginines" stoichiometry="1"/>
+          <speciesReference species="ARG__45__tRNAs" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__3__46__2__46__15__45__RXN" name="2.3.2.15-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="Poly__45__Gamma__45__Glutamylcysteine__45__Glycines" stoichiometry="1"/>
+          <speciesReference species="GLUTATHIONE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Poly__45__Gamma__45__Glutamylcysteine__45__Glycines" stoichiometry="1"/>
+          <speciesReference species="GLY" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__6601" name="RXN-6601" reversible="false">
+        <listOfReactants>
+          <speciesReference species="GLUTATHIONE" stoichiometry="1"/>
+          <speciesReference species="Amino__45__Acids__45__20" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CYS__45__GLY" stoichiometry="1"/>
+          <speciesReference species="_5__45__L__45__GLUTAMYL__45__L__45__AMINO__45__ACID" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GAMMA__45__GLUTAMYLTRANSFERASE__45__RXN" name="GAMMA-GLUTAMYLTRANSFERASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_5__45__L__45__GLUTAMYL__45__PEPTIDE" stoichiometry="1"/>
+          <speciesReference species="Amino__45__Acids__45__20" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_5__45__L__45__GLUTAMYL__45__L__45__AMINO__45__ACID" stoichiometry="1"/>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN66__45__336" name="RXN66-336" reversible="true">
+        <listOfReactants>
+          <speciesReference species="LEUKOTRIENE__45__C4" stoichiometry="1"/>
+          <speciesReference species="Amino__45__Acids__45__20" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_5__45__L__45__GLUTAMYL__45__L__45__AMINO__45__ACID" stoichiometry="1"/>
+          <speciesReference species="CPD66__45__21" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9157" name="RXN-9157" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__9699" stoichiometry="1"/>
+          <speciesReference species="GLUTATHIONE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__9700" stoichiometry="1"/>
+          <speciesReference species="CYS__45__GLY" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="CITSYN__45__RXN" name="CITSYN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="OXALACETIC_ACID" stoichiometry="1"/>
+          <speciesReference species="ACETYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CIT" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="HYDROXYMETHYLGLUTARYL__45__COA__45__SYNTHASE__45__RXN" name="HYDROXYMETHYLGLUTARYL-COA-SYNTHASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ACETOACETYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="ACETYL__45__COA" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+          <speciesReference species="_3__45__HYDROXY__45__3__45__METHYL__45__GLUTARYL__45__COA" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__45__ISOPROPYLMALATESYN__45__RXN" name="2-ISOPROPYLMALATESYN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_2__45__KETO__45__ISOVALERATE" stoichiometry="1"/>
+          <speciesReference species="ACETYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="_3__45__CARBOXY__45__3__45__HYDROXY__45__ISOCAPROATE" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="MALSYN__45__RXN" name="MALSYN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ACETYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="GLYOX" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="MAL" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ATP__45__CITRATE__45__PRO__45__S__45____45__LYASE__45__RXN" name="ATP-CITRATE-PRO-S--LYASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CIT" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="OXALACETIC_ACID" stoichiometry="1"/>
+          <speciesReference species="ACETYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__4__46__1__46__36__45__RXN" name="2.4.1.36-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="GDP__45__D__45__GLUCOSE" stoichiometry="1"/>
+          <speciesReference species="ALPHA__45__GLC__45__6__45__P" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="GDP" stoichiometry="1"/>
+          <speciesReference species="TREHALOSE__45__6P" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__761" name="RXN-761" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ALPHA__45__GLC__45__6__45__P" stoichiometry="1"/>
+          <speciesReference species="ADP__45__D__45__GLUCOSE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="TREHALOSE__45__6P" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9463" name="RXN-9463" reversible="true">
+        <listOfReactants>
+          <speciesReference species="GUANOSINE_DIPHOSPHATE_FUCOSE" stoichiometry="1"/>
+          <speciesReference species="Xyloglucans__45__Galactose__45__23" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="XLFG__45__Xyloglucans" stoichiometry="1"/>
+          <speciesReference species="GDP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GALACTOSIDE__45__2__45__L__45__FUCOSYLTRANSFERASE__45__RXN" name="GALACTOSIDE-2-L-FUCOSYLTRANSFERASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Lactotetraosylceramides" stoichiometry="1"/>
+          <speciesReference species="GUANOSINE_DIPHOSPHATE_FUCOSE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="III2__45__a__45__Fucosyllactotetraosylceramides" stoichiometry="1"/>
+          <speciesReference species="GDP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="CELLULOSE__45__SYNTHASE__45__UDP__45__FORMING__45__RXN" name="CELLULOSE-SYNTHASE-UDP-FORMING-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="UDP__45__GLUCOSE" stoichiometry="1"/>
+          <speciesReference species="CELLULOSE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CELLULOSE" stoichiometry="1"/>
+          <speciesReference species="UDP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__4__46__1__46__117__45__RXN" name="2.4.1.117-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="DOLICHOLP" stoichiometry="1"/>
+          <speciesReference species="UDP__45__GLUCOSE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__166" stoichiometry="1"/>
+          <speciesReference species="UDP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="SUCROSE__45__SYNTHASE__45__RXN" name="SUCROSE-SYNTHASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="SUCROSE" stoichiometry="1"/>
+          <speciesReference species="UDP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="UDP__45__GLUCOSE" stoichiometry="1"/>
+          <speciesReference species="BETA__45__D__45__FRUCTOSE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__4__46__1__46__46__45__RXN" name="2.4.1.46-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="DIACYLGLYCEROL" stoichiometry="1"/>
+          <speciesReference species="UDP__45__GALACTOSE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="D__45__Galactosyl__45__12__45__diacyl__45__glycerols" stoichiometry="1"/>
+          <speciesReference species="UDP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__4__46__1__46__119__45__RXN" name="2.4.1.119-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="OLIGOSACCHARIDE__45__DIPHOSPHODOLICHOL" stoichiometry="1"/>
+          <speciesReference species="Protein__45__L__45__Asparagine" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Glycoprotein__45__Asn__45__oligosaccharides" stoichiometry="1"/>
+          <speciesReference species="CPD__45__224" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__4__46__1__46__83__45__RXN" name="2.4.1.83-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="DOLICHOLP" stoichiometry="1"/>
+          <speciesReference species="GDP__45__MANNOSE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__171" stoichiometry="1"/>
+          <speciesReference species="GDP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__5462" name="RXN-5462" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ALPHA__45__D__45__MANNOSYLCHITOBIO" stoichiometry="1"/>
+          <speciesReference species="GDP__45__MANNOSE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__5161" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="GDP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__4__46__1__46__142__45__RXN" name="2.4.1.142-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="NN__45__DIACETYLCHITOBIOSYLDIPHOSPHODOLICHO" stoichiometry="1"/>
+          <speciesReference species="GDP__45__MANNOSE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ALPHA__45__D__45__MANNOSYLCHITOBIO" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="GDP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__5472" name="RXN-5472" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__5170" stoichiometry="1"/>
+          <speciesReference species="CPD__45__166" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="OLIGOSACCHARIDE__45__DIPHOSPHODOLICHOL" stoichiometry="1"/>
+          <speciesReference species="DOLICHOLP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__5471" name="RXN-5471" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__5169" stoichiometry="1"/>
+          <speciesReference species="CPD__45__166" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__5170" stoichiometry="1"/>
+          <speciesReference species="DOLICHOLP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__5470" name="RXN-5470" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__5168" stoichiometry="1"/>
+          <speciesReference species="CPD__45__166" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__5169" stoichiometry="1"/>
+          <speciesReference species="DOLICHOLP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__5469" name="RXN-5469" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__5167" stoichiometry="1"/>
+          <speciesReference species="CPD__45__171" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__5168" stoichiometry="1"/>
+          <speciesReference species="DOLICHOLP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__5468" name="RXN-5468" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__5166" stoichiometry="1"/>
+          <speciesReference species="CPD__45__171" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__5167" stoichiometry="1"/>
+          <speciesReference species="DOLICHOLP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__5467" name="RXN-5467" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__5165" stoichiometry="1"/>
+          <speciesReference species="CPD__45__171" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__5166" stoichiometry="1"/>
+          <speciesReference species="DOLICHOLP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__5463" name="RXN-5463" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__5161" stoichiometry="1"/>
+          <speciesReference species="GDP__45__MANNOSE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__5162" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="GDP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__4__46__1__46__141__45__RXN" name="2.4.1.141-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__190" stoichiometry="1"/>
+          <speciesReference species="UDP__45__N__45__ACETYL__45__D__45__GLUCOSAMINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="NN__45__DIACETYLCHITOBIOSYLDIPHOSPHODOLICHO" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="UDP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GALACTOSIDE__45__3__45__FUCOSYLTRANSFERASE__45__RXN" name="GALACTOSIDE-3-FUCOSYLTRANSFERASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="B__45__D__45__Gal__45__14__45__B__45__D__45__NAcGln__45__Glglycopeptides" stoichiometry="1"/>
+          <speciesReference species="GUANOSINE_DIPHOSPHATE_FUCOSE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__8594" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="GDP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__4__46__1__46__221__45__RXN" name="2.4.1.221-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__13118" stoichiometry="1"/>
+          <speciesReference species="Protein__45__Serines" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GDP" stoichiometry="1"/>
+          <speciesReference species="L__45__fucose__45__protein__45__serine" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__1225" name="RXN-1225" reversible="true">
+        <listOfReactants>
+          <speciesReference species="D__45__Galactosyl__45__12__45__diacyl__45__glycerols" stoichiometry="1"/>
+          <speciesReference species="UDP__45__GALACTOSE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Galactosyl__45__galactosyl__45__diacyl__45__glycerols" stoichiometry="1"/>
+          <speciesReference species="UDP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__4__46__1__46__223__45__RXN" name="2.4.1.223-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="GlcA__45__Gal__45__Gal__45__Xyl__45__Proteins" stoichiometry="1"/>
+          <speciesReference species="UDP__45__N__45__ACETYL__45__D__45__GLUCOSAMINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GlcNAc__45__GlcA__45__Gal__45__Gal__45__Xyl__45__Protein" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="UDP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__4__46__1__46__151__45__RXN" name="2.4.1.151-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="B__45__D__45__Gal__45__14__45__B__45__D__45__NAcGln__45__Glglycopeptides" stoichiometry="1"/>
+          <speciesReference species="UDP__45__GALACTOSE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ALPHA__45__D__45__GALACTOSYL__45__ETCETERA__45__GLUCOSAMINYL" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="UDP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="TREHALOSE6PSYN__45__RXN" name="TREHALOSE6PSYN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="UDP__45__GLUCOSE" stoichiometry="1"/>
+          <speciesReference species="ALPHA__45__GLC__45__6__45__P" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="UDP" stoichiometry="1"/>
+          <speciesReference species="TREHALOSE__45__6P" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__4__46__1__46__198__45__RXN" name="2.4.1.198-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="L__45__1__45__phosphatidyl__45__inositols" stoichiometry="1"/>
+          <speciesReference species="UDP__45__N__45__ACETYL__45__D__45__GLUCOSAMINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__452" stoichiometry="1"/>
+          <speciesReference species="UDP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_13__45__BETA__45__GLUCAN__45__SYNTHASE__45__RXN" name="13-BETA-GLUCAN-SYNTHASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="UDP__45__GLUCOSE" stoichiometry="1"/>
+          <speciesReference species="_1__45__3__45__beta__45__D__45__Glucans" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_1__45__3__45__beta__45__D__45__Glucans" stoichiometry="1"/>
+          <speciesReference species="UDP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__4__46__1__46__101__45__RXN" name="2.4.1.101-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ALPHA__45__D__45__MANNOSYL__45__13__45__R1__45__BETA__45__D__45__MANNOSY" stoichiometry="1"/>
+          <speciesReference species="UDP__45__N__45__ACETYL__45__D__45__GLUCOSAMINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="N__45__ACETYL__45__BETA__45__D__45__GLUCOSAMINYL__45__12__45__ALPHA__45__D" stoichiometry="1"/>
+          <speciesReference species="UDP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__4__46__1__46__229__45__RXN" name="2.4.1.229-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="UDP__45__N__45__ACETYL__45__D__45__GLUCOSAMINE" stoichiometry="1"/>
+          <speciesReference species="Protein__45__hydroxyprolines" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__6242" stoichiometry="1"/>
+          <speciesReference species="UDP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__4__46__1__46__145__45__RXN" name="2.4.1.145-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="UDP__45__N__45__ACETYL__45__D__45__GLUCOSAMINE" stoichiometry="1"/>
+          <speciesReference species="NAc__45__Glc__45__Man__45__Man__45__R" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="UDP" stoichiometry="1"/>
+          <speciesReference species="Bis__45__NAC__45__GLC__45__Man__45__Man__45__R" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__7873" name="RXN-7873" reversible="true">
+        <listOfReactants>
+          <speciesReference species="GLUCOSAMINYL__45__ETCETERA__45__MANNOSYL__45__R" stoichiometry="1"/>
+          <speciesReference species="UDP__45__N__45__ACETYL__45__D__45__GLUCOSAMINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GLUCOSAMINYL__45__14__45__ETCETERA__45__MANNOSYL__45__R" stoichiometry="1"/>
+          <speciesReference species="UDP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="LACTOSE__45__SYNTHASE__45__RXN" name="LACTOSE-SYNTHASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="GLC" stoichiometry="1"/>
+          <speciesReference species="UDP__45__GALACTOSE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="LACTOSE" stoichiometry="1"/>
+          <speciesReference species="UDP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__5466" name="RXN-5466" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__5164" stoichiometry="1"/>
+          <speciesReference species="CPD__45__171" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__5165" stoichiometry="1"/>
+          <speciesReference species="DOLICHOLP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__5464" name="RXN-5464" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__5162" stoichiometry="1"/>
+          <speciesReference species="GDP__45__MANNOSE" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__5164" stoichiometry="1"/>
+          <speciesReference species="GDP" stoichiometry="2"/>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PRTRANS__45__RXN" name="PRTRANS-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="N__45__5__45__PHOSPHORIBOSYL__45__ANTHRANILATE" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ANTHRANILATE" stoichiometry="1"/>
+          <speciesReference species="PRPP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="NAD__43____45__ADP__45__RIBOSYLTRANSFERASE__45__RXN" name="NAD+-ADP-RIBOSYLTRANSFERASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ADP__45__D__45__Ribosyl__45__Acceptors" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ADP__45__D__45__Ribosyl__45__Acceptors" stoichiometry="1"/>
+          <speciesReference species="NIACINAMIDE" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="OROPRIBTRANS__45__RXN" name="OROPRIBTRANS-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PRPP" stoichiometry="1"/>
+          <speciesReference species="OROTATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="OROTIDINE__45__5__45__PHOSPHATE" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="INOPHOSPHOR__45__RXN" name="INOPHOSPHOR-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="INOSINE" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="HYPOXANTHINE" stoichiometry="1"/>
+          <speciesReference species="RIBOSE__45__1P" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="QUINOPRIBOTRANS__45__RXN" name="QUINOPRIBOTRANS-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+          <speciesReference species="PRPP" stoichiometry="1"/>
+          <speciesReference species="QUINOLINATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="NICOTINATE_NUCLEOTIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GUANPRIBOSYLTRAN__45__RXN" name="GUANPRIBOSYLTRAN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="GUANINE" stoichiometry="1"/>
+          <speciesReference species="PRPP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GMP" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="HYPOXANPRIBOSYLTRAN__45__RXN" name="HYPOXANPRIBOSYLTRAN-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="IMP" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="HYPOXANTHINE" stoichiometry="1"/>
+          <speciesReference species="PRPP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GLUTAMIDOTRANS__45__RXN" name="GLUTAMIDOTRANS-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PHOSPHORIBULOSYL__45__FORMIMINO__45__AICAR__45__P" stoichiometry="1"/>
+          <speciesReference species="GLN" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="GLT" stoichiometry="1"/>
+          <speciesReference species="D__45__ERYTHRO__45__IMIDAZOLE__45__GLYCEROL__45__P" stoichiometry="1"/>
+          <speciesReference species="AICAR" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10968" name="RXN-10968" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PHOSPHORIBOSYL__45__ATP" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="PRPP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ATPPHOSPHORIBOSYLTRANS__45__RXN" name="ATPPHOSPHORIBOSYLTRANS-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PHOSPHORIBOSYL__45__ATP" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="PRPP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="QUEUOSINE__45__TRNA__45__RIBOSYLTRANSFERASE__45__RXN" name="QUEUOSINE-TRNA-RIBOSYLTRANSFERASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Guanine34__45__in__45__tRNA__45__with__45__GUN__45__anticodon" stoichiometry="1"/>
+          <speciesReference species="QUEUINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="tRNA__45__Containing__45__Queuine" stoichiometry="1"/>
+          <speciesReference species="GUANINE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__1321" name="RXN0-1321" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Guanine34__45__in__45__tRNA__45__with__45__GUN__45__anticodon" stoichiometry="1"/>
+          <speciesReference species="_7__45__AMINOMETHYL__45__7__45__DEAZAGUANINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="tRNA__45__with__45__7__45__aminomethyl__45__7__45__deazaguanine" stoichiometry="1"/>
+          <speciesReference species="GUANINE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PRPPAMIDOTRANS__45__RXN" name="PRPPAMIDOTRANS-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PRPP" stoichiometry="1"/>
+          <speciesReference species="GLN" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_5__45__P__45__BETA__45__D__45__RIBOSYL__45__AMINE" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="GLT" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__4__46__2__46__38__45__RXN" name="2.4.2.38-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="UDP__45__D__45__XYLOSE" stoichiometry="1"/>
+          <speciesReference species="N4__45__N__45__ACETYL__45__BETA__45__D__45__GLUCOSAMINYL__45__12" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="UDP" stoichiometry="1"/>
+          <speciesReference species="N4__45__N__45__ACETYL__45__BETA__45__D__45__GLUCOSAMINYL__45__X" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="R344__45__RXN" name="R344-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__694" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__690" stoichiometry="1"/>
+          <speciesReference species="P3I" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="BTUR2__45__RXN" name="BTUR2-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="COBINAMIDE" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ADENOSYLCOBINAMIDE" stoichiometry="1"/>
+          <speciesReference species="P3I" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="COBALADENOSYLTRANS__45__RXN" name="COBALADENOSYLTRANS-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="COB__45__I__45__ALAMIN" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ADENOSYLCOBALAMIN" stoichiometry="1"/>
+          <speciesReference species="P3I" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__8999" name="RXN-8999" reversible="false">
+        <listOfReactants>
+          <speciesReference species="FARNESYL__45__PP" stoichiometry="1"/>
+          <speciesReference species="DELTA3__45__ISOPENTENYL__45__PP" stoichiometry="8"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="UNDECAPRENYL__45__DIPHOSPHATE" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="8"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__5__46__1__46__39__45__RXN" name="2.5.1.39-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="SOLANESYL__45__PYROPHOSPHATE" stoichiometry="1"/>
+          <speciesReference species="_4__45__hydroxybenzoate" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="NONAPRENYL__45__4__45__HYDROXYBENZOATE" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11368" name="RXN-11368" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Polyisoprenyl__45__Diphosphates" stoichiometry="1"/>
+          <speciesReference species="_4__45__hydroxybenzoate" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_4__45__Hydroxy__45__3__45__polyprenylbenzoates" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="THI__45__P__45__SYN__45__RXN" name="THI-P-SYN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="THZ__45__P" stoichiometry="1"/>
+          <speciesReference species="AMINO__45__HYDROXYMETHYL__45__METHYLPYRIMIDINE__45__PP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="THIAMINE__45__P" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__5__46__1__46__46__45__RXN" name="2.5.1.46-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="SPERMIDINE" stoichiometry="1"/>
+          <speciesReference species="EIF5A__45__LYSINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__9973" stoichiometry="1"/>
+          <speciesReference species="CPD__45__313" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RIBOFLAVIN__45__SYN__45__RXN" name="RIBOFLAVIN-SYN-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="DIMETHYL__45__D__45__RIBITYL__45__LUMAZINE" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="AMINO__45__RIBOSYLAMINO__45__1H__45__3H__45__PYR__45__DIONE" stoichiometry="1"/>
+          <speciesReference species="RIBOFLAVIN" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="TRANS__45__OCTAPRENYLTRANSTRANSFERASE__45__RXN" name="TRANS-OCTAPRENYLTRANSTRANSFERASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="GERANYL__45__PP" stoichiometry="1"/>
+          <speciesReference species="DELTA3__45__ISOPENTENYL__45__PP" stoichiometry="7"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="SOLANESYL__45__PYROPHOSPHATE" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="7"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="H2PTEROATESYNTH__45__RXN" name="H2PTEROATESYNTH-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="P__45__AMINO__45__BENZOATE" stoichiometry="1"/>
+          <speciesReference species="DIHYDROPTERIN__45__CH2OH__45__PP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_7__45__8__45__DIHYDROPTEROATE" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DAHPSYN__45__RXN" name="DAHPSYN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PHOSPHO__45__ENOL__45__PYRUVATE" stoichiometry="1"/>
+          <speciesReference species="ERYTHROSE__45__4P" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__DEOXY__45__D__45__ARABINO__45__HEPTULOSONATE__45__7__45__P" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN66__45__281" name="RXN66-281" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__465" stoichiometry="1"/>
+          <speciesReference species="NADPH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="SQUALENE" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__5__46__1__46__21__45__RXN" name="2.5.1.21-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="FARNESYL__45__PP" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__465" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_4OHBENZOATE__45__OCTAPRENYLTRANSFER__45__RXN" name="4OHBENZOATE-OCTAPRENYLTRANSFER-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="OCTAPRENYL__45__DIPHOSPHATE" stoichiometry="1"/>
+          <speciesReference species="_4__45__hydroxybenzoate" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__OCTAPRENYL__45__4__45__HYDROXYBENZOATE" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GPPSYN__45__RXN" name="GPPSYN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__4211" stoichiometry="1"/>
+          <speciesReference species="DELTA3__45__ISOPENTENYL__45__PP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GERANYL__45__PP" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__7226" name="RXN-7226" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__6641" stoichiometry="1"/>
+          <speciesReference species="CPD__45__4211" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__6645" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__6274" name="RXN0-6274" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__4211" stoichiometry="1"/>
+          <speciesReference species="tRNA__45__Holder" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="tRNA__45__Containing__45__6Isopentenyladenosine" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="SPERMIDINESYN__45__RXN" name="SPERMIDINESYN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PUTRESCINE" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINAMINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="SPERMIDINE" stoichiometry="1"/>
+          <speciesReference species="_5__45__METHYLTHIOADENOSINE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="SPERMINE__45__SYNTHASE__45__RXN" name="SPERMINE-SYNTHASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="SPERMIDINE" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINAMINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="SPERMINE" stoichiometry="1"/>
+          <speciesReference species="_5__45__METHYLTHIOADENOSINE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="OHMETHYLBILANESYN__45__RXN" name="OHMETHYLBILANESYN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="PORPHOBILINOGEN" stoichiometry="4"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="4"/>
+          <speciesReference species="AMMONIA" stoichiometry="4"/>
+          <speciesReference species="HYDROXYMETHYLBILANE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="FPPSYN__45__RXN" name="FPPSYN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="GERANYL__45__PP" stoichiometry="1"/>
+          <speciesReference species="DELTA3__45__ISOPENTENYL__45__PP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="FARNESYL__45__PP" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GST__45__RXN" name="GST-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_1__45__CHLORO__45__24__45__DINITROBENZENE" stoichiometry="1"/>
+          <speciesReference species="GLUTATHIONE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="S__45__24__45__DINITROPHENYLGLUTATHIONE" stoichiometry="1"/>
+          <speciesReference species="CL__45__" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GSHTRAN__45__RXN" name="GSHTRAN-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="GLUTATHIONE" stoichiometry="1"/>
+          <speciesReference species="RX" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="S__45__Substituted__45__Glutathione" stoichiometry="1"/>
+          <speciesReference species="HX" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="S__45__ADENMETSYN__45__RXN" name="S-ADENMETSYN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="MET" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="QUINOLINATE__45__SYNTHA__45__RXN" name="QUINOLINATE-SYNTHA-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="IMINOASPARTATE" stoichiometry="1"/>
+          <speciesReference species="DIHYDROXY__45__ACETONE__45__PHOSPHATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="QUINOLINATE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="2"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ACSERLY__45__RXN" name="ACSERLY-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ACETYLSERINE" stoichiometry="1"/>
+          <speciesReference species="HS" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CYS" stoichiometry="1"/>
+          <speciesReference species="ACET" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12726" name="RXN-12726" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ACETYLSERINE" stoichiometry="1"/>
+          <speciesReference species="CPD__45__678" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="L__45__SELENOCYSTEINE" stoichiometry="1"/>
+          <speciesReference species="ACET" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="SULFOCYS__45__RXN" name="SULFOCYS-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ACETYLSERINE" stoichiometry="1"/>
+          <speciesReference species="S2O3" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="SULFO__45__CYSTEINE" stoichiometry="1"/>
+          <speciesReference species="ACET" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__5__46__1__46__19__45__RXN" name="2.5.1.19-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="SHIKIMATE__45__5P" stoichiometry="1"/>
+          <speciesReference species="PHOSPHO__45__ENOL__45__PYRUVATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__ENOLPYRUVYL__45__SHIKIMATE__45__5P" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="FARNESYLTRANSTRANSFERASE__45__RXN" name="FARNESYLTRANSTRANSFERASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="FARNESYL__45__PP" stoichiometry="1"/>
+          <speciesReference species="DELTA3__45__ISOPENTENYL__45__PP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GERANYLGERANYL__45__PP" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__5__46__1__46__60__45__RXN" name="2.5.1.60-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="GERANYLGERANYL__45__PP" stoichiometry="2"/>
+          <speciesReference species="PROT__45__CYS" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="S__45__GERANYLGERANYL__45__PROTEIN" stoichiometry="2"/>
+          <speciesReference species="PPI" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10814" name="RXN-10814" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PHE" stoichiometry="1"/>
+          <speciesReference species="_2__45__KETOGLUTARATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PHENYL__45__PYRUVATE" stoichiometry="1"/>
+          <speciesReference species="GLT" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ASPAMINOTRANS__45__RXN" name="ASPAMINOTRANS-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="L__45__ASPARTATE" stoichiometry="1"/>
+          <speciesReference species="_2__45__KETOGLUTARATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GLT" stoichiometry="1"/>
+          <speciesReference species="OXALACETIC_ACID" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11737" name="RXN-11737" reversible="true">
+        <listOfReactants>
+          <speciesReference species="L__45__CYSTEATE" stoichiometry="1"/>
+          <speciesReference species="_2__45__KETOGLUTARATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__380" stoichiometry="1"/>
+          <speciesReference species="GLT" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__45__SULFINOALANINE__45__AMINOTRANSFERASE__45__RXN" name="3-SULFINOALANINE-AMINOTRANSFERASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_3__45__SULFINOALANINE" stoichiometry="1"/>
+          <speciesReference species="_2__45__KETOGLUTARATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GLT" stoichiometry="1"/>
+          <speciesReference species="_3__45__SULFINYL__45__PYRUVATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ALANINE__45__AMINOTRANSFERASE__45__RXN" name="ALANINE-AMINOTRANSFERASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_2__45__KETOGLUTARATE" stoichiometry="1"/>
+          <speciesReference species="L__45__ALPHA__45__ALANINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GLT" stoichiometry="1"/>
+          <speciesReference species="PYRUVATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="L__45__GLN__45__FRUCT__45__6__45__P__45__AMINOTRANS__45__RXN" name="L-GLN-FRUCT-6-P-AMINOTRANS-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="FRUCTOSE__45__6P" stoichiometry="1"/>
+          <speciesReference species="GLN" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="D__45__GLUCOSAMINE__45__6__45__P" stoichiometry="1"/>
+          <speciesReference species="GLT" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ACETYLORNTRANSAM__45__RXN" name="ACETYLORNTRANSAM-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="GLT" stoichiometry="1"/>
+          <speciesReference species="CPD__45__469" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="N__45__ALPHA__45__ACETYLORNITHINE" stoichiometry="1"/>
+          <speciesReference species="_2__45__KETOGLUTARATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="HISTAMINOTRANS__45__RXN" name="HISTAMINOTRANS-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="IMIDAZOLE__45__ACETOL__45__P" stoichiometry="1"/>
+          <speciesReference species="GLT" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="L__45__HISTIDINOL__45__P" stoichiometry="1"/>
+          <speciesReference species="_2__45__KETOGLUTARATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__6__46__1__46__22__45__RXN" name="2.6.1.22-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_2__45__KETOGLUTARATE" stoichiometry="1"/>
+          <speciesReference species="CPD__45__466" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GLT" stoichiometry="1"/>
+          <speciesReference species="CH3__45__MALONATE__45__S__45__ALD" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PABASYN__45__RXN" name="PABASYN-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CHORISMATE" stoichiometry="1"/>
+          <speciesReference species="GLN" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_4__45__AMINO__45__4__45__DEOXYCHORISMATE" stoichiometry="1"/>
+          <speciesReference species="GLT" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ORNITHINE__45__GLU__45__AMINOTRANSFORASE__45__RXN" name="ORNITHINE-GLU-AMINOTRANSFORASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="L__45__ORNITHINE" stoichiometry="1"/>
+          <speciesReference species="_2__45__KETOGLUTARATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GLT" stoichiometry="1"/>
+          <speciesReference species="L__45__GLUTAMATE_GAMMA__45__SEMIALDEHYDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ORNITHINE__45____45__OXO__45__ACID__45__AMINOTRANSFERASE__45__RXN" name="ORNITHINE--OXO-ACID-AMINOTRANSFERASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="L__45__ORNITHINE" stoichiometry="1"/>
+          <speciesReference species="_2__45__Oxo__45__carboxylates" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Amino__45__Acids__45__20" stoichiometry="1"/>
+          <speciesReference species="L__45__GLUTAMATE_GAMMA__45__SEMIALDEHYDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PSERTRANSAM__45__RXN" name="PSERTRANSAM-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="GLT" stoichiometry="1"/>
+          <speciesReference species="_3__45__P__45__HYDROXYPYRUVATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__P__45__SERINE" stoichiometry="1"/>
+          <speciesReference species="_2__45__KETOGLUTARATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__7737" name="RXN-7737" reversible="false">
+        <listOfReactants>
+          <speciesReference species="DELTA1__45__PIPERIDEINE__45__2__45__6__45__DICARBOXYLATE" stoichiometry="1"/>
+          <speciesReference species="GLT" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="LL__45__DIAMINOPIMELATE" stoichiometry="1"/>
+          <speciesReference species="_2__45__KETOGLUTARATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__6__46__1__46__7__45__RXN" name="2.6.1.7-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_2__45__KETOGLUTARATE" stoichiometry="1"/>
+          <speciesReference species="L__45__KYNURENINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GLT" stoichiometry="1"/>
+          <speciesReference species="CPD__45__476" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10721" name="RXN-10721" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_3__45__HYDROXY__45__L__45__KYNURENINE" stoichiometry="1"/>
+          <speciesReference species="_2__45__KETOGLUTARATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__11552" stoichiometry="1"/>
+          <speciesReference species="GLT" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="BRANCHED__45__CHAINAMINOTRANSFERILEU__45__RXN" name="BRANCHED-CHAINAMINOTRANSFERILEU-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ILE" stoichiometry="1"/>
+          <speciesReference species="_2__45__KETOGLUTARATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GLT" stoichiometry="1"/>
+          <speciesReference species="_2__45__KETO__45__3__45__METHYL__45__VALERATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="BRANCHED__45__CHAINAMINOTRANSFERLEU__45__RXN" name="BRANCHED-CHAINAMINOTRANSFERLEU-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="GLT" stoichiometry="1"/>
+          <speciesReference species="_2K__45__4CH3__45__PENTANOATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="LEU" stoichiometry="1"/>
+          <speciesReference species="_2__45__KETOGLUTARATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="BRANCHED__45__CHAINAMINOTRANSFERVAL__45__RXN" name="BRANCHED-CHAINAMINOTRANSFERVAL-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="VAL" stoichiometry="1"/>
+          <speciesReference species="_2__45__KETOGLUTARATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GLT" stoichiometry="1"/>
+          <speciesReference species="_2__45__KETO__45__ISOVALERATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GLYCERONE__45__KINASE__45__RXN" name="GLYCERONE-KINASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="DIHYDROXYACETONE" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="DIHYDROXY__45__ACETONE__45__PHOSPHATE" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="NAD__45__KIN__45__RXN" name="NAD-KIN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="NAD" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="NADP" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DEPHOSPHOCOAKIN__45__RXN" name="DEPHOSPHOCOAKIN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="DEPHOSPHO__45__COA" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__45__PHOSPHATIDYLINOSITOL__45__KINASE__45__RXN" name="1-PHOSPHATIDYLINOSITOL-KINASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="L__45__1__45__phosphatidyl__45__inositols" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__1108" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12003" name="RXN-12003" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Protein__45__ribulosamines" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Protein__45__phospho__45__ribulosamines" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__7__46__1__46__68__45__RXN" name="2.7.1.68-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__1108" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PHOSPHATIDYL__45__MYO__45__INOSITOL__45__45__45__BISPHOSPHA" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12005" name="RXN-12005" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Protein__45__fructosamines" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Protein__45__phospho__45__fructosamines" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="CHOLINE__45__KINASE__45__RXN" name="CHOLINE-KINASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CHOLINE" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="PHOSPHORYL__45__CHOLINE" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GALACTOKIN__45__RXN" name="GALACTOKIN-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ALPHA__45__D__45__GALACTOSE" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="GALACTOSE__45__1P" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="XYLULOKIN__45__RXN" name="XYLULOKIN-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="D__45__XYLULOSE" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="XYLULOSE__45__5__45__PHOSPHATE" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ADENOSINE__45__KINASE__45__RXN" name="ADENOSINE-KINASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ADENOSINE" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="POLYNUCLEOTIDE__45__5__45__HYDROXYL__45__KINASE__45__RXN" name="POLYNUCLEOTIDE-5-HYDROXYL-KINASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_5__45__Dephospho__45__DNA" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_5__45__Phospho__45__DNA" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__7__46__1__46__127__45__RXN" name="2.7.1.127-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="INOSITOL__45__1__45__4__45__5__45__TRISPHOSPHATE" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__506" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DEOXYGLUCONOKIN__45__RXN" name="DEOXYGLUCONOKIN-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_2__45__DEHYDRO__45__3__45__DEOXY__45__D__45__GLUCONATE" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="_2__45__KETO__45__3__45__DEOXY__45__6__45__P__45__GLUCONATE" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="FUCOKINASE__45__RXN" name="FUCOKINASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="L__45__FUCOSE" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__488" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GLUCOKIN__45__RXN" name="GLUCOKIN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="GLC" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="GLC__45__6__45__P" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DIACYLGLYKIN__45__RXN" name="DIACYLGLYKIN-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="DIACYLGLYCEROL" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="L__45__PHOSPHATIDATE" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RIBOFLAVINKIN__45__RXN" name="RIBOFLAVINKIN-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="RIBOFLAVIN" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="FMN" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="FRUCTOKINASE__45__RXN" name="FRUCTOKINASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="BETA__45__D__45__FRUCTOSE" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="FRUCTOSE__45__6P" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PEPDEPHOS__45__RXN" name="PEPDEPHOS-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="PHOSPHO__45__ENOL__45__PYRUVATE" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PYRUVATE" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="HOMOSERKIN__45__RXN" name="HOMOSERKIN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="HOMO__45__SER" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="O__45__PHOSPHO__45__L__45__HOMOSERINE" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PANTOTHENATE__45__KIN__45__RXN" name="PANTOTHENATE-KIN-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PANTOTHENATE" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="_4__45__P__45__PANTOTHENATE" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__7__46__1__46__148__45__RXN" name="2.7.1.148-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_4__45__CYTIDINE__45__5__45__DIPHOSPHO__45__2__45__C" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="_2__45__PHOSPHO__45__4__45__CYTIDINE__45__5__45__DIPHOSPHO__45__2__45__C__45__MET" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="SHIKIMATE__45__KINASE__45__RXN" name="SHIKIMATE-KINASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="SHIKIMATE" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="SHIKIMATE__45__5P" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ADENYLYLSULFKIN__45__RXN" name="ADENYLYLSULFKIN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="APS" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="PAPS" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RIBOKIN__45__RXN" name="RIBOKIN-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="RIBOSE" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="RIBOSE__45__5P" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__7163" name="RXN-7163" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__1107" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="MI__45__HEXAKISPHOSPHATE" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__7__46__1__46__150__45__RXN" name="2.7.1.150-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__177" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_1__45__PHOSPHATIDYL__45__1D__45__MYO__45__INOSITOL__45__35__45__BISPH" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__7__46__1__46__153__45__RXN" name="2.7.1.153-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PHOSPHATIDYL__45__MYO__45__INOSITOL__45__45__45__BISPHOSPHA" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PHOSPHATIDYLINOSITOL__45__345__45__TRIPHOSPHATE" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__7__46__1__46__154__45__RXN" name="2.7.1.154-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__1108" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_1__45__PHOSPHATIDYL__45__1D__45__MYO__45__INOSITOL__45__34__45__BISPH" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__7__46__1__46__149__45__RXN" name="2.7.1.149-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_1__45__PHOSPHATIDYL__45__1D__45__MYO__45__INOSITOL__45__5__45__PHOSPHA" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PHOSPHATIDYL__45__MYO__45__INOSITOL__45__45__45__BISPHOSPHA" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__7__46__1__46__133__45__RXN" name="2.7.1.133-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="INOSITOL__45__1__45__3__45__4__45__TRIPHOSPHATE" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__505" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__7__46__1__46__140__45__RXN" name="2.7.1.140-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__505" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__1107" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ETHANOLAMINE__45__KINASE__45__RXN" name="ETHANOLAMINE-KINASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ETHANOL__45__AMINE" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="PHOSPHORYL__45__ETHANOLAMINE" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10038" name="RXN-10038" reversible="false">
+        <listOfReactants>
+          <speciesReference species="L__45__seryl__45__SEC__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="O__45__phospho__45__L__45__seryl__45__tRNASecs" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PSEUDOURIDINE__45__KINASE__45__RXN" name="PSEUDOURIDINE-KINASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__497" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="PSEUDOURIDINE__45__5__45__P" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_6__45__PHOSPHOFRUCTO__45__2__45__KINASE__45__RXN" name="6-PHOSPHOFRUCTO-2-KINASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="FRUCTOSE__45__6P" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__535" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_6PFRUCTPHOS__45__RXN" name="6PFRUCTPHOS-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="FRUCTOSE__45__6P" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="FRUCTOSE__45__16__45__DIPHOSPHATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="MEVALONATE__45__KINASE__45__RXN" name="MEVALONATE-KINASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="MEVALONATE" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__499" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GLYCEROL__45__KIN__45__RXN" name="GLYCEROL-KIN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="GLYCEROL" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="GLYCEROL__45__3P" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__7__46__1__46__134__45__RXN" name="2.7.1.134-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__178" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__1107" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_1__45__PHOSPHATIDYLINOSITOL__45__3__45__KINASE__45__RXN" name="1-PHOSPHATIDYLINOSITOL-3-KINASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="L__45__1__45__phosphatidyl__45__inositols" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__177" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PHOSPHORIBULOKINASE__45__RXN" name="PHOSPHORIBULOKINASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="RIBULOSE__45__5P" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="D__45__RIBULOSE__45__15__45__P2" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__7__46__10__46__2__45__RXN" name="2.7.10.2-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="Protein__45__Tyrosines" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Protein__45__tyrosine__45__phosphates" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__7__46__10__46__1__45__RXN" name="2.7.10.1-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="Protein__45__Tyrosines" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="Protein__45__tyrosine__45__phosphates" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__7__46__11__46__22__45__RXN" name="2.7.11.22-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="General__45__Protein__45__Substrates" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="General__45__Phos__45__Protein__45__Substrates" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="TAU__45__PROTEIN__45__KINASE__45__RXN" name="TAU-PROTEIN-KINASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="Tau__45__proteins" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="O__45__phospho__45__tau__45__proteins" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__7__46__11__46__13__45__RXN" name="2.7.11.13-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="General__45__Protein__45__Substrates" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="General__45__Phos__45__Protein__45__Substrates" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__7__46__11__46__18__45__RXN" name="2.7.11.18-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="CPD__45__8564" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="CPD__45__8563" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__7__46__11__46__11__45__RXN" name="2.7.11.11-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="General__45__Protein__45__Substrates" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="General__45__Phos__45__Protein__45__Substrates" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__7__46__11__46__12__45__RXN" name="2.7.11.12-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="General__45__Protein__45__Substrates" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="General__45__Phos__45__Protein__45__Substrates" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PROTEIN__45__KINASE__45__RXN" name="PROTEIN-KINASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="General__45__Protein__45__Substrates" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="General__45__Phos__45__Protein__45__Substrates" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__7__46__11__46__17__45__RXN" name="2.7.11.17-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="General__45__Protein__45__Substrates" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="General__45__Phos__45__Protein__45__Substrates" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__7__46__11__46__24__45__RXN" name="2.7.11.24-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="General__45__Protein__45__Substrates" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="General__45__Phos__45__Protein__45__Substrates" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__7__46__11__46__2__45__RXN" name="2.7.11.2-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="Pyruvate__45__dehydrogenases" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="Phosphorylated__45__pyruvate__45__dehydrogenases" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__7__46__12__46__2__45__RXN" name="2.7.12.2-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="General__45__Protein__45__Substrates" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="General__45__Phos__45__Protein__45__Substrates" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__7__46__13__46__3__45__RXN" name="2.7.13.3-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="Protein__45__Histidines" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="Protein__45__phospho__45__L__45__histidines" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ACETYLGLUTKIN__45__RXN" name="ACETYLGLUTKIN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ACETYL__45__GLU" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="N__45__ACETYL__45__GLUTAMYL__45__P" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ASPARTATEKIN__45__RXN" name="ASPARTATEKIN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="L__45__ASPARTATE" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="L__45__BETA__45__ASPARTYL__45__P" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="CARBAMATE__45__KINASE__45__RXN" name="CARBAMATE-KINASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CARBAMOYL__45__P" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="AMMONIA" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PHOSGLYPHOS__45__RXN" name="PHOSGLYPHOS-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="G3P" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="DPG" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ADENYL__45__KIN__45__RXN" name="ADENYL-KIN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="AMP" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ADP" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="POLYPHOSPHATE__45__KINASE__45__RXN" name="POLYPHOSPHATE-KINASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="Long__45__Chain__45__Polyphosphate" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="Long__45__Chain__45__Polyphosphate" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="UDPKIN__45__RXN" name="UDPKIN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="UDP" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="UTP" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="NUCLEOSIDE__45__DIP__45__KIN__45__RXN" name="NUCLEOSIDE-DIP-KIN-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Ribonucleoside__45__Diphosphates" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Ribonucleoside__45__Triphosphates" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="CDPKIN__45__RXN" name="CDPKIN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CTP" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CDP" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DADPKIN__45__RXN" name="DADPKIN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="DADP" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="DATP" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DCDPKIN__45__RXN" name="DCDPKIN-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="DCDP" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="DCTP" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DGDPKIN__45__RXN" name="DGDPKIN-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="DGDP" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="DGTP" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DTDPKIN__45__RXN" name="DTDPKIN-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="TDP" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="TTP" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DUDPKIN__45__RXN" name="DUDPKIN-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="DUDP" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="DUTP" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GDPKIN__45__RXN" name="GDPKIN-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="GDP" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GTP" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__7__46__4__46__22__45__RXN" name="2.7.4.22-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="UMP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="UDP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10979" name="RXN-10979" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_5__45__DIPHOSPHO__45__1D__45__MYO__45__INOSITOL__45__12346P" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__11939" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10974" name="RXN-10974" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__11700" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__11938" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10973" name="RXN-10973" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__11937" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__11939" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10972" name="RXN-10972" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="MI__45__HEXAKISPHOSPHATE" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__11700" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10971" name="RXN-10971" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="MI__45__HEXAKISPHOSPHATE" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__11937" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__4941" name="RXN-4941" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__1107" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="DIPHOSPHO__45__1D__45__MYO__45__INOSITOL__45__TETRAKISPHOSPH" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__7__46__4__46__24__45__RXN" name="2.7.4.24-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_5__45__DIPHOSPHO__45__1D__45__MYO__45__INOSITOL__45__12346P" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__11938" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__7__46__1__46__152__45__RXN" name="2.7.1.152-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="MI__45__HEXAKISPHOSPHATE" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_5__45__DIPHOSPHO__45__1D__45__MYO__45__INOSITOL__45__12346P" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="CMPKI__45__RXN" name="CMPKI-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="CMP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="CDP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PHOSPHOMEVALONATE__45__KINASE__45__RXN" name="PHOSPHOMEVALONATE-KINASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__499" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__641" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GUANYL__45__KIN__45__RXN" name="GUANYL-KIN-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="GMP" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GDP" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DTMPKI__45__RXN" name="DTMPKI-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="TMP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="TDP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GTPPYPHOSKIN__45__RXN" name="GTPPYPHOSKIN-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="GTP" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GDP__45__TP" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PRPPSYN__45__RXN" name="PRPPSYN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="RIBOSE__45__5P" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="PRPP" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="THIAMIN__45__PYROPHOSPHOKINASE__45__RXN" name="THIAMIN-PYROPHOSPHOKINASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="THIAMINE" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="THIAMINE__45__PYROPHOSPHATE" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__5131" name="RXN0-5131" reversible="true">
+        <listOfReactants>
+          <speciesReference species="IS30__45__Insertion__45__Sequences" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="IS30__45__with__45__Integrated__45__Transposon" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ATP__45__ADENYLYLTRANSFERASE__45__RXN" name="ATP-ADENYLYLTRANSFERASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="ADENOSYL__45__P4" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RNA__45__DIRECTED__45__RNA__45__POLYMERASE__45__RXN" name="RNA-DIRECTED-RNA-POLYMERASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="RNA__45__Holder" stoichiometry="1"/>
+          <speciesReference species="Nucleoside__45__Triphosphates" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="RNA__45__Holder" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__5021" name="RXN0-5021" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Single__45__Stranded__45__DNAs" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Short__45__RNA__45__Fragments" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RNA__45__DIRECTED__45__DNA__45__POLYMERASE__45__RXN" name="RNA-DIRECTED-DNA-POLYMERASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Deoxy__45__Ribonucleoside__45__Triphosphates" stoichiometry="1"/>
+          <speciesReference species="DNA__45__N" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="DNA__45__N" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="FADSYN__45__RXN" name="FADSYN-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="FMN" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="FAD" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="NAG1P__45__URIDYLTRANS__45__RXN" name="NAG1P-URIDYLTRANS-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="N__45__ACETYL__45__D__45__GLUCOSAMINE__45__1__45__P" stoichiometry="1"/>
+          <speciesReference species="UTP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="UDP__45__N__45__ACETYL__45__D__45__GLUCOSAMINE" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="MRNA__45__GUANYLYLTRANSFERASE__45__RXN" name="MRNA-GUANYLYLTRANSFERASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__8630" stoichiometry="1"/>
+          <speciesReference species="GTP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__8631" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DNA__45__DIRECTED__45__DNA__45__POLYMERASE__45__RXN" name="DNA-DIRECTED-DNA-POLYMERASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Deoxy__45__Ribonucleoside__45__Triphosphates" stoichiometry="1"/>
+          <speciesReference species="DNA__45__N" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="DNA__45__N" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DNA__45__DIRECTED__45__RNA__45__POLYMERASE__45__RXN" name="DNA-DIRECTED-RNA-POLYMERASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Nucleoside__45__Triphosphates" stoichiometry="1"/>
+          <speciesReference species="RNA__45__Holder" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="RNA__45__Holder" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12720" name="RXN-12720" reversible="true">
+        <listOfReactants>
+          <speciesReference species="SELENATE" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__13713" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="SULFATE__45__ADENYLYLTRANS__45__RXN" name="SULFATE-ADENYLYLTRANS-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="SULFATE" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="APS" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__7__46__7__46__15__45__RXN" name="2.7.7.15-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="PHOSPHORYL__45__CHOLINE" stoichiometry="1"/>
+          <speciesReference species="CTP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CDP__45__CHOLINE" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__7__46__7__46__13__45__RXN" name="2.7.7.13-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="MANNOSE__45__1P" stoichiometry="1"/>
+          <speciesReference species="GTP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GDP__45__MANNOSE" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GLUC1PURIDYLTRANS__45__RXN" name="GLUC1PURIDYLTRANS-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="UDP__45__GLUCOSE" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="GLC__45__1__45__P" stoichiometry="1"/>
+          <speciesReference species="UTP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="NICONUCADENYLYLTRAN__45__RXN" name="NICONUCADENYLYLTRAN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="NICOTINATE_NUCLEOTIDE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="DEAMIDO__45__NAD" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="POLYNUCLEOTIDE__45__ADENYLYLTRANSFERASE__45__RXN" name="POLYNUCLEOTIDE-ADENYLYLTRANSFERASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="mRNAs" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="mRNAs" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__7__46__7__46__30__45__RXN" name="2.7.7.30-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__488" stoichiometry="1"/>
+          <speciesReference species="GTP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GUANOSINE_DIPHOSPHATE_FUCOSE" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PANTEPADENYLYLTRAN__45__RXN" name="PANTEPADENYLYLTRAN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="PANTETHEINE__45__P" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="DEPHOSPHO__45__COA" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__7__46__7__46__14__45__RXN" name="2.7.7.14-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="PHOSPHORYL__45__ETHANOLAMINE" stoichiometry="1"/>
+          <speciesReference species="CTP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CDP__45__ETHANOLAMINE" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__7__46__7__46__60__45__RXN" name="2.7.7.60-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="_2__45__C__45__METHYL__45__D__45__ERYTHRITOL__45__4__45__PHOSPHATE" stoichiometry="1"/>
+          <speciesReference species="CTP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_4__45__CYTIDINE__45__5__45__DIPHOSPHO__45__2__45__C" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__7__46__7__46__8__45__RXN" name="2.7.7.8-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="RNA__45__Holder" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="RNA__45__Holder" stoichiometry="1"/>
+          <speciesReference species="Nucleoside__45__Diphosphates" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="CDPDIGLYSYN__45__RXN" name="CDPDIGLYSYN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CTP" stoichiometry="1"/>
+          <speciesReference species="L__45__PHOSPHATIDATE" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CDPDIACYLGLYCEROL" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__5515" name="RXN0-5515" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CTP" stoichiometry="1"/>
+          <speciesReference species="_2__45__3__45__4__45__Saturated__45__L__45__Phosphatidates" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="CDP__45__2__45__3__45__4__45__Saturated__45__Diacylglycerols" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__7__46__8__46__23__45__RXN" name="2.7.8.23-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="_1__45__CARBOXYVINYL__45__CARBOXYPHOSPHONATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="_3__45__HYDROHYDROXYPHOSPHORYLPYRUVATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10827" name="RXN-10827" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_1__45__CARBOXYVINYL__45__CARBOXYPHOSPHONATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__11740" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PHOSPHASERSYN__45__RXN" name="PHOSPHASERSYN-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CDPDIACYLGLYCEROL" stoichiometry="1"/>
+          <speciesReference species="SER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CMP" stoichiometry="1"/>
+          <speciesReference species="L__45__1__45__PHOSPHATIDYL__45__SERINE" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PHOSPHAGLYPSYN__45__RXN" name="PHOSPHAGLYPSYN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CDPDIACYLGLYCEROL" stoichiometry="1"/>
+          <speciesReference species="GLYCEROL__45__3P" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CMP" stoichiometry="1"/>
+          <speciesReference species="L__45__1__45__PHOSPHATIDYL__45__GLYCEROL__45__P" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__7__46__8__46__11__45__RXN" name="2.7.8.11-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CDPDIACYLGLYCEROL" stoichiometry="1"/>
+          <speciesReference species="MYO__45__INOSITOL" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="L__45__1__45__phosphatidyl__45__inositols" stoichiometry="1"/>
+          <speciesReference species="CMP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__5781" name="RXN-5781" reversible="false">
+        <listOfReactants>
+          <speciesReference species="DIACYLGLYCEROL_CCO__45__OUT" stoichiometry="1"/>
+          <speciesReference species="CDP__45__CHOLINE_CCO__45__OUT" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PHOSPHATIDYLCHOLINE" stoichiometry="1"/>
+          <speciesReference species="CMP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ETHANOLAMINEPHOSPHOTRANSFERASE__45__RXN" name="ETHANOLAMINEPHOSPHOTRANSFERASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="DIACYLGLYCEROL_CCO__45__OUT" stoichiometry="1"/>
+          <speciesReference species="CDP__45__ETHANOLAMINE_CCO__45__OUT" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="L__45__1__45__PHOSPHATIDYL__45__ETHANOLAMINE_CCO__45__OUT" stoichiometry="1"/>
+          <speciesReference species="CMP_CCO__45__OUT" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__7__46__8__46__27__45__RXN" name="2.7.8.27-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Ceramides" stoichiometry="1"/>
+          <speciesReference species="PHOSPHATIDYLCHOLINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Sphingomyelins" stoichiometry="1"/>
+          <speciesReference species="DIACYLGLYCEROL" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PHOSNACMURPENTATRANS__45__RXN" name="PHOSNACMURPENTATRANS-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="C1" stoichiometry="1"/>
+          <speciesReference species="CPD__45__9646" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="C5" stoichiometry="1"/>
+          <speciesReference species="UMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__8975" name="RXN-8975" reversible="true">
+        <listOfReactants>
+          <speciesReference species="C3" stoichiometry="1"/>
+          <speciesReference species="CPD__45__9646" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="C4" stoichiometry="1"/>
+          <speciesReference species="UMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11347" name="RXN-11347" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__12258" stoichiometry="1"/>
+          <speciesReference species="CPD__45__9646" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__12303" stoichiometry="1"/>
+          <speciesReference species="UMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="HOLO__45__ACP__45__SYNTH__45__RXN" name="HOLO-ACP-SYNTH-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="apo__45__ACP" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__5__45__ADP" stoichiometry="1"/>
+          <speciesReference species="ACP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__7__46__8__46__15__45__RXN" name="2.7.8.15-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="DOLICHOLP" stoichiometry="1"/>
+          <speciesReference species="UDP__45__N__45__ACETYL__45__D__45__GLUCOSAMINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__190" stoichiometry="1"/>
+          <speciesReference species="UMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PEPSYNTH__45__RXN" name="PEPSYNTH-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="PYRUVATE" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="PHOSPHO__45__ENOL__45__PYRUVATE" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PYRUVATEORTHOPHOSPHATE__45__DIKINASE__45__RXN" name="PYRUVATEORTHOPHOSPHATE-DIKINASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="PHOSPHO__45__ENOL__45__PYRUVATE" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PYRUVATE" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__7__46__9__46__3__45__RXN" name="2.7.9.3-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="SE__45__2" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="SEPO3" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__949" name="RXN0-949" reversible="false">
+        <listOfReactants>
+          <speciesReference species="Octanoylated__45__domains" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="2"/>
+          <speciesReference species="CPD__45__7046" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Lipoylated__45__domains" stoichiometry="1"/>
+          <speciesReference species="CH33ADO" stoichiometry="2"/>
+          <speciesReference species="MET" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="THIOSULFATE__45__SULFURTRANSFERASE__45__RXN" name="THIOSULFATE-SULFURTRANSFERASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="S2O3" stoichiometry="1"/>
+          <speciesReference species="HCN" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+          <speciesReference species="SO3" stoichiometry="1"/>
+          <speciesReference species="HSCN" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2__46__8__46__1__46__6__45__RXN" name="2.8.1.6-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Sulfurated__45__Sulfur__45__Acceptors" stoichiometry="1"/>
+          <speciesReference species="DETHIOBIOTIN" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Unsulfurated__45__Sulfur__45__Acceptors" stoichiometry="1"/>
+          <speciesReference species="BIOTIN" stoichiometry="1"/>
+          <speciesReference species="CH33ADO" stoichiometry="2"/>
+          <speciesReference species="MET" stoichiometry="2"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9787" name="RXN-9787" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ThiI__45__L__45__cysteine" stoichiometry="1"/>
+          <speciesReference species="CYS" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ThiI__45__S__45__sulfanylcysteine" stoichiometry="1"/>
+          <speciesReference species="L__45__ALPHA__45__ALANINE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__308" name="RXN0-308" reversible="false">
+        <listOfReactants>
+          <speciesReference species="L__45__Cysteine__45__Desulfurases" stoichiometry="1"/>
+          <speciesReference species="CYS" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Persulfurated__45__L__45__cysteine__45__desulfurases" stoichiometry="1"/>
+          <speciesReference species="L__45__ALPHA__45__ALANINE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="HEPARITIN__45__SULFOTRANSFERASE__45__RXN" name="HEPARITIN-SULFOTRANSFERASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="HEPARIN__45__GLUCOSAMINE" stoichiometry="1"/>
+          <speciesReference species="PAPS" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Heparan__45__sulfate__45__D__45__GlcNS" stoichiometry="1"/>
+          <speciesReference species="_3__45__5__45__ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11555" name="RXN-11555" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Dermatan__45__NacGal" stoichiometry="1"/>
+          <speciesReference species="PAPS" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__5__45__ADP" stoichiometry="1"/>
+          <speciesReference species="Dermatan__45__NAcGal__45__4__45__sulfates" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GALACTOSYLCERAMIDE__45__SULFOTRANSFERASE__45__RXN" name="GALACTOSYLCERAMIDE-SULFOTRANSFERASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="A__45__GALACTOSYLCERAMIDE" stoichiometry="1"/>
+          <speciesReference species="PAPS" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__5__45__ADP" stoichiometry="1"/>
+          <speciesReference species="GALACTOSYLCERAMIDE__45__SULFATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN6666__45__9" name="RXN6666-9" reversible="true">
+        <listOfReactants>
+          <speciesReference species="DOPAMINE" stoichiometry="1"/>
+          <speciesReference species="PAPS" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__5__45__ADP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__7649" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11059" name="RXN-11059" reversible="true">
+        <listOfReactants>
+          <speciesReference species="N__45__ACETYL__45__SEROTONIN" stoichiometry="1"/>
+          <speciesReference species="PAPS" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__12017" stoichiometry="1"/>
+          <speciesReference species="_3__45__5__45__ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11058" name="RXN-11058" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__12014" stoichiometry="1"/>
+          <speciesReference species="PAPS" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__12015" stoichiometry="1"/>
+          <speciesReference species="_3__45__5__45__ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ARYL__45__SULFOTRANSFERASE__45__RXN" name="ARYL-SULFOTRANSFERASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PAPS" stoichiometry="1"/>
+          <speciesReference species="Aryl__45__Alcohol" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__5__45__ADP" stoichiometry="1"/>
+          <speciesReference species="Aryl__45__sulfates" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10782" name="RXN-10782" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__11671" stoichiometry="1"/>
+          <speciesReference species="PAPS" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__5__45__ADP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__11674" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10777" name="RXN-10777" reversible="true">
+        <listOfReactants>
+          <speciesReference species="SEROTONIN" stoichiometry="1"/>
+          <speciesReference species="PAPS" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__5__45__ADP" stoichiometry="1"/>
+          <speciesReference species="CPD__45__11665" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10615" name="RXN-10615" reversible="true">
+        <listOfReactants>
+          <speciesReference species="LIOTHYRONINE" stoichiometry="1"/>
+          <speciesReference species="PAPS" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__5__45__ADP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__11408" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10614" name="RXN-10614" reversible="true">
+        <listOfReactants>
+          <speciesReference species="L__45__THYROXINE" stoichiometry="1"/>
+          <speciesReference species="PAPS" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__5__45__ADP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__11407" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10039" name="RXN-10039" reversible="false">
+        <listOfReactants>
+          <speciesReference species="O__45__phospho__45__L__45__seryl__45__tRNASecs" stoichiometry="1"/>
+          <speciesReference species="SEPO3" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Charged__45__SEC__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_6PGLUCONOLACT__45__RXN" name="6PGLUCONOLACT-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="D__45__6__45__P__45__GLUCONO__45__DELTA__45__LACTONE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__2961" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GLUCONOLACT__45__RXN" name="GLUCONOLACT-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="GLC__45__D__45__LACTONE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="GLUCONATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="LYSOPHOSPHOLIPASE__45__RXN" name="LYSOPHOSPHOLIPASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_2__45__Acylglycero__45__Phosphocholines" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Carboxylates" stoichiometry="1"/>
+          <speciesReference species="L__45__1__45__GLYCERO__45__PHOSPHORYLCHOLINE" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9868" name="RXN-9868" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__10608" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__294" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="CARBOXYMETHYLENEBUTENOLIDASE__45__RXN" name="CARBOXYMETHYLENEBUTENOLIDASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_4__45__CARBOXYMETHYLENEBUT__45__2__45__EN__45__4__45__OLIDE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__294" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12086" name="RXN-12086" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__13014" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__13040" stoichiometry="1"/>
+          <speciesReference species="BUTYRIC_ACID" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12579" name="RXN-12579" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Dietary__45__retinyl__45__esters" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__13524" stoichiometry="1"/>
+          <speciesReference species="Long__45__Chain__45__Fatty__45__Acids" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="TRIACYLGLYCEROL__45__LIPASE__45__RXN" name="TRIACYLGLYCEROL-LIPASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="Triacylglycerols" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Diacylglycerides" stoichiometry="1"/>
+          <speciesReference species="Carboxylates" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RETINYL__45__PALMITATE__45__ESTERASE__45__RXN" name="RETINYL-PALMITATE-ESTERASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CHOCOLA_A" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Retinols" stoichiometry="1"/>
+          <speciesReference species="PALMITATE" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10711" name="RXN-10711" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__10546" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="INDOLE_ACETATE_AUXIN" stoichiometry="1"/>
+          <speciesReference species="METOH" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10767" name="RXN-10767" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Methyl__45__Jasmonates" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Jasmonic__45__Acids" stoichiometry="1"/>
+          <speciesReference species="METOH" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="CARBOXYLESTERASE__45__RXN" name="CARBOXYLESTERASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Carboxylic__45__esters" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Alcohols" stoichiometry="1"/>
+          <speciesReference species="Carboxylates" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12252" name="RXN-12252" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__13172" stoichiometry="1"/>
+          <speciesReference species="CPD__45__173" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__13174" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12253" name="RXN-12253" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__13172" stoichiometry="1"/>
+          <speciesReference species="BENZYL__45__ALCOHOL" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__13175" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12575" name="RXN-12575" reversible="false">
+        <listOfReactants>
+          <speciesReference species="All__45__trans__45__Retinyl__45__Esters" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__13524" stoichiometry="1"/>
+          <speciesReference species="Long__45__Chain__45__Fatty__45__Acids" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXNQT__45__4366" name="RXNQT-4366" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__6442" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__110" stoichiometry="1"/>
+          <speciesReference species="METOH" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__1__46__1__46__64__45__RXN" name="3.1.1.64-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CHOCOLA_A" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__13524" stoichiometry="1"/>
+          <speciesReference species="PALMITATE" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="AMINOCYL__45__TRNA__45__HYDROLASE__45__RXN" name="AMINOCYL-TRNA-HYDROLASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="N__45__Substituted__45__Aminoacyl__45__tRNA" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="tRNA__45__Holder" stoichiometry="1"/>
+          <speciesReference species="N__45__Substituted__45__Amino__45__Acids" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12460" name="RXN-12460" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Charged__45__ASN__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ASN" stoichiometry="1"/>
+          <speciesReference species="ASN__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__1__46__1__46__47__45__RXN" name="3.1.1.47-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="Alkyl__45__acetyl__45__glycero__45__phosphocholines" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ACET" stoichiometry="1"/>
+          <speciesReference species="_1__45__Alkyl__45__sn__45__glycero__45__3__45__phosphocholines" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PHOSPHOLIPASE__45__A1__45__RXN" name="PHOSPHOLIPASE-A1-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PHOSPHATIDYLCHOLINE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_2__45__Acylglycero__45__Phosphocholines" stoichiometry="1"/>
+          <speciesReference species="Fatty__45__Acids" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__1602" name="RXN-1602" reversible="false">
+        <listOfReactants>
+          <speciesReference species="Diacylglycerides" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__409" stoichiometry="1"/>
+          <speciesReference species="Fatty__45__Acids" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__1__46__1__46__23__45__RXN" name="3.1.1.23-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__504" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Fatty__45__Acids" stoichiometry="1"/>
+          <speciesReference species="GLYCEROL" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PHOSPHOLIPASE__45__A2__45__RXN" name="PHOSPHOLIPASE-A2-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PHOSPHATIDYLCHOLINE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_2__45__Lysophosphatidylcholines" stoichiometry="1"/>
+          <speciesReference species="Fatty__45__Acids" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__6725" name="RXN0-6725" reversible="true">
+        <listOfReactants>
+          <speciesReference species="L__45__1__45__PHOSPHATIDYL__45__ETHANOLAMINE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Fatty__45__Acids" stoichiometry="1"/>
+          <speciesReference species="_2__45__LYSOPHOSPHATIDYLETHANOLAMINES" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__1501" name="RXN-1501" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PHOSPHATIDYLCHOLINE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_2__45__Lysophosphatidylcholines" stoichiometry="1"/>
+          <speciesReference species="LINOLENIC_ACID" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__1__46__11__46__1__45__RXN" name="3.1.11.1-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="DNA__45__N" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="DNA__45__N" stoichiometry="1"/>
+          <speciesReference species="Nucleoside__45__Monophosphates" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__1__46__11__46__2__45__RXN" name="3.1.11.2-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="DNA__45__N" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="DNA__45__N" stoichiometry="1"/>
+          <speciesReference species="Nucleoside__45__Monophosphates" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="THIOESTER__45__RXN" name="THIOESTER-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="Saturated__45__Fatty__45__Acyl__45__CoA" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD66__45__39" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__5390" name="RXN0-5390" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD0__45__1158" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD0__45__1159" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ACYL__45__COA__45__HYDROLASE__45__RXN" name="ACYL-COA-HYDROLASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ACYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+          <speciesReference species="Carboxylates" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="UBIQUITIN__45__THIOLESTERASE__45__RXN" name="UBIQUITIN-THIOLESTERASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Ubiquitin__45__C__45__terminal__45__thioesters" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Ubiquitins" stoichiometry="1"/>
+          <speciesReference species="Thiols" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__7919" name="RXN-7919" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_2__45__hydroxyacyl__45__glutathiones" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GLUTATHIONE" stoichiometry="1"/>
+          <speciesReference species="_2__45__Hydroxy__45__carboxylates" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GLYOXII__45__RXN" name="GLYOXII-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="S__45__LACTOYL__45__GLUTATHIONE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="GLUTATHIONE" stoichiometry="1"/>
+          <speciesReference species="D__45__LACTATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__45__HYDROXYISOBUTYRYL__45__COA__45__HYDROLASE__45__RXN" name="3-HYDROXYISOBUTYRYL-COA-HYDROLASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__12173" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__12175" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="S__45__FORMYLGLUTATHIONE__45__HYDROLASE__45__RXN" name="S-FORMYLGLUTATHIONE-HYDROLASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__548" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="FORMATE" stoichiometry="1"/>
+          <speciesReference species="GLUTATHIONE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__1__46__26__46__4__45__RXN" name="3.1.26.4-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="RNA__45__DNA__45__hybrids" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="DNA__45__Holder" stoichiometry="1"/>
+          <speciesReference species="Nucleoside__45__Monophosphates" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__1__46__26__46__3__45__RXN" name="3.1.26.3-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="RNASE__45__III__45__MRNA__45__PROCESSING__45__SUBSTRATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="RNASE__45__III__45__PROCESSING__45__PRODUCT__45__MRNA" stoichiometry="1"/>
+          <speciesReference species="ssRNAs" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__6480" name="RXN0-6480" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD0__45__2354" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="tRNAs" stoichiometry="1"/>
+          <speciesReference species="ssRNAs" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__1__46__26__46__5__45__RXN" name="3.1.26.5-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD0__45__2352" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD0__45__2353" stoichiometry="1"/>
+          <speciesReference species="ssRNAs" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__1__46__27__46__5__45__RXN" name="3.1.27.5-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="RNA__45__Holder" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__Prime__45__Ribonucleoside__45__Monophosphates" stoichiometry="1"/>
+          <speciesReference species="_3__45__phosphooligonucleotides" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__5408" name="RXN0-5408" reversible="true">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="D__45__MYO__45__INOSITOL__45__1__45__MONOPHOSPHATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="MYO__45__INOSITOL" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10954" name="RXN-10954" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__6702" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="MYO__45__INOSITOL" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10953" name="RXN-10953" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__6701" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="MYO__45__INOSITOL" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10952" name="RXN-10952" reversible="false">
+        <listOfReactants>
+          <speciesReference species="D__45__MYO__45__INOSITOL__45__4__45__PHOSPHATE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="MYO__45__INOSITOL" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10949" name="RXN-10949" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Myo__45__inositol__45__monophosphates" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="MYO__45__INOSITOL" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="MYO__45__INOSITOL__45__1OR__45__4__45__MONOPHOSPHATASE__45__RXN" name="MYO-INOSITOL-1OR-4-MONOPHOSPHATASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_1__45__L__45__MYO__45__INOSITOL__45__1__45__P" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="MYO__45__INOSITOL" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="TREHALOSEPHOSPHA__45__RXN" name="TREHALOSEPHOSPHA-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="TREHALOSE__45__6P" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="TREHALOSE" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__1439" name="RXN1G-1439" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD1G__45__774" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD1G__45__1354" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__1438" name="RXN1G-1438" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD1G__45__773" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD1G__45__1353" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__1437" name="RXN1G-1437" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD1G__45__772" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD1G__45__1346" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__1436" name="RXN1G-1436" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD1G__45__771" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD1G__45__1345" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__1435" name="RXN1G-1435" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD1G__45__768" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD1G__45__1344" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="MYOSIN__45__LIGHT__45__CHAIN__45__PHOSPHATASE__45__RXN" name="MYOSIN-LIGHT-CHAIN-PHOSPHATASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="CPD__45__8563" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="CPD__45__8564" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ALKAPHOSPHA__45__RXN" name="ALKAPHOSPHA-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Orthophosphoric__45__Monoesters" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Alcohols" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__1__46__3__46__46__45__RXN" name="3.1.3.46-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="CPD__45__535" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="FRUCTOSE__45__6P" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXNQT__45__4142" name="RXNQT-4142" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPDQT__45__4" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="L__45__GALACTOSE" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__5822" name="RXN-5822" reversible="false">
+        <listOfReactants>
+          <speciesReference species="NADP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="NAD" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ACID__45__PHOSPHATASE__45__RXN" name="ACID-PHOSPHATASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="Orthophosphoric__45__Monoesters" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="Alcohols" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXNQT__45__4191" name="RXNQT-4191" reversible="false">
+        <listOfReactants>
+          <speciesReference species="THIAMINE__45__P" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="THIAMINE" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="F16BDEPHOS__45__RXN" name="F16BDEPHOS-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="FRUCTOSE__45__16__45__DIPHOSPHATE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="FRUCTOSE__45__6P" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__1__46__3__46__16__45__RXN" name="3.1.3.16-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="General__45__Phos__45__Protein__45__Substrates" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="General__45__Protein__45__Substrates" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__5114" name="RXN0-5114" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_3__45__P__45__SERINE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="SER" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PSERPHOSPHA__45__RXN" name="PSERPHOSPHA-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Phosphoserines" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Serines" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="SEDOHEPTULOSE__45__BISPHOSPHATASE__45__RXN" name="SEDOHEPTULOSE-BISPHOSPHATASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="D__45__SEDOHEPTULOSE__45__1__45__7__45__P2" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="D__45__SEDOHEPTULOSE__45__7__45__P" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="XMPXAN__45__RXN" name="XMPXAN-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="XANTHOSINE__45__5__45__PHOSPHATE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="XANTHOSINE" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__5841" name="RXN-5841" reversible="true">
+        <listOfReactants>
+          <speciesReference species="NICOTINAMIDE_NUCLEOTIDE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="NICOTINAMIDE_RIBOSE" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__7607" name="RXN-7607" reversible="true">
+        <listOfReactants>
+          <speciesReference species="IMP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="INOSINE" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__7609" name="RXN-7609" reversible="true">
+        <listOfReactants>
+          <speciesReference species="GMP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GUANOSINE" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_5__45__NUCLEOTID__45__RXN" name="5-NUCLEOTID-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Ribonucleoside__45__Monophosphates" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Ribonucleosides" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="AMP__45__DEPHOSPHORYLATION__45__RXN" name="AMP-DEPHOSPHORYLATION-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="AMP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ADENOSINE" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PHOSPHATIDATE__45__PHOSPHATASE__45__RXN" name="PHOSPHATIDATE-PHOSPHATASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="L__45__PHOSPHATIDATE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="DIACYLGLYCEROL" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10938" name="RXN-10938" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_1__45__PHOSPHATIDYL__45__1D__45__MYO__45__INOSITOL__45__35__45__BISPH" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__177" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10955" name="RXN-10955" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__1107" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__178" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__1__46__3__46__62__45__RXN" name="3.1.3.62-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__506" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="INOSITOL__45__1__45__4__45__5__45__TRISPHOSPHATE" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__8730" name="RXN-8730" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__506" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="INOSITOL__45__1__45__3__45__4__45__TRIPHOSPHATE" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GLUCOSE__45__1__45__PHOSPHAT__45__RXN" name="GLUCOSE-1-PHOSPHAT-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="GLC__45__1__45__P" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="D__45__Glucose" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PGPPHOSPHA__45__RXN" name="PGPPHOSPHA-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="L__45__1__45__PHOSPHATIDYL__45__GLYCEROL__45__P" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="L__45__1__45__PHOSPHATIDYL__45__GLYCEROL" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__1__46__3__46__56__45__RXN" name="3.1.3.56-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="INOSITOL__45__1__45__4__45__5__45__TRISPHOSPHATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="INOSITOL__45__1__45__4__45__BISPHOSPHATE" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__1__46__3__46__57__45__RXN" name="3.1.3.57-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="INOSITOL__45__1__45__4__45__BISPHOSPHATE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="D__45__MYO__45__INOSITOL__45__4__45__PHOSPHATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GPH__45__RXN" name="GPH-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="CPD__45__67" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GLYCOLLATE" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PROTEIN__45__TYROSINE__45__PHOSPHATASE__45__RXN" name="PROTEIN-TYROSINE-PHOSPHATASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Protein__45__tyrosine__45__phosphates" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="Protein__45__Tyrosines" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__1__46__4__46__1__45__RXN" name="3.1.4.1-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Oligonucleotides" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Oligonucleotides" stoichiometry="1"/>
+          <speciesReference species="Nucleoside__45__Monophosphates" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="SPHINGOMYELIN__45__PHOSPHODIESTERASE__45__RXN" name="SPHINGOMYELIN-PHOSPHODIESTERASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="Sphingomyelins" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Ceramides" stoichiometry="1"/>
+          <speciesReference species="PHOSPHORYL__45__CHOLINE" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__1__46__4__46__11__45__RXN" name="3.1.4.11-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PHOSPHATIDYL__45__MYO__45__INOSITOL__45__45__45__BISPHOSPHA" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="DIACYLGLYCEROL" stoichiometry="1"/>
+          <speciesReference species="INOSITOL__45__1__45__4__45__5__45__TRISPHOSPHATE" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PHOSCHOL__45__RXN" name="PHOSCHOL-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PHOSPHATIDYLCHOLINE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="L__45__PHOSPHATIDATE" stoichiometry="1"/>
+          <speciesReference species="CHOLINE" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__1__46__4__46__14__45__RXN" name="3.1.4.14-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ACP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PANTETHEINE__45__P" stoichiometry="1"/>
+          <speciesReference species="apo__45__ACP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GLYCPDIESTER__45__RXN" name="GLYCPDIESTER-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="Glycerophosphodiesters" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Alcohols" stoichiometry="1"/>
+          <speciesReference species="GLYCEROL__45__3P" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PHOSPHOLIPASE__45__C__45__RXN" name="PHOSPHOLIPASE-C-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PHOSPHATIDYLCHOLINE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PHOSPHORYL__45__CHOLINE" stoichiometry="1"/>
+          <speciesReference species="DIACYLGLYCEROL" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ARYLSULFAT__45__RXN" name="ARYLSULFAT-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Aryl__45__Sulfate" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Aryl__45__Alcohol" stoichiometry="1"/>
+          <speciesReference species="SULFATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PPGPPSYN__45__RXN" name="PPGPPSYN-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="GUANOSINE__45__5DP__45__3DP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="GDP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ARYLDIALKYLPHOSPHATASE__45__RXN" name="ARYLDIALKYLPHOSPHATASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Aryl__45__Dialkyl__45__Phosphate" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Dialkyl__45__phosphates" stoichiometry="1"/>
+          <speciesReference species="Aryl__45__Alcohol" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__1223" name="RXN-1223" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__12575" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="SO3" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="UDP__45__SULFOQUINOVOSE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9674" name="RXN-9674" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__10277" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__12699" stoichiometry="1"/>
+          <speciesReference species="GLC" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10773" name="RXN-10773" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CELLOBIOSE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GLC" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__8036" name="RXN-8036" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__7417" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__7418" stoichiometry="1"/>
+          <speciesReference species="GLC" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__5341" name="RXN-5341" reversible="true">
+        <listOfReactants>
+          <speciesReference species="LINAMARIN" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_2__45__HYDROXY__45__2__45__METHYLPROPANENITRILE" stoichiometry="1"/>
+          <speciesReference species="GLC" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__2__46__1__46__21__45__RXN" name="3.2.1.21-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Beta__45__D__45__glucosides" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Non__45__Glucosylated__45__Glucose__45__Acceptors" stoichiometry="1"/>
+          <speciesReference species="GLC" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="TREHALA__45__RXN" name="TREHALA-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="TREHALOSE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GLC" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__2__46__1__46__37__45__RXN" name="3.2.1.37-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_1__45__4__45__D__45__xylooligosaccharides" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="BETA__45__D__45__XYLOSE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__2__46__1__46__39__45__RXN" name="3.2.1.39-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_1__45__3__45__beta__45__D__45__Glucans" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_1__45__3__45__beta__45__D__45__Glucans" stoichiometry="1"/>
+          <speciesReference species="GLC" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__5183" name="RXN0-5183" reversible="true">
+        <listOfReactants>
+          <speciesReference species="MALTOTRIOSE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="MALTOSE" stoichiometry="1"/>
+          <speciesReference species="ALPHA__45__GLUCOSE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="MALTODEXGLUCOSID__45__RXN" name="MALTODEXGLUCOSID-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_1__45__4__45__alpha__45__D__45__Glucan" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_1__45__4__45__alpha__45__D__45__Glucan" stoichiometry="1"/>
+          <speciesReference species="ALPHA__45__GLUCOSE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__2141" name="RXN-2141" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ALPHA__45__MALTOSE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ALPHA__45__GLUCOSE" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ALPHA__45__L__45__FUCOSIDASE__45__RXN" name="ALPHA-L-FUCOSIDASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="AN__45__ALPHA__45__L__45__FUCOSIDE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="L__45__FUCOSE" stoichiometry="1"/>
+          <speciesReference species="Alcohols" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__2__46__1__46__8__45__RXN" name="3.2.1.8-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_1__45__4__45__beta__45__Xylan" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_1__45__4__45__D__45__xylooligosaccharides" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__2__46__1__46__24__45__RXN" name="3.2.1.24-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Alpha__45__D__45__Mannosides" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__13559" stoichiometry="1"/>
+          <speciesReference species="RH" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__2__46__1__46__58__45__RXN" name="3.2.1.58-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_1__45__3__45__beta__45__D__45__Glucans" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ALPHA__45__GLUCOSE" stoichiometry="1"/>
+          <speciesReference species="_1__45__3__45__beta__45__D__45__Glucans" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__2__46__1__46__106__45__RXN" name="3.2.1.106-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__13936" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__13937" stoichiometry="1"/>
+          <speciesReference species="D__45__Glucose" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__2__46__1__46__113__45__RXN" name="3.2.1.113-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Mannosyl9__45__Nacetylglucosaminyl2" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Mannosyl8__45__Nacetylglucosaminyl2" stoichiometry="1"/>
+          <speciesReference species="MANNOSE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__2__46__1__46__96__45__RXN" name="3.2.1.96-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="General__45__Glycoprotein__45__Substrates" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="N__45__Glycans" stoichiometry="1"/>
+          <speciesReference species="Oligosaccharides" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12400" name="RXN-12400" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__13378" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__13375" stoichiometry="1"/>
+          <speciesReference species="GALACTOSE" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12399" name="RXN-12399" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__13377" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__13375" stoichiometry="1"/>
+          <speciesReference species="GALACTOSE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12398" name="RXN-12398" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__13376" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__13375" stoichiometry="1"/>
+          <speciesReference species="GALACTOSE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="BETAGALACTOSID__45__RXN" name="BETAGALACTOSID-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="LACTOSE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GALACTOSE" stoichiometry="1"/>
+          <speciesReference species="GLC" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__2__46__1__46__23__45__RXN" name="3.2.1.23-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Galactosylated__45__Galactose__45__Acceptors" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Non__45__Galactosylated__45__Galactose__45__Acceptors" stoichiometry="1"/>
+          <speciesReference species="GALACTOSE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="KETOLACTOSE__45__RXN" name="KETOLACTOSE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_3__45__KETOLACTOSE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__1242" stoichiometry="1"/>
+          <speciesReference species="GLC" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__2__46__1__46__84__45__RXN" name="3.2.1.84-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_1__45__3__45__alpha__45__D__45__Glucans" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_1__45__3__45__alpha__45__D__45__Glucans" stoichiometry="1"/>
+          <speciesReference species="ALPHA__45__GLUCOSE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12088" name="RXN-12088" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Alpha__45__D__45__Galactosides" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ALPHA__45__D__45__GALACTOSE" stoichiometry="1"/>
+          <speciesReference species="RH" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11501" name="RXN-11501" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__170" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__1099" stoichiometry="1"/>
+          <speciesReference species="ALPHA__45__D__45__GALACTOSE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ALPHAGALACTOSID__45__RXN" name="ALPHAGALACTOSID-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="MELIBIOSE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ALPHA__45__D__45__GALACTOSE" stoichiometry="1"/>
+          <speciesReference species="GLC" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__2__46__2__46__24__45__RXN" name="3.2.2.24-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ADP__45__D__45__ribosyl__45__nitrogen__45__reductases" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ADENOSINE_DIPHOSPHATE_RIBOSE" stoichiometry="1"/>
+          <speciesReference species="Nitrogen__45__reductases" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__366" name="RXN0-366" reversible="false">
+        <listOfReactants>
+          <speciesReference species="GUANOSINE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="RIBOSE" stoichiometry="1"/>
+          <speciesReference species="GUANINE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ADENOSYLHOMOCYSTEINE__45__NUCLEOSIDASE__45__RXN" name="ADENOSYLHOMOCYSTEINE-NUCLEOSIDASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__564" stoichiometry="1"/>
+          <speciesReference species="ADENINE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ISOCHORMAT__45__RXN" name="ISOCHORMAT-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="ISOCHORISMATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PYRUVATE" stoichiometry="1"/>
+          <speciesReference species="DIHYDRO__45__DIOH__45__BENZOATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__4__46__11__46__5__45__RXN" name="3.4.11.5-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="L__45__PROLYL__45__PEPTIDES" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+          <speciesReference species="PRO" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__4__46__11__46__18__45__RXN" name="3.4.11.18-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Protein__45__With__45__N__45__Terminal__45__Met" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="MET" stoichiometry="1"/>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__4__46__11__46__2__45__RXN" name="3.4.11.2-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="POLYPEPTIDE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="POLYPEPTIDE" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__6622" name="RXN-6622" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CYS__45__GLY" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CYS" stoichiometry="1"/>
+          <speciesReference species="GLY" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__6642" name="RXN-6642" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__6262" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="S__45__Substituted__45__L__45__Cysteines" stoichiometry="1"/>
+          <speciesReference species="GLY" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__4__46__11__46__1__45__RXN" name="3.4.11.1-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Amino__45__Acids__45__20" stoichiometry="1"/>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__4__46__11__46__9__45__RXN" name="3.4.11.9-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Protein__45__Prolines" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Protein__45__N__45__Terminal__45__Prolines" stoichiometry="1"/>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__4__46__14__46__10__45__RXN" name="3.4.14.10-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="POLYPEPTIDE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="POLYPEPTIDE" stoichiometry="1"/>
+          <speciesReference species="TRIPEPTIDES" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="CARBOXYPEPTIDASE__45__A__45__RXN" name="CARBOXYPEPTIDASE-A-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Protein__45__Amino__45__Acids" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="L__45__2__45__AMINO__45__ACID" stoichiometry="1"/>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PYROGLUTAMYL__45__PEPTIDASE__45__I__45__RXN" name="PYROGLUTAMYL-PEPTIDASE-I-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_5__45__OXOPROLYL__45__PEPTIDE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+          <speciesReference species="_5__45__OXOPROLINE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__4__46__21__46__92__45__RXN" name="3.4.21.92-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="General__45__Protein__45__Substrates" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__4__46__21__46__53__45__RXN" name="3.4.21.53-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="General__45__Protein__45__Substrates" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__4__46__21__46__89__45__RXN" name="3.4.21.89-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Peptides__45__with__45__Leader__45__Sequence" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+          <speciesReference species="Leader__45__Sequences" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__3201" name="RXN0-3201" reversible="true">
+        <listOfReactants>
+          <speciesReference species="cleaved__45__lipoprotein__45__signal__45__peptide" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__4__46__21__46__26__45__RXN" name="3.4.21.26-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="General__45__Protein__45__Substrates" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11693" name="RXN-11693" reversible="true">
+        <listOfReactants>
+          <speciesReference species="RAD21__45__Cohesin__45__Subunits" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__4__46__22__46__40__45__RXN" name="3.4.22.40-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Bleomycins" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Deamido__45__bleomycins" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__4__46__22__46__68__45__RXN" name="3.4.22.68-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="SUMO__45__propeptides" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="SUMO__45__peptides" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__4__46__22__46__16__45__RXN" name="3.4.22.16-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="General__45__Protein__45__Substrates" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__4__46__22__46__34__45__RXN" name="3.4.22.34-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="General__45__Protein__45__Substrates" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__4__46__22__46__15__45__RXN" name="3.4.22.15-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="General__45__Protein__45__Substrates" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__4__46__22__46__1__45__RXN" name="3.4.22.1-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="General__45__Protein__45__Substrates" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__4__46__23__46__34__45__RXN" name="3.4.23.34-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="General__45__Protein__45__Substrates" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__4__46__23__46__1__45__RXN" name="3.4.23.1-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="General__45__Protein__45__Substrates" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__4__46__24__46__56__45__RXN" name="3.4.24.56-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="POLYPEPTIDE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__4__46__24__46__59__45__RXN" name="3.4.24.59-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="mitochondrial__45__intermediate__45__protein" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="N__45__terminal__45__octapeptide" stoichiometry="1"/>
+          <speciesReference species="mature__45__protein" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__4__46__24__46__64__45__RXN" name="3.4.24.64-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Mitochondrial__45__Preproteins" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Processed__45__Mitochondrial__45__Proteins" stoichiometry="1"/>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__4__46__24__46__70__45__RXN" name="3.4.24.70-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="OLIGOPEPTIDES" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__4__46__24__46__33__45__RXN" name="3.4.24.33-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="General__45__Protein__45__Substrates" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__4__46__24__46__57__45__RXN" name="3.4.24.57-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="O__45__Sialoglycoproteins" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__4__46__25__46__1__45__RXN" name="3.4.25.1-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="General__45__Protein__45__Substrates" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__5__46__1__46__88__45__RXN" name="3.5.1.88-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="FORMYL__45__L__45__METHIONYL__45__PEPTIDE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="METHIONYL__45__PEPTIDE" stoichiometry="1"/>
+          <speciesReference species="FORMATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ACETYLORNDEACET__45__RXN" name="ACETYLORNDEACET-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="N__45__ALPHA__45__ACETYLORNITHINE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="L__45__ORNITHINE" stoichiometry="1"/>
+          <speciesReference species="ACET" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="N__45__CARBAMOYLPUTRESCINE__45__AMIDASE__45__RXN" name="N-CARBAMOYLPUTRESCINE-AMIDASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__597" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PUTRESCINE" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="AMMONIA" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__5__46__1__46__52__45__RXN" name="3.5.1.52-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__8541" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="N__45__ACETYL__45__BETA__45__GLUCOSAMINYLAMINE" stoichiometry="1"/>
+          <speciesReference species="Protein__45__L__45__Aspartates" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ASPARAGHYD__45__RXN" name="ASPARAGHYD-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ASN" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="L__45__ASPARTATE" stoichiometry="1"/>
+          <speciesReference species="AMMONIA" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="UREASE__45__RXN" name="UREASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="UREA" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="AMMONIA" stoichiometry="2"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="FORMYLTHFDEFORMYL__45__RXN" name="FORMYLTHFDEFORMYL-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="_10__45__FORMYL__45__THF" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="THF" stoichiometry="1"/>
+          <speciesReference species="FORMATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="CITRULLINASE__45__RXN" name="CITRULLINASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="L__45__CITRULLINE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="L__45__ORNITHINE" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="AMMONIA" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12339" name="RXN-12339" reversible="false">
+        <listOfReactants>
+          <speciesReference species="Sphingomyelins" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Fatty__45__Acids" stoichiometry="1"/>
+          <speciesReference species="CPD__45__481" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GLUTAMIN__45__RXN" name="GLUTAMIN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="GLN" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="GLT" stoichiometry="1"/>
+          <speciesReference species="AMMONIA" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="CREATININASE__45__RXN" name="CREATININASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="CREATININE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CREATINE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__5__46__2__46__17__45__RXN" name="3.5.2.17-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_5__45__HYDROXYISOURATE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__5821" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DIHYDROOROT__45__RXN" name="DIHYDROOROT-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CARBAMYUL__45__L__45__ASPARTATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="DI__45__H__45__OROTATE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="BETA__45__LACTAMASE__45__RXN" name="BETA-LACTAMASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="Beta__45__Lactams" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__8550" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_5__45__OXOPROLINASE__45__ATP__45__HYDROLYSING__45__RXN" name="5-OXOPROLINASE-ATP-HYDROLYSING-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_5__45__OXOPROLINE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="2"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="GLT" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="AGMATINE__45__DEIMINASE__45__RXN" name="AGMATINE-DEIMINASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="AGMATHINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="AMMONIA" stoichiometry="1"/>
+          <speciesReference species="CPD__45__597" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ARGININE__45__DEIMINASE__45__RXN" name="ARGININE-DEIMINASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="ARG" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="AMMONIA" stoichiometry="1"/>
+          <speciesReference species="L__45__CITRULLINE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__34" name="RXN-34" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CANAVANINE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="L__45__CANALINE" stoichiometry="1"/>
+          <speciesReference species="UREA" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ARGINASE__45__RXN" name="ARGINASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="ARG" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="UREA" stoichiometry="1"/>
+          <speciesReference species="L__45__ORNITHINE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="AGMATIN__45__RXN" name="AGMATIN-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="AGMATHINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="UREA" stoichiometry="1"/>
+          <speciesReference species="PUTRESCINE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__1081" name="RXN0-1081" reversible="true">
+        <listOfReactants>
+          <speciesReference species="tRNA__45__Arg__45__adenosine34" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="tRNA__45__Arg__45__inosine34" stoichiometry="1"/>
+          <speciesReference species="AMMONIA" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="METHENYLTHFCYCLOHYDRO__45__RXN" name="METHENYLTHFCYCLOHYDRO-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="_10__45__FORMYL__45__THF" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="_5__45__10__45__METHENYL__45__THF" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RIBOFLAVINSYNDEAM__45__RXN" name="RIBOFLAVINSYNDEAM-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="DIAMINO__45__OH__45__PHOSPHORIBOSYLAMINO__45__PYR" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__602" stoichiometry="1"/>
+          <speciesReference species="AMMONIA" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ADENODEAMIN__45__RXN" name="ADENODEAMIN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="ADENOSINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="AMMONIA" stoichiometry="1"/>
+          <speciesReference species="INOSINE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="IMPCYCLOHYDROLASE__45__RXN" name="IMPCYCLOHYDROLASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PHOSPHORIBOSYL__45__FORMAMIDO__45__CARBOXAMIDE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="IMP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="AMP__45__DEAMINASE__45__RXN" name="AMP-DEAMINASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="AMP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="IMP" stoichiometry="1"/>
+          <speciesReference species="AMMONIA" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GTP__45__CYCLOHYDRO__45__I__45__RXN" name="GTP-CYCLOHYDRO-I-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="GTP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="FORMATE" stoichiometry="1"/>
+          <speciesReference species="DIHYDRONEOPTERIN__45__P3" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GTP__45__CYCLOHYDRO__45__II__45__RXN" name="GTP-CYCLOHYDRO-II-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="3"/>
+          <speciesReference species="GTP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="DIAMINO__45__OH__45__PHOSPHORIBOSYLAMINO__45__PYR" stoichiometry="1"/>
+          <speciesReference species="FORMATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="THIAMINASE__45__RXN" name="THIAMINASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="THIAMINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="THZ" stoichiometry="1"/>
+          <speciesReference species="HMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12613" name="RXN-12613" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__13578" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="HMP" stoichiometry="1"/>
+          <speciesReference species="AMMONIA" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__4821" name="RXN-4821" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="DELTA1__45__PIPERIDEINE__45__2__45__6__45__DICARBOXYLATE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="L__45__ALPHA__45__AMINO__45__EPSILON__45__KETO__45__PIMELATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_4__46__1__46__99__46__4__45__RXN" name="4.1.99.4-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="CPD__45__68" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="AMMONIA" stoichiometry="1"/>
+          <speciesReference species="_2__45__OXOBUTANOATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DUTP__45__PYROP__45__RXN" name="DUTP-PYROP-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="DUTP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="DUMP" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ACYLPHOSPHATASE__45__RXN" name="ACYLPHOSPHATASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="Acyl__45__Phosphates" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="Carboxylates" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="APYRASE__45__RXN" name="APYRASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="2"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+          <speciesReference species="Pi" stoichiometry="2"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12200" name="RXN-12200" reversible="false">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="2"/>
+          <speciesReference species="CTP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+          <speciesReference species="Pi" stoichiometry="2"/>
+          <speciesReference species="CMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12199" name="RXN-12199" reversible="false">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="2"/>
+          <speciesReference species="UTP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+          <speciesReference species="Pi" stoichiometry="2"/>
+          <speciesReference species="UMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__6382" name="RXN0-6382" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ITP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="IMP" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ATP__45__PYROPHOSPHATASE__45__RXN" name="ATP-PYROPHOSPHATASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DOLICHYLDIPHOSPHATASE__45__RXN" name="DOLICHYLDIPHOSPHATASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__224" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="DOLICHOLP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ADENOSINETRIPHOSPHATASE__45__RXN" name="ADENOSINETRIPHOSPHATASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="INORGPYROPHOSPHAT__45__RXN" name="INORGPYROPHOSPHAT-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="NUCLEOSIDE__45__TRIPHOSPHATASE__45__RXN" name="NUCLEOSIDE-TRIPHOSPHATASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="Nucleoside__45__Triphosphates" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="Nucleoside__45__Diphosphates" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12195" name="RXN-12195" reversible="false">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="CTP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="CDP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12196" name="RXN-12196" reversible="false">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="UTP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="UDP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12197" name="RXN-12197" reversible="false">
+        <listOfReactants>
+          <speciesReference species="UDP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="UMP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12198" name="RXN-12198" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CDP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="CMP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="HISTPRATPHYD__45__RXN" name="HISTPRATPHYD-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PHOSPHORIBOSYL__45__ATP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PHOSPHORIBOSYL__45__AMP" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__1441" name="RXN0-1441" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ADENOSINE_DIPHOSPHATE_RIBOSE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+          <speciesReference species="RIBOSE__45__5P" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__6__46__3__46__16__45__RXN" name="3.6.3.16-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__763_CCO__45__IN" stoichiometry="1"/>
+          <speciesReference species="WATER_CCO__45__IN" stoichiometry="1"/>
+          <speciesReference species="ATP_CCO__45__IN" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__763_CCO__45__OUT" stoichiometry="1"/>
+          <speciesReference species="Pi_CCO__45__IN" stoichiometry="1"/>
+          <speciesReference species="ADP_CCO__45__IN" stoichiometry="1"/>
+          <speciesReference species="PROTON_CCO__45__IN" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__6__46__3__46__4__45__RXN" name="3.6.3.4-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CU__43__2_CCO__45__IN" stoichiometry="1"/>
+          <speciesReference species="ATP_CCO__45__IN" stoichiometry="1"/>
+          <speciesReference species="WATER_CCO__45__IN" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CU__43__2_CCO__45__OUT" stoichiometry="1"/>
+          <speciesReference species="ADP_CCO__45__IN" stoichiometry="1"/>
+          <speciesReference species="Pi_CCO__45__IN" stoichiometry="1"/>
+          <speciesReference species="PROTON_CCO__45__IN" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__6__46__3__46__6__45__RXN" name="3.6.3.6-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PROTON_CCO__45__IN" stoichiometry="1"/>
+          <speciesReference species="ATP_CCO__45__IN" stoichiometry="1"/>
+          <speciesReference species="WATER_CCO__45__IN" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON_CCO__45__OUT" stoichiometry="1"/>
+          <speciesReference species="ADP_CCO__45__IN" stoichiometry="1"/>
+          <speciesReference species="Pi_CCO__45__IN" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ATPSYN__45__RXN" name="ATPSYN-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PROTON_CCO__45__IN" stoichiometry="3"/>
+          <speciesReference species="WATER_CCO__45__IN" stoichiometry="1"/>
+          <speciesReference species="ATP_CCO__45__IN" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON_CCO__45__OUT" stoichiometry="4"/>
+          <speciesReference species="Pi_CCO__45__IN" stoichiometry="1"/>
+          <speciesReference species="ADP_CCO__45__IN" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__6__46__4__46__9__45__RXN" name="3.6.4.9-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__6__46__4__46__6__45__RXN" name="3.6.4.6-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__46__6__46__4__46__4__45__RXN" name="3.6.4.4-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11109" name="RXN-11109" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11135" name="RXN-11135" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__1061" name="RXN0-1061" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="FUMARYLACETOACETASE__45__RXN" name="FUMARYLACETOACETASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="_4__45__FUMARYL__45__ACETOACETATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="FUM" stoichiometry="1"/>
+          <speciesReference species="_3__45__KETOBUTYRATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ALKYLHALIDASE__45__RXN" name="ALKYLHALIDASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="CPD__45__614" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+          <speciesReference species="BR__45__" stoichiometry="1"/>
+          <speciesReference species="CL__45__" stoichiometry="1"/>
+          <speciesReference species="FORMALDEHYDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DHLAXANAU__45__RXN" name="DHLAXANAU-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_12__45__DICHLOROETHANE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_2__45__CHLOROETHANOL" stoichiometry="1"/>
+          <speciesReference species="CL__45__" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="HALOALKANE__45__DEHALOGENASE__45__RXN" name="HALOALKANE-DEHALOGENASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="_1__45__Haloalkanes" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Primary__45__Alcohols" stoichiometry="1"/>
+          <speciesReference species="Halides" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ORNDECARBOX__45__RXN" name="ORNDECARBOX-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="L__45__ORNITHINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="PUTRESCINE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PYRUVATE__45__DECARBOXYLASE__45__RXN" name="PYRUVATE-DECARBOXYLASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_2__45__Oxo__45__carboxylates" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="Aldehydes" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__6161" name="RXN-6161" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="PYRUVATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ACETALD" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PEPCARBOXYKIN__45__RXN" name="PEPCARBOXYKIN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="OXALACETIC_ACID" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="PHOSPHO__45__ENOL__45__PYRUVATE" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="AIRCARBOXY__45__RXN" name="AIRCARBOXY-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_5__45__PHOSPHORIBOSYL__45__5__45__AMINOIMIDAZOLE" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+          <speciesReference species="PHOSPHORIBOSYL__45__CARBOXY__45__AMINOIMIDAZOLE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__8642" name="RXN-8642" reversible="false">
+        <listOfReactants>
+          <speciesReference species="OXALO__45__SUCCINATE" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_2__45__KETOGLUTARATE" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="UROGENDECARBOX__45__RXN" name="UROGENDECARBOX-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="UROPORPHYRINOGEN__45__III" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="4"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="COPROPORPHYRINOGEN_III" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="4"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10642" name="RXN-10642" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__11444" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="4"/>
+          <speciesReference species="COPROPORPHYRINOGEN_I" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="4"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DIPHOSPHOMEVALONTE__45__DECARBOXYLASE__45__RXN" name="DIPHOSPHOMEVALONTE-DECARBOXYLASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__641" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="DELTA3__45__ISOPENTENYL__45__PP" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="MALONYL__45__COA__45__DECARBOXYLASE__45__RXN" name="MALONYL-COA-DECARBOXYLASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="MALONYL__45__COA" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="ACETYL__45__COA" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__9284" name="RXN-9284" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__9898" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__9866" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="P__45__PANTOCYSDECARB__45__RXN" name="P-PANTOCYSDECARB-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="R__45__4__45__PHOSPHOPANTOTHENOYL__45__L__45__CYSTEINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PANTETHEINE__45__P" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="AROMATIC__45__L__45__AMINO__45__ACID__45__DECARBOXYLASE__45__RXN" name="AROMATIC-L-AMINO-ACID-DECARBOXYLASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="TRP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="TRYPTAMINE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PEPCARBOX__45__RXN" name="PEPCARBOX-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="OXALACETIC_ACID" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PHOSPHO__45__ENOL__45__PYRUVATE" stoichiometry="1"/>
+          <speciesReference species="HCO3" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DIAMINOPIMDECARB__45__RXN" name="DIAMINOPIMDECARB-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="MESO__45__DIAMINOPIMELATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="LYS" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="TYROSINE__45__DECARBOXYLASE__45__RXN" name="TYROSINE-DECARBOXYLASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="TYR" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="TYRAMINE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="OROTPDECARB__45__RXN" name="OROTPDECARB-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="OROTIDINE__45__5__45__PHOSPHATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="UMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="SAMDECARB__45__RXN" name="SAMDECARB-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINAMINE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="IGPSYN__45__RXN" name="IGPSYN-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CARBOXYPHENYLAMINO__45__DEOXYRIBULOSE__45__P" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="INDOLE__45__3__45__GLYCEROL__45__P" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="SPHINGANINE__45__1__45__PHOSPHATE__45__ALDOLASE__45__RXN" name="SPHINGANINE-1-PHOSPHATE-ALDOLASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__649" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PALMITALDEHYDE" stoichiometry="1"/>
+          <speciesReference species="PHOSPHORYL__45__ETHANOLAMINE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="THREONINE__45__ALDOLASE__45__RXN" name="THREONINE-ALDOLASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="THR" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ACETALD" stoichiometry="1"/>
+          <speciesReference species="GLY" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="KDPGALDOL__45__RXN" name="KDPGALDOL-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_2__45__KETO__45__3__45__DEOXY__45__6__45__P__45__GLUCONATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GAP" stoichiometry="1"/>
+          <speciesReference species="PYRUVATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__8631" name="RXN-8631" reversible="true">
+        <listOfReactants>
+          <speciesReference species="FRU1P" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="DIHYDROXY__45__ACETONE__45__PHOSPHATE" stoichiometry="1"/>
+          <speciesReference species="GLYCERALD" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="F16ALDOLASE__45__RXN" name="F16ALDOLASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="FRUCTOSE__45__16__45__DIPHOSPHATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="DIHYDROXY__45__ACETONE__45__PHOSPHATE" stoichiometry="1"/>
+          <speciesReference species="GAP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ISOCIT__45__CLEAV__45__RXN" name="ISOCIT-CLEAV-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="THREO__45__DS__45__ISO__45__CITRATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GLYOX" stoichiometry="1"/>
+          <speciesReference species="SUC" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="NAPHTHOATE__45__SYN__45__RXN" name="NAPHTHOATE-SYN-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__6972" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__9925" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ANTHRANSYN__45__RXN" name="ANTHRANSYN-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CHORISMATE" stoichiometry="1"/>
+          <speciesReference species="GLN" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="ANTHRANILATE" stoichiometry="1"/>
+          <speciesReference species="GLT" stoichiometry="1"/>
+          <speciesReference species="PYRUVATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DEOXYRIBODIPYRIMIDINE__45__PHOTOLYASE__45__RXN" name="DEOXYRIBODIPYRIMIDINE-PHOTOLYASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="DNA__45__Cyclobuta__45__Dipyrimidines" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="DNA__45__Adjacent__45__Pyrimidines" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DIOHBUTANONEPSYN__45__RXN" name="DIOHBUTANONEPSYN-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="RIBULOSE__45__5P" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="FORMATE" stoichiometry="1"/>
+          <speciesReference species="DIHYDROXY__45__BUTANONE__45__P" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11667" name="RXN-11667" reversible="true">
+        <listOfReactants>
+          <speciesReference species="S__45__3__45__HYDROXYBUTANOYL__45__COA" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="CROTONYL__45__COA" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GDPMANDEHYDRA__45__RXN" name="GDPMANDEHYDRA-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="GDP__45__MANNOSE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GDP__45__4__45__DEHYDRO__45__6__45__DEOXY__45__D__45__MANNOSE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__5398" name="RXN0-5398" reversible="false">
+        <listOfReactants>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="PSEUDOURIDINE__45__5__45__P" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="RIBOSE__45__5P" stoichiometry="1"/>
+          <speciesReference species="URACIL" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="CYSTATHIONINE__45__BETA__45__SYNTHASE__45__RXN" name="CYSTATHIONINE-BETA-SYNTHASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="HOMO__45__CYS" stoichiometry="1"/>
+          <speciesReference species="SER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="L__45__CYSTATHIONINE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="TRYPSYN__45__RXN" name="TRYPSYN-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="INDOLE__45__3__45__GLYCEROL__45__P" stoichiometry="1"/>
+          <speciesReference species="SER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="TRP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="GAP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PREPHENATEDEHYDRAT__45__RXN" name="PREPHENATEDEHYDRAT-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="PREPHENATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PHENYL__45__PYRUVATE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_2PGADEHYDRAT__45__RXN" name="2PGADEHYDRAT-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_2__45__PG" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PHOSPHO__45__ENOL__45__PYRUVATE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="CARBODEHYDRAT__45__RXN" name="CARBODEHYDRAT-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="H2CO3" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__5224" name="RXN0-5224" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="HCO3" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="TIGLYLCOA__45__HYDROXY__45__RXN" name="TIGLYLCOA-HYDROXY-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__1083" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_2__45__METHYL__45__3__45__HYDROXY__45__BUTYRYL__45__COA" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__6513" name="RXN0-6513" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_3__45__HYDROXYADIPYL__45__COA" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD0__45__2365" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ENOYL__45__COA__45__HYDRAT__45__RXN" name="ENOYL-COA-HYDRAT-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="TRANS__45__D2__45__ENOYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="L__45__3__45__HYDROXYACYL__45__COA" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11244" name="RXN-11244" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__12199" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="P__45__COUMAROYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10705" name="RXN-10705" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__11527" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__11526" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10704" name="RXN-10704" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__11523" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__11522" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10697" name="RXN-10697" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__11519" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__11518" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__7838" name="RXN-7838" reversible="true">
+        <listOfReactants>
+          <speciesReference species="D__45__3__45__HYDROXYACYL__45__COA" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Cis__45__2__45__enoyl__45__CoAs" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="METHYLACYLYLCOA__45__HYDROXY__45__RXN" name="METHYLACYLYLCOA-HYDROXY-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="METHACRYLYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__12173" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PORPHOBILSYNTH__45__RXN" name="PORPHOBILSYNTH-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_5__45__AMINO__45__LEVULINATE" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="2"/>
+          <speciesReference species="PORPHOBILINOGEN" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DIHYDRODIPICSYN__45__RXN" name="DIHYDRODIPICSYN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PYRUVATE" stoichiometry="1"/>
+          <speciesReference species="L__45__ASPARTATE__45__SEMIALDEHYDE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="2"/>
+          <speciesReference species="_2__45__3__45__DIHYDRODIPICOLINATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PGLUCONDEHYDRAT__45__RXN" name="PGLUCONDEHYDRAT-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__2961" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_2__45__KETO__45__3__45__DEOXY__45__6__45__P__45__GLUCONATE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__11750" name="RXN-11750" reversible="false">
+        <listOfReactants>
+          <speciesReference species="Long__45__Chain__45__3__45__Hydroxyacyl__45__CoAs" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Long__45__Chain__45__Trans__45__23__45__Dehydroacyl__45__CoA" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="UROGENIIISYN__45__RXN" name="UROGENIIISYN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="HYDROXYMETHYLBILANE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="UROPORPHYRINOGEN__45__III" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ACONITATEHYDR__45__RXN" name="ACONITATEHYDR-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CIS__45__ACONITATE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="THREO__45__DS__45__ISO__45__CITRATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ACONITATEDEHYDR__45__RXN" name="ACONITATEDEHYDR-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CIT" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CIS__45__ACONITATE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="FUMHYDR__45__RXN" name="FUMHYDR-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="FUM" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="MAL" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DIHYDROXYMETVALDEHYDRAT__45__RXN" name="DIHYDROXYMETVALDEHYDRAT-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_1__45__KETO__45__2__45__METHYLVALERATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_2__45__KETO__45__3__45__METHYL__45__VALERATE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DIHYDROXYISOVALDEHYDRAT__45__RXN" name="DIHYDROXYISOVALDEHYDRAT-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="DIOH__45__ISOVALERATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_2__45__KETO__45__ISOVALERATE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__7908" name="RXN-7908" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__5881" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="BIOPTERIN" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__45__DEHYDROQUINATE__45__DEHYDRATASE__45__RXN" name="3-DEHYDROQUINATE-DEHYDRATASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="DEHYDROQUINATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="_3__45__DEHYDRO__45__SHIKIMATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="IMIDPHOSDEHYD__45__RXN" name="IMIDPHOSDEHYD-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="D__45__ERYTHRO__45__IMIDAZOLE__45__GLYCEROL__45__P" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="IMIDAZOLE__45__ACETOL__45__P" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="HOMOACONITATE__45__HYDRATASE__45__RXN" name="HOMOACONITATE-HYDRATASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="HOMO__45__I__45__CIT" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="HOMO__45__CIS__45__ACONITATE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__45__ISOPROPYLMALISOM__45__RXN" name="3-ISOPROPYLMALISOM-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_3__45__CARBOXY__45__3__45__HYDROXY__45__ISOCAPROATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__9451" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__8991" name="RXN-8991" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__9451" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_2__45__D__45__THREO__45__HYDROXY__45__3__45__CARBOXY__45__ISOCAPROATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3__45__DEHYDROQUINATE__45__SYNTHASE__45__RXN" name="3-DEHYDROQUINATE-SYNTHASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_3__45__DEOXY__45__D__45__ARABINO__45__HEPTULOSONATE__45__7__45__P" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="DEHYDROQUINATE" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="CHORISMATE__45__SYNTHASE__45__RXN" name="CHORISMATE-SYNTHASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_3__45__ENOLPYRUVYL__45__SHIKIMATE__45__5P" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="CHORISMATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="THRESYN__45__RXN" name="THRESYN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="O__45__PHOSPHO__45__L__45__HOMOSERINE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="THR" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__2601" name="RXN0-2601" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Damaged__45__DNA__45__Pyrimidine" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="DNA__45__containing__45__a__45__Apyrimidinic__45__Sites" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_4__46__2__46__99__46__18__45__RXN" name="4.2.99.18-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="DNA__45__containing__45__abasic__45__Sites" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_5__45__Phosphopolynucleotides" stoichiometry="1"/>
+          <speciesReference species="_3__45__terminal__45__unsaturated__45__sugars" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="THREDEHYD__45__RXN" name="THREDEHYD-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="THR" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="_2__45__OXOBUTANOATE" stoichiometry="1"/>
+          <speciesReference species="AMMONIA" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ORNITHINE__45__CYCLODEAMINASE__45__RXN" name="ORNITHINE-CYCLODEAMINASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="L__45__ORNITHINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PRO" stoichiometry="1"/>
+          <speciesReference species="AMMONIUM" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="AMPSYN__45__RXN" name="AMPSYN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ADENYLOSUCC" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="FUM" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="AICARSYN__45__RXN" name="AICARSYN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="P__45__RIBOSYL__45__4__45__SUCCCARB__45__AMINOIMIDAZOLE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="FUM" stoichiometry="1"/>
+          <speciesReference species="AICAR" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ARGSUCCINLYA__45__RXN" name="ARGSUCCINLYA-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="L__45__ARGININO__45__SUCCINATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ARG" stoichiometry="1"/>
+          <speciesReference species="FUM" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__22" name="RXN-22" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CANAVANINOSUCCINATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CANAVANINE" stoichiometry="1"/>
+          <speciesReference species="FUM" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="STRICTOSIDINE__45__SYNTHASE__45__RXN" name="STRICTOSIDINE-SYNTHASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="TRYPTAMINE" stoichiometry="1"/>
+          <speciesReference species="SECOLOGANIN__45__CPD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="STRICTOSIDINE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GLYOXI__45__RXN" name="GLYOXI-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="METHYL__45__GLYOXAL" stoichiometry="1"/>
+          <speciesReference species="GLUTATHIONE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="S__45__LACTOYL__45__GLUTATHIONE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__2961" name="RXN-2961" reversible="true">
+        <listOfReactants>
+          <speciesReference species="S__45__HYDROXYMETHYLGLUTATHIONE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="FORMALDEHYDE" stoichiometry="1"/>
+          <speciesReference species="GLUTATHIONE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RIBOSYLHOMOCYSTEINASE__45__RXN" name="RIBOSYLHOMOCYSTEINASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__564" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="HOMO__45__CYS" stoichiometry="1"/>
+          <speciesReference species="DIHYDROXYPENTANEDIONE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="HOMOSERDEAM__45__RXN" name="HOMOSERDEAM-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="HOMO__45__SER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="AMMONIA" stoichiometry="1"/>
+          <speciesReference species="_2__45__OXOBUTANOATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="CYSTAGLY__45__RXN" name="CYSTAGLY-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="L__45__CYSTATHIONINE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="AMMONIA" stoichiometry="1"/>
+          <speciesReference species="_2__45__OXOBUTANOATE" stoichiometry="1"/>
+          <speciesReference species="CYS" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="LCYSDESULF__45__RXN" name="LCYSDESULF-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CYS" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="AMMONIA" stoichiometry="1"/>
+          <speciesReference species="PYRUVATE" stoichiometry="1"/>
+          <speciesReference species="HS" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="CYSTATHIONINE__45__BETA__45__LYASE__45__RXN" name="CYSTATHIONINE-BETA-LYASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="L__45__CYSTATHIONINE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="AMMONIA" stoichiometry="1"/>
+          <speciesReference species="PYRUVATE" stoichiometry="1"/>
+          <speciesReference species="HOMO__45__CYS" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12729" name="RXN-12729" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__13717" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+          <speciesReference species="AMMONIA" stoichiometry="1"/>
+          <speciesReference species="PYRUVATE" stoichiometry="1"/>
+          <speciesReference species="SELENOHOMOCYSTEINE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_4__46__4__46__1__46__14__45__RXN" name="4.4.1.14-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="_5__45__METHYLTHIOADENOSINE" stoichiometry="1"/>
+          <speciesReference species="CPD__45__68" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="HOLOCYTOCHROME__45__C__45__SYNTHASE__45__RXN" name="HOLOCYTOCHROME-C-SYNTHASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Cytochromes__45__c" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTOHEME" stoichiometry="1"/>
+          <speciesReference species="Apocytochromes__45__c" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GUANYLCYC__45__RXN" name="GUANYLCYC-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="GTP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CGMP" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ADENYLATECYC__45__RXN" name="ADENYLATECYC-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CAMP" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__302" name="RXN0-302" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_2__45__PHOSPHO__45__4__45__CYTIDINE__45__5__45__DIPHOSPHO__45__2__45__C__45__MET" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_2C__45__METH__45__D__45__ERYTHRITOL__45__CYCLODIPHOSPHATE" stoichiometry="1"/>
+          <speciesReference species="CMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PROTOHEMEFERROCHELAT__45__RXN" name="PROTOHEMEFERROCHELAT-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTOPORPHYRIN_IX" stoichiometry="1"/>
+          <speciesReference species="FE__43__2" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTOHEME" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="SIROHEME__45__FERROCHELAT__45__RXN" name="SIROHEME-FERROCHELAT-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="SIROHYDROCHLORIN" stoichiometry="1"/>
+          <speciesReference species="FE__43__2" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+          <speciesReference species="SIROHEME" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_5__46__1__46__1__46__16__45__RXN" name="5.1.1.16-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Protein__45__L__45__serines" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Protein__45__D__45__serines" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DIAMINOPIMEPIM__45__RXN" name="DIAMINOPIMEPIM-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="LL__45__DIAMINOPIMELATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="MESO__45__DIAMINOPIMELATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ALDOSE1EPIM__45__RXN" name="ALDOSE1EPIM-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="GALACTOSE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ALPHA__45__D__45__GALACTOSE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GLUCOSE__45__6__45__PHOSPHATE__45__1__45__EPIMERASE__45__RXN" name="GLUCOSE-6-PHOSPHATE-1-EPIMERASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ALPHA__45__GLC__45__6__45__P" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GLC__45__6__45__P" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="UDPGLUCEPIM__45__RXN" name="UDPGLUCEPIM-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="UDP__45__GLUCOSE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="UDP__45__GALACTOSE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ALDOSE__45__1__45__EPIMERASE__45__RXN" name="ALDOSE-1-EPIMERASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ALPHA__45__GLUCOSE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GLC" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RIBULP3EPIM__45__RXN" name="RIBULP3EPIM-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="RIBULOSE__45__5P" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="XYLULOSE__45__5__45__PHOSPHATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__8336" name="RXN-8336" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__676" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__8098" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PEPTIDYLPROLYL__45__ISOMERASE__45__RXN" name="PEPTIDYLPROLYL-ISOMERASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__8624" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__8625" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="TRIOSEPISOMERIZATION__45__RXN" name="TRIOSEPISOMERIZATION-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="GAP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="DIHYDROXY__45__ACETONE__45__PHOSPHATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PRIBFAICARPISOM__45__RXN" name="PRIBFAICARPISOM-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PHOSPHORIBOSYL__45__FORMIMINO__45__AICAR__45__P" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PHOSPHORIBULOSYL__45__FORMIMINO__45__AICAR__45__P" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__6182" name="RXN-6182" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ALPHA__45__GLC__45__6__45__P" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="FRUCTOSE__45__6P" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PGLUCISOM__45__RXN" name="PGLUCISOM-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="GLC__45__6__45__P" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="FRUCTOSE__45__6P" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PRAISOM__45__RXN" name="PRAISOM-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="N__45__5__45__PHOSPHORIBOSYL__45__ANTHRANILATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CARBOXYPHENYLAMINO__45__DEOXYRIBULOSE__45__P" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RIB5PISOM__45__RXN" name="RIB5PISOM-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="RIBULOSE__45__5P" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="RIBOSE__45__5P" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="MANNPISOM__45__RXN" name="MANNPISOM-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="MANNOSE__45__6P" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="FRUCTOSE__45__6P" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__4161" name="RXN-4161" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD__45__4081" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__4101" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="IPPISOM__45__RXN" name="IPPISOM-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="DELTA3__45__ISOPENTENYL__45__PP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__4211" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DISULISOM__45__RXN" name="DISULISOM-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="General__45__Protein__45__Substrates" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+          <speciesReference species="Peptides" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_5__46__3__46__4__46__1__45__RXN" name="5.3.4.1-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Proteins__45__with__45__incorrect__45__disulfides" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Proteins__45__with__45__correct__45__disulfides" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_3PGAREARR__45__RXN" name="3PGAREARR-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="G3P" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_2__45__PG" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PHOSPHOGLUCMUT__45__RXN" name="PHOSPHOGLUCMUT-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="GLC__45__1__45__P" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ALPHA__45__GLC__45__6__45__P" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PHOSACETYLGLUCOSAMINEMUT__45__RXN" name="PHOSACETYLGLUCOSAMINEMUT-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="N__45__ACETYL__45__D__45__GLUCOSAMINE__45__6__45__P" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="N__45__ACETYL__45__D__45__GLUCOSAMINE__45__1__45__P" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PHOSMANMUT__45__RXN" name="PHOSMANMUT-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="MANNOSE__45__6P" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="MANNOSE__45__1P" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GSAAMINOTRANS__45__RXN" name="GSAAMINOTRANS-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="GLUTAMATE__45__1__45__SEMIALDEHYDE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_5__45__AMINO__45__LEVULINATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ISOCHORSYN__45__RXN" name="ISOCHORSYN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CHORISMATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ISOCHORISMATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="TRNA__45__PSEUDOURIDINE__45__SYNTHASE__45__I__45__RXN" name="TRNA-PSEUDOURIDINE-SYNTHASE-I-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="tRNA__45__uridine__45__38__45__40" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="tRNA__45__pseudouridine__45__38__45__40" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="CYCLOARTENOL__45__SYNTHASE__45__RXN" name="CYCLOARTENOL-SYNTHASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="EPOXYSQUALENE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CYCLOARTENOL" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="CHORISMATEMUT__45__RXN" name="CHORISMATEMUT-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CHORISMATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PREPHENATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="CYCLOEUCALENOL__45__CYCLOISOMERASE__45__RXN" name="CYCLOEUCALENOL-CYCLOISOMERASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CYCLOEUCALENOL" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="OBTUSIFOLIOL" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="MYO__45__INOSITOL__45__1__45__PHOSPHATE__45__SYNTHASE__45__RXN" name="MYO-INOSITOL-1-PHOSPHATE-SYNTHASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="D__45__glucose__45__6__45__phosphate" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_1__45__L__45__MYO__45__INOSITOL__45__1__45__P" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="CHALCONE__45__ISOMERASE__45__RXN" name="CHALCONE-ISOMERASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Chalcones" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="FLAVANONES" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="APIGNAR__45__RXN" name="APIGNAR-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="APIGENIN" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="NARINGENIN__45__CMPD" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__7647" name="RXN-7647" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__6993" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD__45__6991" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__3221" name="RXN-3221" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__3041" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__3061" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__5100" name="RXN0-5100" reversible="true">
+        <listOfReactants>
+          <speciesReference species="DNA__45__Segment__45__Placeholder" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="DNA__45__Segment__45__in__45__Reverse__45__Orientations" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_5__46__99__46__1__46__3__45__RXN" name="5.99.1.3-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Relaxed__45__DNAs" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Negatively__45__super__45__coiled__45__DNAs" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_5__46__99__46__1__46__2__45__RXN" name="5.99.1.2-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Negatively__45__super__45__coiled__45__DNAs" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Relaxed__45__DNAs" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PHENYLALANINE__45____45__TRNA__45__LIGASE__45__RXN" name="PHENYLALANINE--TRNA-LIGASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="PHE__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="PHE" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Charged__45__PHE__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="LEUCINE__45____45__TRNA__45__LIGASE__45__RXN" name="LEUCINE--TRNA-LIGASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="LEU__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="LEU" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Charged__45__LEU__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ISOLEUCINE__45____45__TRNA__45__LIGASE__45__RXN" name="ISOLEUCINE--TRNA-LIGASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="ILE__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="ILE" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Charged__45__ILE__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="TRYPTOPHAN__45____45__TRNA__45__LIGASE__45__RXN" name="TRYPTOPHAN--TRNA-LIGASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="TRP" stoichiometry="1"/>
+          <speciesReference species="TRP__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="AMP" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="Charged__45__TRP__45__tRNAs" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__2161" name="RXN0-2161" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="SEC__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="SER" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="L__45__seryl__45__SEC__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="HISTIDINE__45____45__TRNA__45__LIGASE__45__RXN" name="HISTIDINE--TRNA-LIGASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="HIS__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="HIS" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Charged__45__HIS__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="TYROSINE__45____45__TRNA__45__LIGASE__45__RXN" name="TYROSINE--TRNA-LIGASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="TYR__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="TYR" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Charged__45__TYR__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="SERINE__45____45__TRNA__45__LIGASE__45__RXN" name="SERINE--TRNA-LIGASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="SER__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="SER" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Charged__45__SER__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ASPARAGINE__45____45__TRNA__45__LIGASE__45__RXN" name="ASPARAGINE--TRNA-LIGASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="ASN__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="ASN" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Charged__45__ASN__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ALANINE__45____45__TRNA__45__LIGASE__45__RXN" name="ALANINE--TRNA-LIGASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="ALA__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="L__45__ALPHA__45__ALANINE" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Charged__45__ALA__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="CYSTEINE__45____45__TRNA__45__LIGASE__45__RXN" name="CYSTEINE--TRNA-LIGASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CYS__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="CYS" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Charged__45__CYS__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_6__46__1__46__1__46__24__45__RXN" name="6.1.1.24-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="GLX__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="GLT" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GLUTAMYL__45__GLX__45__TRNAS" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GLURS__45__RXN" name="GLURS-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="GLT__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="GLT" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Charged__45__GLT__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="THREONINE__45____45__TRNA__45__LIGASE__45__RXN" name="THREONINE--TRNA-LIGASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="THR__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="THR" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Charged__45__THR__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ASPARTATE__45____45__TRNA__45__LIGASE__45__RXN" name="ASPARTATE--TRNA-LIGASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="ASP__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="L__45__ASPARTATE" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Charged__45__ASP__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GLYCINE__45____45__TRNA__45__LIGASE__45__RXN" name="GLYCINE--TRNA-LIGASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="GLY__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="GLY" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Charged__45__GLY__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PROLINE__45____45__TRNA__45__LIGASE__45__RXN" name="PROLINE--TRNA-LIGASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="PRO__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="PRO" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Charged__45__PRO__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="LYSINE__45____45__TRNA__45__LIGASE__45__RXN" name="LYSINE--TRNA-LIGASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="LYS" stoichiometry="1"/>
+          <speciesReference species="LYS__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Charged__45__LYS__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ARGININE__45____45__TRNA__45__LIGASE__45__RXN" name="ARGININE--TRNA-LIGASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="ARG__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="ARG" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Charged__45__ARG__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GLUTAMINE__45____45__TRNA__45__LIGASE__45__RXN" name="GLUTAMINE--TRNA-LIGASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="GLN__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="GLN" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Charged__45__GLN__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="METHIONINE__45____45__TRNA__45__LIGASE__45__RXN" name="METHIONINE--TRNA-LIGASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="MET__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="MET" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Charged__45__MET__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="VALINE__45____45__TRNA__45__LIGASE__45__RXN" name="VALINE--TRNA-LIGASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="VAL__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="VAL" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Charged__45__VAL__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__8988" name="RXN-8988" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ITACONATE" stoichiometry="1"/>
+          <speciesReference species="GTP" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__1137" stoichiometry="1"/>
+          <speciesReference species="GDP" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="SUCCINATE__45____45__COA__45__LIGASE__45__GDP__45__FORMING__45__RXN" name="SUCCINATE--COA-LIGASE-GDP-FORMING-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="SUC" stoichiometry="1"/>
+          <speciesReference species="GTP" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="SUC__45__COA" stoichiometry="1"/>
+          <speciesReference species="GDP" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ACETATE__45____45__COA__45__LIGASE__45__RXN" name="ACETATE--COA-LIGASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+          <speciesReference species="ACET" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ACETYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ACYLCOASYN__45__RXN" name="ACYLCOASYN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CPD66__45__39" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Saturated__45__Fatty__45__Acyl__45__CoA" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__7904" name="RXN-7904" reversible="false">
+        <listOfReactants>
+          <speciesReference species="Long__45__Chain__45__Fatty__45__Acids" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Fatty__45__Acyl__45__CoA" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="R223__45__RXN" name="R223-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__195" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__196" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="BUTYRATE__45____45__COA__45__LIGASE__45__RXN" name="BUTYRATE--COA-LIGASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Carboxylates" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ACYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10695" name="RXN-10695" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD__45__730" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="CPD__45__11517" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ACETOACETATE__45____45__COA__45__LIGASE__45__RXN" name="ACETOACETATE--COA-LIGASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+          <speciesReference species="_3__45__KETOBUTYRATE" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ACETOACETYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="SUCCCOASYN__45__RXN" name="SUCCCOASYN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="SUC__45__COA" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="SUC" stoichiometry="1"/>
+          <speciesReference species="CO__45__A" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GLUTAMINESYN__45__RXN" name="GLUTAMINESYN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="AMMONIA" stoichiometry="1"/>
+          <speciesReference species="GLT" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GLN" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="NAD__45__SYNTH__45__NH3__45__RXN" name="NAD-SYNTH-NH3-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="AMMONIA" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="DEAMIDO__45__NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="AMP" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="UBIQUITIN__45____45__PROTEIN__45__LIGASE__45__RXN" name="UBIQUITIN--PROTEIN-LIGASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Protein__45__L__45__lysine" stoichiometry="1"/>
+          <speciesReference species="Ubiquitins" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTEIN__45__N__45__UBIQUITYL__45__LYSINE" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_6__46__3__46__2__46__25__45__RXN" name="6.3.2.25-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="Detyrosinated__45__alpha__45____45__tubulins" stoichiometry="1"/>
+          <speciesReference species="TYR" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Alpha__45__tubulins" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="SAICARSYN__45__RXN" name="SAICARSYN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="PHOSPHORIBOSYL__45__CARBOXY__45__AMINOIMIDAZOLE" stoichiometry="1"/>
+          <speciesReference species="L__45__ASPARTATE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="P__45__RIBOSYL__45__4__45__SUCCCARB__45__AMINOIMIDAZOLE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="P__45__PANTOCYSLIG__45__RXN" name="P-PANTOCYSLIG-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_4__45__P__45__PANTOTHENATE" stoichiometry="1"/>
+          <speciesReference species="CYS" stoichiometry="1"/>
+          <speciesReference species="CTP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="R__45__4__45__PHOSPHOPANTOTHENOYL__45__L__45__CYSTEINE" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="CMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__2921" name="RXN0-2921" reversible="false">
+        <listOfReactants>
+          <speciesReference species="METHYLENE__45__THF__45__GLU__45__N" stoichiometry="1"/>
+          <speciesReference species="GLT" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="METHYLENE__45__THF__45__GLU__45__N" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="FOLYLPOLYGLUTAMATESYNTH__45__RXN" name="FOLYLPOLYGLUTAMATESYNTH-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="THF__45__GLU__45__N" stoichiometry="1"/>
+          <speciesReference species="GLT" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="THF__45__GLU__45__N" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="FORMYLTHFGLUSYNTH__45__RXN" name="FORMYLTHFGLUSYNTH-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="FORMYL__45__THF__45__GLU__45__N" stoichiometry="1"/>
+          <speciesReference species="GLT" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="FORMYL__45__THF__45__GLU__45__N" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GLUTATHIONE__45__SYN__45__RXN" name="GLUTATHIONE-SYN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="GLY" stoichiometry="1"/>
+          <speciesReference species="L__45__GAMMA__45__GLUTAMYLCYSTEINE" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="GLUTATHIONE" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GLUTCYSLIG__45__RXN" name="GLUTCYSLIG-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="CYS" stoichiometry="1"/>
+          <speciesReference species="GLT" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="L__45__GAMMA__45__GLUTAMYLCYSTEINE" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="AIRS__45__RXN" name="AIRS-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="_5__45__PHOSPHORIBOSYL__45__N__45__FORMYLGLYCINEAMIDINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="_5__45__PHOSPHORIBOSYL__45__5__45__AMINOIMIDAZOLE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_5__45__FORMYL__45__THF__45__CYCLO__45__LIGASE__45__RXN" name="5-FORMYL-THF-CYCLO-LIGASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_5__45__10__45__METHENYL__45__THF" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_5__45__FORMYL__45__THF" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__6283" name="RXN-6283" reversible="true">
+        <listOfReactants>
+          <speciesReference species="FORMYL__45__THF__45__GLU__45__N" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="THF__45__GLU__45__N" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="FORMATE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="FORMATETHFLIG__45__RXN" name="FORMATETHFLIG-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="FORMATE" stoichiometry="1"/>
+          <speciesReference species="THF" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="_10__45__FORMYL__45__THF" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ADENYLOSUCCINATE__45__SYNTHASE__45__RXN" name="ADENYLOSUCCINATE-SYNTHASE-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="L__45__ASPARTATE" stoichiometry="1"/>
+          <speciesReference species="IMP" stoichiometry="1"/>
+          <speciesReference species="GTP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+          <speciesReference species="ADENYLOSUCC" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="GDP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__10" name="RXN-10" reversible="true">
+        <listOfReactants>
+          <speciesReference species="O__45__UREIDOHOMOSERINE" stoichiometry="1"/>
+          <speciesReference species="L__45__ASPARTATE" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CANAVANINOSUCCINATE" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ARGSUCCINSYN__45__RXN" name="ARGSUCCINSYN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="L__45__ASPARTATE" stoichiometry="1"/>
+          <speciesReference species="L__45__CITRULLINE" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="L__45__ARGININO__45__SUCCINATE" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="BIOTINLIG__45__RXN" name="BIOTINLIG-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="BCCP__45__monomers" stoichiometry="1"/>
+          <speciesReference species="BIOTIN" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+          <speciesReference species="BCCP__45__biotin__45__monomers" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="CTPSYN__45__RXN" name="CTPSYN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="UTP" stoichiometry="1"/>
+          <speciesReference species="GLN" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="CTP" stoichiometry="1"/>
+          <speciesReference species="GLT" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GLYRIBONUCSYN__45__RXN" name="GLYRIBONUCSYN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="_5__45__P__45__BETA__45__D__45__RIBOSYL__45__AMINE" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="GLY" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="_5__45__PHOSPHO__45__RIBOSYL__45__GLYCINEAMIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="CARBPSYN__45__RXN" name="CARBPSYN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ATP" stoichiometry="2"/>
+          <speciesReference species="GLN" stoichiometry="1"/>
+          <speciesReference species="HCO3" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+          <speciesReference species="GLT" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="2"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="CARBAMOYL__45__P" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_6__46__3__46__5__46__6__45__RXN" name="6.3.5.6-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="GLN" stoichiometry="1"/>
+          <speciesReference species="L__45__aspartyl__45__tRNAAsn" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GLT" stoichiometry="1"/>
+          <speciesReference species="Charged__45__ASN__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="_6__46__3__46__5__46__7__45__RXN" name="6.3.5.7-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="GLN" stoichiometry="1"/>
+          <speciesReference species="L__45__glutamyl__45__tRNAGln" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GLT" stoichiometry="1"/>
+          <speciesReference species="Charged__45__GLN__45__tRNAs" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="GMP__45__SYN__45__GLUT__45__RXN" name="GMP-SYN-GLUT-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="XANTHOSINE__45__5__45__PHOSPHATE" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+          <speciesReference species="GLN" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="2"/>
+          <speciesReference species="GLT" stoichiometry="1"/>
+          <speciesReference species="GMP" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="FGAMSYN__45__RXN" name="FGAMSYN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="_5__45__P__45__RIBOSYL__45__N__45__FORMYLGLYCINEAMIDE" stoichiometry="1"/>
+          <speciesReference species="GLN" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="GLT" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="_5__45__PHOSPHORIBOSYL__45__N__45__FORMYLGLYCINEAMIDINE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ASNSYNB__45__RXN" name="ASNSYNB-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="GLN" stoichiometry="1"/>
+          <speciesReference species="L__45__ASPARTATE" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="GLT" stoichiometry="1"/>
+          <speciesReference species="ASN" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="NAD__45__SYNTH__45__GLN__45__RXN" name="NAD-SYNTH-GLN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="DEAMIDO__45__NAD" stoichiometry="1"/>
+          <speciesReference species="GLN" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="GLT" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PYRUVATE__45__CARBOXYLASE__45__RXN" name="PYRUVATE-CARBOXYLASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PYRUVATE" stoichiometry="1"/>
+          <speciesReference species="HCO3" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="OXALACETIC_ACID" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="ACETYL__45__COA__45__CARBOXYLTRANSFER__45__RXN" name="ACETYL-COA-CARBOXYLTRANSFER-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="ACETYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="HCO3" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="MALONYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__5055" name="RXN0-5055" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ACETYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="Carboxybiotin__45__BCCP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="MALONYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="BCCP__45__dimers" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1G__45__4355" name="RXN1G-4355" reversible="true">
+        <listOfReactants>
+          <speciesReference species="CPD1G__45__277" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="CPD1G__45__332" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="PROPIONYL__45__COA__45__CARBOXY__45__RXN" name="PROPIONYL-COA-CARBOXY-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PROPIONYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="HCO3" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="1"/>
+          <speciesReference species="D__45__METHYL__45__MALONYL__45__COA" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DNA__45__LIGASE__45__NAD__43____45__RXN" name="DNA-LIGASE-NAD+-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Deoxynucleotides" stoichiometry="1"/>
+          <speciesReference species="DEOXYNUCLEOTIDESM" stoichiometry="1"/>
+          <speciesReference species="NAD" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Deoxynucleotides" stoichiometry="1"/>
+          <speciesReference species="NICOTINAMIDE_NUCLEOTIDE" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DNA__45__LIGASE__45__ATP__45__RXN" name="DNA-LIGASE-ATP-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="Deoxynucleotides" stoichiometry="1"/>
+          <speciesReference species="DEOXYNUCLEOTIDESM" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="AMP" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="Deoxynucleotides" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RNA__45__3__45__PHOSPHATE__45__CYCLASE__45__RXN" name="RNA-3-PHOSPHATE-CYCLASE-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="_3__45__Prime__45__Phosphate__45__Terminated__45__RNAs" stoichiometry="1"/>
+          <speciesReference species="ATP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Cyclic__45__Phosphate__45__Terminated__45__RNAs" stoichiometry="1"/>
+          <speciesReference species="PPI" stoichiometry="1"/>
+          <speciesReference species="AMP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN1F__45__20" name="RXN1F-20" reversible="true">
+        <listOfReactants>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="PROTOPORPHYRIN_IX" stoichiometry="1"/>
+          <speciesReference species="MG__43__2" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON" stoichiometry="3"/>
+          <speciesReference species="MG__45__PROTOPORPHYRIN" stoichiometry="1"/>
+          <speciesReference species="Pi" stoichiometry="1"/>
+          <speciesReference species="ADP" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__5419" name="RXN0-5419" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Nonmethylated__45__Ribosomal__45__Protein__45__L11s" stoichiometry="1"/>
+          <speciesReference species="S__45__ADENOSYLMETHIONINE" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Methylated__45__Ribosomal__45__Protein__45__L11s" stoichiometry="1"/>
+          <speciesReference species="ADENOSYL__45__HOMO__45__CYS" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__8391" name="RXN-8391" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Delta4__45__hexadecenoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="MALONYL__45__ACP" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="_3__45__oxo__45__petroselinoyl__45__ACPs" stoichiometry="1"/>
+          <speciesReference species="ACP" stoichiometry="1"/>
+          <speciesReference species="CARBON__45__DIOXIDE" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__745" name="RXN0-745" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ATP" stoichiometry="1"/>
+          <speciesReference species="Reduced__45__flavodoxins" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="DATP" stoichiometry="1"/>
+          <speciesReference species="Oxidized__45__flavodoxins" stoichiometry="1"/>
+          <speciesReference species="WATER" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="THIOREDOXIN__45__RXN" name="THIOREDOXIN-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="Red__45__Thioredoxin" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Ox__45__Thioredoxin" stoichiometry="1"/>
+          <speciesReference species="E__45__" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="FAD__45__RED__45__RXN" name="FAD-RED-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="NADH__45__P__45__OR__45__NOP" stoichiometry="1"/>
+          <speciesReference species="Ox__45__FAD__45__Flavoproteins" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="NAD__45__P__45__OR__45__NOP" stoichiometry="1"/>
+          <speciesReference species="Red__45__FADH2__45__Flavoproteins" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="FMN__45__RED__45__RXN" name="FMN-RED-RXN" reversible="false">
+        <listOfReactants>
+          <speciesReference species="NADH__45__P__45__OR__45__NOP" stoichiometry="1"/>
+          <speciesReference species="Ox__45__FMN__45__Flavoproteins" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="NAD__45__P__45__OR__45__NOP" stoichiometry="1"/>
+          <speciesReference species="Red__45__FMNH2__45__Flavoproteins" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__5267" name="RXN0-5267" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON_CCO__45__IN" stoichiometry="4"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON_CCO__45__OUT" stoichiometry="4"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="TRANS__45__RXN__45__208" name="TRANS-RXN-208" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ASCORBATE_CCO__45__OUT" stoichiometry="1"/>
+          <speciesReference species="PROTON_CCO__45__OUT" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ASCORBATE_CCO__45__IN" stoichiometry="1"/>
+          <speciesReference species="PROTON_CCO__45__IN" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="TRANS__45__RXN__45__210" name="TRANS-RXN-210" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PHOSPHO__45__ENOL__45__PYRUVATE_CCO__45__IN" stoichiometry="1"/>
+          <speciesReference species="Pi_CCO__45__OUT" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Pi_CCO__45__OUT" stoichiometry="1"/>
+          <speciesReference species="PHOSPHO__45__ENOL__45__PYRUVATE_CCO__45__OUT" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="TRANS__45__RXN__45__218" name="TRANS-RXN-218" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PROTON_CCO__45__IN" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PROTON_CCO__45__OUT" stoichiometry="2"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__5261" name="RXN0-5261" reversible="true">
+        <listOfReactants>
+          <speciesReference species="PYRUVATE_CCO__45__IN" stoichiometry="1"/>
+          <speciesReference species="PROTON_CCO__45__IN" stoichiometry="2"/>
+          <speciesReference species="E__45__" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="D__45__LACTATE_CCO__45__IN" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__5257" name="RXN0-5257" reversible="true">
+        <listOfReactants>
+          <speciesReference species="DIHYDROXY__45__ACETONE__45__PHOSPHATE_CCO__45__IN" stoichiometry="1"/>
+          <speciesReference species="PROTON_CCO__45__IN" stoichiometry="2"/>
+          <speciesReference species="E__45__" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="GLYCEROL__45__3P_CCO__45__IN" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__5254" name="RXN0-5254" reversible="false">
+        <listOfReactants>
+          <speciesReference species="Menaquinones" stoichiometry="1"/>
+          <speciesReference species="PROTON_CCO__45__IN" stoichiometry="2"/>
+          <speciesReference species="E__45__" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Menaquinols" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__5244" name="RXN0-5244" reversible="false">
+        <listOfReactants>
+          <speciesReference species="Ubiquinones" stoichiometry="1"/>
+          <speciesReference species="PROTON_CCO__45__IN" stoichiometry="2"/>
+          <speciesReference species="E__45__" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Ubiquinols" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__5259" name="RXN0-5259" reversible="false">
+        <listOfReactants>
+          <speciesReference species="ETR__45__Quinones" stoichiometry="1"/>
+          <speciesReference species="PROTON_CCO__45__IN" stoichiometry="2"/>
+          <speciesReference species="E__45__" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="ETR__45__Quinols" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__5248" name="RXN0-5248" reversible="true">
+        <listOfReactants>
+          <speciesReference species="NAD_CCO__45__IN" stoichiometry="1"/>
+          <speciesReference species="PROTON_CCO__45__IN" stoichiometry="1"/>
+          <speciesReference species="E__45__" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="NADH_CCO__45__IN" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12647" name="RXN-12647" reversible="false">
+        <listOfReactants>
+          <speciesReference species="Oxidized__45__Plastocyanins_CCO__45__IN" stoichiometry="1"/>
+          <speciesReference species="E__45__" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Plastocyanin__45__Reduced_CCO__45__IN" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__12648" name="RXN-12648" reversible="false">
+        <listOfReactants>
+          <speciesReference species="PLASTOQUINONE" stoichiometry="1"/>
+          <speciesReference species="E__45__" stoichiometry="2"/>
+          <speciesReference species="PROTON_CCO__45__IN" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="PLASTOQUINOL__45__1" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN0__45__5245" name="RXN0-5245" reversible="true">
+        <listOfReactants>
+          <speciesReference species="FUM_CCO__45__IN" stoichiometry="1"/>
+          <speciesReference species="PROTON_CCO__45__IN" stoichiometry="2"/>
+          <speciesReference species="E__45__" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="SUC_CCO__45__IN" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="RXN__45__7101" name="RXN-7101" reversible="false">
+        <listOfReactants>
+          <speciesReference species="BCCP__45__biotin__45__monomers" stoichiometry="2"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="BCCP__45__dimers" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+      <reaction id="DISULFOXRED__45__RXN" name="DISULFOXRED-RXN" reversible="true">
+        <listOfReactants>
+          <speciesReference species="Protein__45__Red__45__Disulfides" stoichiometry="1"/>
+        </listOfReactants>
+        <listOfProducts>
+          <speciesReference species="Protein__45__Ox__45__Disulfides" stoichiometry="1"/>
+        </listOfProducts>
+      </reaction>
+    </listOfReactions>
+  </model>
+</sbml>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/result.txt	Mon Jun 11 08:43:56 2018 -0400
@@ -0,0 +1,57 @@
+Reading draft network from  /tmp/tmppEicel/files/000/dataset_1.dat ... done.
+Reading seeds from  /tmp/tmppEicel/files/000/dataset_3.dat ... done.
+Reading targets from  /tmp/tmppEicel/files/000/dataset_4.dat ... done.
+
+Checking draftnet for unproducible targets ... done.
+  51 unproducible targets:
+  "GLY"
+  "GLT"
+  "MET"
+  "CIT"
+  "ILE"
+  "HIS"
+  "CPD__45__13814"
+  "ARACHIDONIC_ACID"
+  "CPD__45__8119"
+  "LINOLEIC_ACID"
+  "CPD__45__14292"
+  "CPD__45__8117"
+  "GLYCOLLATE"
+  "CPD__45__9245"
+  "GLYCERATE"
+  "GLUTATHIONE"
+  "SER"
+  "LYS"
+  "CPD__45__8120"
+  "_4__45__AMINO__45__BUTYRATE"
+  "GLN"
+  "L__45__ASPARTATE"
+  "CYS"
+  "TYR"
+  "SUC"
+  "ARG"
+  "THR"
+  "GLC"
+  "ASN"
+  "ARACHIDIC_ACID"
+  "STEARIC_ACID"
+  "OLEATE__45__CPD"
+  "MANNITOL"
+  "VAL"
+  "CPD__45__7836"
+  "_5Z8Z11Z14Z17Z__45__EICOSAPENTAENOATE"
+  "PALMITATE"
+  "THREO__45__DS__45__ISO__45__CITRATE"
+  "GLYCEROL"
+  "D__45__ALANINE"
+  "PHE"
+  "L__45__ORNITHINE"
+  "PRO"
+  "LINOLENIC_ACID"
+  "CPD__45__9247"
+  "HOMO__45__SER"
+  "CPD__45__8121"
+  "L__45__ALPHA__45__ALANINE"
+  "LEU"
+  "DOCOSANOATE"
+  "TRP"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/seeds.sbml	Mon Jun 11 08:43:56 2018 -0400
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<sbml xmlns="http://www.sbml.org/sbml/level2" level="2" version="1">
+<model id="EsiCyc">
+  <listOfCompartments>
+    <compartment id="CCO__45__EXTRACELLULAR"/>
+    <compartment id="CCO__45__CYTOSOL"/>
+    <compartment id="CCO__45__OUT"/>
+  </listOfCompartments>
+  <listOfSpecies>
+    <species id="Acceptor" compartment="CCO__45__CYTOSOL"/> 
+    <species id="ACP" compartment="CCO__45__CYTOSOL"/> 
+    <species id="ADP" compartment="CCO__45__CYTOSOL"/>
+    <species id="AMMONIA" compartment="CCO__45__CYTOSOL"/>
+    <species id="AMP" compartment="CCO__45__CYTOSOL"/>
+    <species id="ATP" compartment="CCO__45__CYTOSOL"/>
+    <species id="BIOTIN" compartment="CCO__45__CYTOSOL"/>
+    <species id="CA__43__2" compartment="CCO__45__CYTOSOL"/>
+    <species id="CARBON__45__DIOXIDE" compartment="CCO__45__CYTOSOL"/>
+    <species id="CDP__45__12921" compartment="CCO__45__CYTOSOL"/> 
+    <species id="CL__45__" compartment="CCO__45__CYTOSOL"/>
+    <species id="CO__45__A" compartment="CCO__45__CYTOSOL"/>
+    <species id="CPD0__45__1695" compartment="CCO__45__CYTOSOL"/> 
+    <species id="CPD0__45__2394" compartment="CCO__45__CYTOSOL"/> 
+    <species id="CPD__45__3" compartment="CCO__45__CYTOSOL"/> 
+    <species id="CPD__45__315" compartment="CCO__45__CYTOSOL"/> 
+    <species id="CU__43__" compartment="CCO__45__CYTOSOL"/>
+    <species id="CU__43__2" compartment="CCO__45__CYTOSOL"/>
+    <species id="Donor__45__H2" compartment="CCO__45__CYTOSOL"/>
+    <species id="EDTA" compartment="CCO__45__CYTOSOL"/>
+    <species id="GDP" compartment="CCO__45__CYTOSOL"/> 
+    <species id="GTP" compartment="CCO__45__CYTOSOL"/>
+    <species id="HYDROGEN__45__PEROXIDE" compartment="CCO__45__CYTOSOL"/> 
+    <species id="K__43__" compartment="CCO__45__CYTOSOL"/>
+
+    <species id="MG__43__2" compartment="CCO__45__CYTOSOL"/>
+    <species id="NA__43__" compartment="CCO__45__CYTOSOL"/>
+    <species id="NAD__45__P__45__OR__45__NOP" compartment="CCO__45__CYTOSOL"/>
+    <species id="NAD" compartment="CCO__45__CYTOSOL"/>
+    <species id="NADH__45__P__45__OR__45__NOP" compartment="CCO__45__CYTOSOL"/>
+    <species id="NADH" compartment="CCO__45__CYTOSOL"/>
+    <species id="NADP" compartment="CCO__45__CYTOSOL"/>
+    <species id="NADPH" compartment="CCO__45__CYTOSOL"/>
+    <species id="NITRATE" compartment="CCO__45__CYTOSOL"/>
+    <species id="OXYGEN__45__MOLECULE" compartment="CCO__45__CYTOSOL"/>
+    <species id="Pi" compartment="CCO__45__CYTOSOL"/>
+    <species id="PPI" compartment="CCO__45__CYTOSOL"/>
+    <species id="PROTON" compartment="CCO__45__CYTOSOL"/>
+    <species id="SULFATE" compartment="CCO__45__CYTOSOL"/>
+    <species id="THIAMINE" compartment="CCO__45__CYTOSOL"/>
+    <species id="UDP" compartment="CCO__45__CYTOSOL"/>
+    <species id="Vitamins__45__B12" compartment="CCO__45__CYTOSOL"/>
+    <species id="COB__45__I__45__ALAMIN" compartment="CCO__45__CYTOSOL"/>
+    <species id="WATER" compartment="CCO__45__CYTOSOL"/>
+    <species id="ZN__43__2" compartment="CCO__45__CYTOSOL"/>
+    </listOfSpecies>
+  </model>
+</sbml>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/targets.sbml	Mon Jun 11 08:43:56 2018 -0400
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<sbml xmlns="http://www.sbml.org/sbml/level2" level="2" version="1">
+  <model id="EsiCyc">
+    <listOfCompartments>
+      <compartment id="CCO__45__EXTRACELLULAR"/>
+      <compartment id="CCO__45__CYTOSOL"/>
+      <compartment id="CCO__45__OUT"/>
+    </listOfCompartments>
+    <listOfSpecies>
+      <species id="_4__45__AMINO__45__BUTYRATE" compartment="CCO__45__CYTOSOL"/>
+      <species id="_5Z8Z11Z14Z17Z__45__EICOSAPENTAENOATE" compartment="CCO__45__CYTOSOL"/>
+      <species id="AMMONIUM" compartment="CCO__45__CYTOSOL"/>
+      <species id="ARACHIDIC_ACID" compartment="CCO__45__CYTOSOL"/>
+      <species id="ARACHIDONIC_ACID" compartment="CCO__45__CYTOSOL"/>
+      <species id="ARG" compartment="CCO__45__CYTOSOL"/>
+      <species id="ASN" compartment="CCO__45__CYTOSOL"/>
+      <species id="CIT" compartment="CCO__45__CYTOSOL"/>
+      <species id="CPD__45__13814" compartment="CCO__45__CYTOSOL"/>
+      <species id="CPD__45__14292" compartment="CCO__45__CYTOSOL"/>
+      <species id="CPD__45__7836" compartment="CCO__45__CYTOSOL"/>
+      <species id="CPD__45__8117" compartment="CCO__45__CYTOSOL"/>
+      <species id="CPD__45__8119" compartment="CCO__45__CYTOSOL"/>
+      <species id="CPD__45__8120" compartment="CCO__45__CYTOSOL"/>
+      <species id="CPD__45__8121" compartment="CCO__45__CYTOSOL"/>
+      <species id="CPD__45__9245" compartment="CCO__45__CYTOSOL"/>
+      <species id="CPD__45__9247" compartment="CCO__45__CYTOSOL"/>
+      <species id="CYS" compartment="CCO__45__CYTOSOL"/>
+      <species id="D__45__ALANINE" compartment="CCO__45__CYTOSOL"/>
+      <species id="DOCOSANOATE" compartment="CCO__45__CYTOSOL"/>
+      <species id="GLC" compartment="CCO__45__CYTOSOL"/>
+      <species id="GLN" compartment="CCO__45__CYTOSOL"/>
+      <species id="GLT" compartment="CCO__45__CYTOSOL"/>
+      <species id="GLUTATHIONE" compartment="CCO__45__CYTOSOL"/>
+      <species id="GLY" compartment="CCO__45__CYTOSOL"/>
+      <species id="GLYCERATE" compartment="CCO__45__CYTOSOL"/>
+      <species id="GLYCEROL" compartment="CCO__45__CYTOSOL"/>
+      <species id="GLYCOLLATE" compartment="CCO__45__CYTOSOL"/>
+      <species id="HIS" compartment="CCO__45__CYTOSOL"/>
+      <species id="HOMO__45__SER" compartment="CCO__45__CYTOSOL"/>
+      <species id="ILE" compartment="CCO__45__CYTOSOL"/>
+      <species id="L__45__ALPHA__45__ALANINE" compartment="CCO__45__CYTOSOL"/>
+      <species id="L__45__ASPARTATE" compartment="CCO__45__CYTOSOL"/>
+      <species id="L__45__ORNITHINE" compartment="CCO__45__CYTOSOL"/>
+      <species id="LEU" compartment="CCO__45__CYTOSOL"/>
+      <species id="LINOLEIC_ACID" compartment="CCO__45__CYTOSOL"/>
+      <species id="LINOLENIC_ACID" compartment="CCO__45__CYTOSOL"/>
+      <species id="LYS" compartment="CCO__45__CYTOSOL"/>
+      <species id="MANNITOL" compartment="CCO__45__CYTOSOL"/>
+      <species id="MET" compartment="CCO__45__CYTOSOL"/>
+      <species id="OLEATE__45__CPD" compartment="CCO__45__CYTOSOL"/>
+      <species id="PALMITATE" compartment="CCO__45__CYTOSOL"/>
+      <species id="PHE" compartment="CCO__45__CYTOSOL"/>
+      <species id="PRO" compartment="CCO__45__CYTOSOL"/>
+      <species id="SER" compartment="CCO__45__CYTOSOL"/>
+      <species id="STEARIC_ACID" compartment="CCO__45__CYTOSOL"/>
+      <species id="SUC" compartment="CCO__45__CYTOSOL"/>
+      <species id="THR" compartment="CCO__45__CYTOSOL"/>
+      <species id="THREO__45__DS__45__ISO__45__CITRATE" compartment="CCO__45__CYTOSOL"/>
+      <species id="TRP" compartment="CCO__45__CYTOSOL"/>
+      <species id="TYR" compartment="CCO__45__CYTOSOL"/>
+      <species id="VAL" compartment="CCO__45__CYTOSOL"/>
+    </listOfSpecies>
+  </model>
+</sbml>