From 1cd7d7ebb5a6ba9dba981bbe0381bb84787bc512 Mon Sep 17 00:00:00 2001
From: Harsha Rani <hrani@ncbs.res.in>
Date: Fri, 18 Nov 2016 15:00:06 +0530
Subject: [PATCH] To run this file libsbml needs to be installed and not
 compile with moose as its at python level

---
 moose-examples/snippets/convert_Genesis2Sbml.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/moose-examples/snippets/convert_Genesis2Sbml.py b/moose-examples/snippets/convert_Genesis2Sbml.py
index 8f42aee8..4fca9212 100644
--- a/moose-examples/snippets/convert_Genesis2Sbml.py
+++ b/moose-examples/snippets/convert_Genesis2Sbml.py
@@ -51,7 +51,7 @@ 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
-	Moose needs to be compiled with libsbml
+	libsbml should be installed 
 """
 	#This command loads the file into the path '/Kholodenko'
 	moose.loadModel('../genesis/Kholodenko.g','/Kholodenko')
-- 
GitLab