/usr/share/SBMLToolbox/Test/test-data/sparseStoichiometry.xml is in sbmltoolbox 4.1.0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | <?xml version="1.0" encoding="UTF-8"?>
<sbml xmlns="http://www.sbml.org/sbml/level2" level="2" version="1">
<model id="sparseStoichiometry">
<listOfCompartments>
<compartment id="compartment" size="1"/>
</listOfCompartments>
<listOfSpecies>
<species id="S1" compartment="compartment" initialAmount="3"/>
<species id="S2" compartment="compartment" initialAmount="0"/>
<species id="S3" compartment="compartment" initialAmount="0"/>
<species id="X" compartment="compartment" initialAmount="0"/>
<species id="S4" compartment="compartment" initialAmount="3"/>
<species id="S5" compartment="compartment" initialAmount="0"/>
<species id="S6" compartment="compartment" initialAmount="0"/>
<species id="X1" compartment="compartment" initialAmount="0"/>
<species id="S7" compartment="compartment" initialAmount="3"/>
<species id="S8" compartment="compartment" initialAmount="0"/>
<species id="S9" compartment="compartment" initialAmount="0"/>
<species id="X2" compartment="compartment" initialAmount="0"/>
</listOfSpecies>
<listOfReactions>
<reaction id="R1" reversible="false">
<listOfReactants>
<speciesReference species="S1"/>
</listOfReactants>
<listOfProducts>
<speciesReference species="S2"/>
</listOfProducts>
</reaction>
<reaction id="R2" reversible="false">
<listOfReactants>
<speciesReference species="S2"/>
</listOfReactants>
<listOfProducts>
<speciesReference species="S3"/>
</listOfProducts>
</reaction>
<reaction id="R3" reversible="false">
<listOfReactants>
<speciesReference species="S9"/>
</listOfReactants>
<listOfProducts>
<speciesReference species="X2"/>
</listOfProducts>
</reaction>
<reaction id="R4" reversible="false">
<listOfReactants>
<speciesReference species="S4"/>
</listOfReactants>
<listOfProducts>
<speciesReference species="S5"/>
</listOfProducts>
</reaction>
</listOfReactions>
</model>
</sbml>
|