Wiki » History » Version 2
Padraig Gleeson, 30 Apr 2014 14:57
| 1 | 1 | Padraig Gleeson | C elegans muscle cell model in NeuroML 2 |
|---|---|---|---|
| 2 | 1 | Padraig Gleeson | ======================================== |
| 3 | 1 | Padraig Gleeson | |
| 4 | 1 | Padraig Gleeson | This introduction is currently only for the NeuroML 2 implementation of the C elegans muscle cell model of Boyle & Cohen. |
| 5 | 1 | Padraig Gleeson | |
| 6 | 1 | Padraig Gleeson | For more details see the README/wiki on the GitHub site: https://github.com/openworm/muscle\_model |
| 7 | 1 | Padraig Gleeson | |
| 8 | 1 | Padraig Gleeson | Cloning the repository |
| 9 | 1 | Padraig Gleeson | ---------------------- |
| 10 | 1 | Padraig Gleeson | |
| 11 | 1 | Padraig Gleeson | Get a local copy of the repository with: |
| 12 | 1 | Padraig Gleeson | |
| 13 | 1 | Padraig Gleeson | `git clone https://github.com/openworm/muscle_model.git` |
| 14 | 1 | Padraig Gleeson | |
| 15 | 1 | Padraig Gleeson | or |
| 16 | 1 | Padraig Gleeson | |
| 17 | 1 | Padraig Gleeson | `git clone git`github.com:openworm/muscle\_model.git@ |
| 18 | 1 | Padraig Gleeson | |
| 19 | 1 | Padraig Gleeson | if you have SSH authentication set up (see [here](https://help.github.com/articles/set-up-git)). |
| 20 | 1 | Padraig Gleeson | |
| 21 | 1 | Padraig Gleeson | Run the NeuroML 2 example |
| 22 | 1 | Padraig Gleeson | ------------------------- |
| 23 | 1 | Padraig Gleeson | |
| 24 | 1 | Padraig Gleeson | Install the Java parser simulator for NeuroML 2 (currently called libNeuroML, see [here](http://www.neuroml.org/neuroml2.php#libNeuroML)). Remember to set the **NML2\_HOME** environment variable. |
| 25 | 1 | Padraig Gleeson | |
| 26 | 1 | Padraig Gleeson | Go in to the directory with the NeuroML 2 version of the model: |
| 27 | 1 | Padraig Gleeson | |
| 28 | 1 | Padraig Gleeson | `cd muscle_model/NeuroML2` |
| 29 | 1 | Padraig Gleeson | |
| 30 | 1 | Padraig Gleeson | Run the example cell with: |
| 31 | 1 | Padraig Gleeson | |
| 32 | 1 | Padraig Gleeson | `nml2 Test_lems.xml` |
| 33 | 2 | Padraig Gleeson | |
| 34 | 2 | Padraig Gleeson |  |