Skip to content

Instantly share code, notes, and snippets.

@wikiselev
Created January 8, 2013 15:13
Show Gist options
  • Save wikiselev/4484529 to your computer and use it in GitHub Desktop.
Save wikiselev/4484529 to your computer and use it in GitHub Desktop.
# Acquire the model from an SBML file
dataModel = CCopasiRootContainer.addDatamodel()
dataModel.importSBML("model_name.xml")
model = dataModel.getModel()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment