icgenealogy / icg-nrn-sim

NEURON tool to run voltage clamp protocols against .mod files
GNU General Public License v2.0
1 stars 2 forks source link

icg-nrn-sim

Tool to run voltage clamp protocols in the NEURON Simulator against one or several .mod files.

Usage

Download the .zip file of this repository and save it in your local /tmp/ path. Unzip the file right there and rename the icg-nrn-sim-master directory to icg-nrn-sim.

Next, create a modfiles directory: mkdir -p /tmp/modfiles/

To run a single .mod file which is in /tmp/modfiles/modfile.mod execute the following:

/tmp/icg-nrn-sim/runsingle.pl /tmp/modfiles/modfile.mod /tmp/icg-nrn-sim/kvconfig.in result

To run several .mod files which are in /tmp/modfiles, execute the following:

/tmp/icg-nrn-sim/runbatch.pl /tmp/modfiles /tmp/icg-nrn-sim/kvconfig.in result

Notes