Skip to content

OpenSourceBrain/SBMLShowcase

Folders and files

NameName
Last commit message
Last commit date
Oct 9, 2024
Dec 2, 2024
Jul 31, 2024
Aug 13, 2024
Jul 31, 2024
May 1, 2024
Dec 2, 2024
Dec 3, 2021
Dec 2, 2024
Dec 2, 2024
Aug 13, 2024
Jun 18, 2024
Sep 2, 2024

Repository files navigation

Converting NeuroML2/LEMS to & from SBML

Continuous build using OMV Testing non OMV scripts

Most of the interactions between SBML and LEMS/NeuroML showcased here are enabled by:

Note these features can be accessed easily with the pyNeuroML tool. For example:

  • Load LEMSFile.xml using pyNeuroML, and convert it to SBML format:

     pynml LEMSFile.xml -sbml
    
  • Load LEMSFile.xml using pyNeuroML, and convert it to SBML format with a SED-ML specification for the experiment:

     pynml LEMSFile.xml -sbml-sedml
    
  • Load SBMLFile.sbml using jSBML, and convert it to LEMS format using values for duration & dt in ms

    pynml -sbml-import SBMLFile.sbml duration dt
    

See also https://github.com/ModECI/modelspec/blob/main/examples/COMBINE.md.