SBML Showcase
Contributors |
|
Wiki » History » Version 2
« Previous -
Version 2/6
(diff) -
Next » -
Current version
Padraig Gleeson, 30 Apr 2014 14:57
Introduction¶
Most of the interactions between SBML and LEMS/NeuroML showcased here are enabled by:
The SBML to LEMS import function in: org.neuroml.importer
The LEMS/NeuroML to SBML export function in: org.neuroml.export
Note these features can be accessed easily with the jNeuroML tool. For example:
- Load LEMSFile.xml using jLEMS, and convert it to SBML format:
jnml LEMSFile.xml ~~sbml
- Load SBMLFile.sbml using jSBML, and convert it to LEMS format using values for duration & dt in ms jnml~~sbml-import SBMLFile.sbml duration dt
Note that these features are still in active development!