From 2edfcf151699a71f1389b676c51063289acb4d20 Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawars@ncbs.res.in> Date: Mon, 23 Jan 2017 13:33:59 +0530 Subject: [PATCH] Fixed docstring on example. --- moose-core/VERSION | 2 +- moose-examples/snippets/convert_Genesis2Sbml.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/moose-core/VERSION b/moose-core/VERSION index 551e36ec..cf525b4c 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 9366c293..54f2f70b 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') -- GitLab