NineML Showcase

Wiki » History » Version 3

« Previous - Version 3/5 (diff) - Next » - Current version
Padraig Gleeson, 30 Apr 2014 14:57


Installation

To get a lcoal copy of this repository install Git and type:

git clone https://github.com/OpenSourceBrain/NineMLShowcase.git

There is a directory with examples from NineML, and one with SpineML, a related language.

There is also a local copy of the NineML Schema file, against which the *.9ml files are valid.

To regenerate these files, get a copy of the latest development NeuroML 2 code using the getNeuroML utility of jNeuroML:

git clone git://github.com/NeuroML/jNeuroML.git neuroml_dev/jNeuroML
cd neuroml_dev/jNeuroML
python getNeuroML.py development

and a regenerated version of these files should be in neuroml_dev/org.neuroml.export/src/test/resources/tmp. Edit https://github.com/NeuroML/org.neuroml.export/blob/master/src/test/java/org/neuroml/export/xineml/XineMLWriterTest.java to generate more NineML/SpineML files from LEMS. This functionality will be put in the main jNeuroML utility, jnml in an upcoming version.