sys-bio / simplesbml

Python package for building SBML models without needing to use libSBML.
http://simplesbml.readthedocs.io/en/latest/
MIT License
10 stars 12 forks source link

Specify concentration in addSpecies #3

Closed hsauro closed 9 years ago

hsauro commented 9 years ago

To specify concentrations use the syntax:

enzyme.addSpecies ('[ATP]', 1.0)

To set amounts use:

enzyme.addSpecies ('ATP', 1.0)