forked from msneddon/nfsim
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from RuleWorld/issue37
Merging branch made to address seg fault in Issue 37
- Loading branch information
Showing
14 changed files
with
299 additions
and
60 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
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
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,80 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- Created by BioNetGen 2.9.0 --> | ||
<sbml xmlns="http://www.sbml.org/sbml/level3" level="3" version="1"> | ||
<model id="uhohnfsim"> | ||
<ListOfParameters> | ||
<Parameter id="_rateLaw1" type="Constant" value="10" expr="10"/> | ||
<Parameter id="_rateLaw2" type="Constant" value="1" expr="1"/> | ||
</ListOfParameters> | ||
<ListOfMoleculeTypes> | ||
<MoleculeType id="A"/> | ||
</ListOfMoleculeTypes> | ||
<ListOfCompartments> | ||
</ListOfCompartments> | ||
<ListOfSpecies> | ||
<Species id="S1" concentration="10" name="A()"> | ||
<ListOfMolecules> | ||
<Molecule id="S1_M1" name="A"/> | ||
</ListOfMolecules> | ||
</Species> | ||
</ListOfSpecies> | ||
<ListOfReactionRules> | ||
<ReactionRule id="RR1" name="_R1" symmetry_factor="1"> | ||
<ListOfReactantPatterns> | ||
</ListOfReactantPatterns> | ||
<ListOfProductPatterns> | ||
<ProductPattern id="RR1_PP1"> | ||
<ListOfMolecules> | ||
<Molecule id="RR1_PP1_M1" name="A"/> | ||
</ListOfMolecules> | ||
</ProductPattern> | ||
</ListOfProductPatterns> | ||
<RateLaw id="RR1_RateLaw" type="Ele" totalrate="0"> | ||
<ListOfRateConstants> | ||
<RateConstant value="_rateLaw1"/> | ||
</ListOfRateConstants> | ||
</RateLaw> | ||
<Map> | ||
</Map> | ||
<ListOfOperations> | ||
<Add id="RR1_PP1_M1"/> | ||
</ListOfOperations> | ||
</ReactionRule> | ||
<ReactionRule id="RR2" name="_reverse__R1" symmetry_factor="1"> | ||
<ListOfReactantPatterns> | ||
<ReactantPattern id="RR2_RP1"> | ||
<ListOfMolecules> | ||
<Molecule id="RR2_RP1_M1" name="A"/> | ||
</ListOfMolecules> | ||
</ReactantPattern> | ||
</ListOfReactantPatterns> | ||
<ListOfProductPatterns> | ||
</ListOfProductPatterns> | ||
<RateLaw id="RR2_RateLaw" type="Ele" totalrate="0"> | ||
<ListOfRateConstants> | ||
<RateConstant value="_rateLaw2"/> | ||
</ListOfRateConstants> | ||
</RateLaw> | ||
<Map> | ||
<MapItem sourceID="RR2_RP1_M1"/> | ||
</Map> | ||
<ListOfOperations> | ||
<Delete id="RR2_RP1" DeleteMolecules="0"/> | ||
</ListOfOperations> | ||
</ReactionRule> | ||
</ListOfReactionRules> | ||
<ListOfObservables> | ||
<Observable id="O1" name="A" type="Molecules"> | ||
<ListOfPatterns> | ||
<Pattern id="O1_P1"> | ||
<ListOfMolecules> | ||
<Molecule id="O1_P1_M1" name="A"/> | ||
</ListOfMolecules> | ||
</Pattern> | ||
</ListOfPatterns> | ||
</Observable> | ||
</ListOfObservables> | ||
<ListOfFunctions> | ||
</ListOfFunctions> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
begin model | ||
|
||
begin species | ||
A() 100 | ||
B() 0 | ||
end species | ||
|
||
begin observables | ||
Molecules A A() | ||
end observables | ||
|
||
begin reaction rules | ||
0 <-> A() 10,1 | ||
end reaction rules | ||
|
||
end model | ||
|
||
simulate({method=>"nf",t_end=>100,n_steps=>100}) |
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,86 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- Created by BioNetGen 2.9.1 --> | ||
<sbml xmlns="http://www.sbml.org/sbml/level3" level="3" version="1"> | ||
<model id="issue37_test2"> | ||
<ListOfParameters> | ||
<Parameter id="_rateLaw1" type="Constant" value="10" expr="10"/> | ||
<Parameter id="_rateLaw2" type="Constant" value="1" expr="1"/> | ||
</ListOfParameters> | ||
<ListOfMoleculeTypes> | ||
<MoleculeType id="A"/> | ||
<MoleculeType id="B"/> | ||
</ListOfMoleculeTypes> | ||
<ListOfCompartments> | ||
</ListOfCompartments> | ||
<ListOfSpecies> | ||
<Species id="S1" concentration="100" name="A()"> | ||
<ListOfMolecules> | ||
<Molecule id="S1_M1" name="A"/> | ||
</ListOfMolecules> | ||
</Species> | ||
<Species id="S2" concentration="0" name="B()"> | ||
<ListOfMolecules> | ||
<Molecule id="S2_M1" name="B"/> | ||
</ListOfMolecules> | ||
</Species> | ||
</ListOfSpecies> | ||
<ListOfReactionRules> | ||
<ReactionRule id="RR1" name="_R1" symmetry_factor="1"> | ||
<ListOfReactantPatterns> | ||
</ListOfReactantPatterns> | ||
<ListOfProductPatterns> | ||
<ProductPattern id="RR1_PP1"> | ||
<ListOfMolecules> | ||
<Molecule id="RR1_PP1_M1" name="A"/> | ||
</ListOfMolecules> | ||
</ProductPattern> | ||
</ListOfProductPatterns> | ||
<RateLaw id="RR1_RateLaw" type="Ele" totalrate="0"> | ||
<ListOfRateConstants> | ||
<RateConstant value="_rateLaw1"/> | ||
</ListOfRateConstants> | ||
</RateLaw> | ||
<Map> | ||
</Map> | ||
<ListOfOperations> | ||
<Add id="RR1_PP1_M1"/> | ||
</ListOfOperations> | ||
</ReactionRule> | ||
<ReactionRule id="RR2" name="_reverse__R1" symmetry_factor="1"> | ||
<ListOfReactantPatterns> | ||
<ReactantPattern id="RR2_RP1"> | ||
<ListOfMolecules> | ||
<Molecule id="RR2_RP1_M1" name="A"/> | ||
</ListOfMolecules> | ||
</ReactantPattern> | ||
</ListOfReactantPatterns> | ||
<ListOfProductPatterns> | ||
</ListOfProductPatterns> | ||
<RateLaw id="RR2_RateLaw" type="Ele" totalrate="0"> | ||
<ListOfRateConstants> | ||
<RateConstant value="_rateLaw2"/> | ||
</ListOfRateConstants> | ||
</RateLaw> | ||
<Map> | ||
<MapItem sourceID="RR2_RP1_M1"/> | ||
</Map> | ||
<ListOfOperations> | ||
<Delete id="RR2_RP1" DeleteMolecules="0"/> | ||
</ListOfOperations> | ||
</ReactionRule> | ||
</ListOfReactionRules> | ||
<ListOfObservables> | ||
<Observable id="O1" name="A" type="Molecules"> | ||
<ListOfPatterns> | ||
<Pattern id="O1_P1"> | ||
<ListOfMolecules> | ||
<Molecule id="O1_P1_M1" name="A"/> | ||
</ListOfMolecules> | ||
</Pattern> | ||
</ListOfPatterns> | ||
</Observable> | ||
</ListOfObservables> | ||
<ListOfFunctions> | ||
</ListOfFunctions> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
NFSIM ONLY: population testing, with reaction log | ||
-sim 100 -oSteps 100 -rxnlog basicModels/v29_rxns.json |
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,2 @@ | ||
NFSIM ONLY: population testing, with reaction log | ||
-sim 100 -oSteps 100 -rxnlog basicModels/v30_rxns.json |
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,16 @@ | ||
# issue37_test.bngl | ||
|
||
begin model | ||
begin species | ||
A() 0 | ||
end species | ||
begin observables | ||
Molecules A A() | ||
end observables | ||
begin reaction rules | ||
0 <-> A() 10,1 | ||
end reaction rules | ||
end model | ||
|
||
## model actions ## | ||
writeXML() |
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,17 @@ | ||
# issue37_test2.bngl | ||
|
||
begin model | ||
begin species | ||
A() 100 | ||
B() 0 | ||
end species | ||
begin observables | ||
Molecules A A() | ||
end observables | ||
begin reaction rules | ||
0 <-> A() 10,1 | ||
end reaction rules | ||
end model | ||
|
||
## model actions ## | ||
writeXML() |
Oops, something went wrong.