diff --git a/moose-core/VERSION b/moose-core/VERSION index 551e36ec69054289053164f0db1c2f4296eb0f81..cf525b4c904fb05aac1f5f451638b5549126c3f3 100644 --- a/moose-core/VERSION +++ b/moose-core/VERSION @@ -1 +1 @@ -3.1.1-85-gd3d2929 \ No newline at end of file +3.1.1-126-g0d5fb79 \ No newline at end of file diff --git a/moose-examples/snippets/convert_Genesis2Sbml.py b/moose-examples/snippets/convert_Genesis2Sbml.py index 9366c29367cb6634ab38c05532eb62dcd6f6513b..54f2f70ba03f9664b65aad23a141f4ba6cdc5a2d 100644 --- a/moose-examples/snippets/convert_Genesis2Sbml.py +++ b/moose-examples/snippets/convert_Genesis2Sbml.py @@ -47,11 +47,13 @@ import moose from moose.SBML import * + def main(): """This example illustrates loading a kinetic model defined in Genesis format into Moose using loadModel function and using writeSBML function one can save the model into SBML format. \n libsbml should be installed + """ #This command loads the file into the path '/Kholodenko' moose.loadModel('../genesis/Kholodenko.g','/Kholodenko')