History

Wiki » History » Version 3

Version 2 (Padraig Gleeson, 30 Apr 2014 14:57) → Version 3/5 (Padraig Gleeson, 30 Apr 2014 14:57)

Installation
------------

To get a lcoal copy of this repository [install Git](http://www.opensourcebrain.org/projects/gitintro/wiki/Wiki) and type:

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

There is a directory with examples from [NineML](http://software.incf.org/software/nineml), and one with [SpineML](http://bimpa.group.shef.ac.uk/SpineML/index.php/Home), 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](https://github.com/NeuroML/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.