-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added tests and fixed incorrect exception type
- Loading branch information
1 parent
086c05b
commit 7d0e85c
Showing
6 changed files
with
90 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<?xml version='1.0' encoding='UTF-8' standalone='no'?> | ||
<sbml xmlns="http://www.sbml.org/sbml/level3/version1" level="3" version="1"> | ||
<model id="Ciliberto2003_Morphogenesis" name="Ciliberto2003_Morphogenesis_Checkpoint"> | ||
<listOfCompartments> | ||
<compartment id="compartment" size="1"/> | ||
</listOfCompartments> | ||
<listOfSpecies> | ||
<species compartment="compartment" id="Trim" initialConcentration="0.1" name="CDC28_Clb2_Sic1_Complex" sboTerm="SBO:0000296"> | ||
</species> | ||
<species compartment="compartment" id="Clb" initialConcentration="0.1" name="Clb2" sboTerm="SBO:0000245"> | ||
</species> | ||
<species compartment="compartment" id="Sic" initialConcentration="0.1" name="Sic1" sboTerm="SBO:0000245"> | ||
</species> | ||
<species compartment="compartment" id="SpeciesToReplace" initialConcentration="0.0035491784" name="Sic1" sboTerm="SBO:0000245"> | ||
</species> | ||
</listOfSpecies> | ||
<listOfParameters> | ||
<parameter constant="false" id="parameter_1" name="Fe2GutQUant" value="1E-7" units="second"> | ||
</parameter> | ||
</listOfParameters> | ||
<listOfReactions> | ||
<reaction metaid="COPASI127" id="lumen" name="01. StomachLumen -> IntestineLumen" reversible="false" fast="false"> | ||
<listOfReactants> | ||
<speciesReference species="Trim" stoichiometry="1" constant="true"/> | ||
</listOfReactants> | ||
<listOfProducts> | ||
<speciesReference species="Clb" stoichiometry="1" constant="true"/> | ||
</listOfProducts> | ||
<kineticLaw> | ||
<math xmlns="http://www.w3.org/1998/Math/MathML"> | ||
<apply> | ||
<times/> | ||
<ci> k1 </ci> | ||
<ci> Trim </ci> | ||
</apply> | ||
</math> | ||
<listOfLocalParameters> | ||
<localParameter id="k1" name="k1" value="350"/> | ||
</listOfLocalParameters> | ||
</kineticLaw> | ||
</reaction> | ||
</listOfReactions> | ||
</model> | ||
</sbml> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters