Load - Run - Save models¶
How to run these examplesLoad a Kinetic Model¶
-
loadKineticModel.
main
()[source]¶ This example illustrates loading, running, and saving a kinetic model defined in kkit format. It uses a default kkit model but you can specify another using the command line
python loadKineticModel.py filepath runtime solver
. We use default solver as gsl. The model already defines a couple of plots and sets the runtime 20 secs.
Load an SBML Model¶
-
loadSbmlmodel.
main
()[source]¶ This example illustrates loading, running of an SBML model defined in XML format. Default this file load's 00001-sbml-l3v1.xml which is taken from l3v1 SBML testcase. Plots are setup. Model is run for 20sec. As a general rule we created model under '/path/model' and plots under '/path/graphs'. If someone wants to load anyother file then
python loadSbmlmodel filepath runtime