Skip to content
Snippets Groups Projects
Commit 2edfcf15 authored by Dilawar Singh's avatar Dilawar Singh
Browse files

Fixed docstring on example.

parent f95d827b
No related branches found
No related tags found
No related merge requests found
3.1.1-85-gd3d2929
\ No newline at end of file
3.1.1-126-g0d5fb79
\ No newline at end of file
......@@ -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')
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment