A model of mouse primary motor cortex (M1) parvalbumin-positive (PV) corticospinal cell
Developed using NetPyNE (https://www.netpyne.org/)
Requires NEURON with Python and MPI support.
- Type or
./compile
(make sure it is an executable) or the equivalentnrnivmodl mod
. This should create a directory called either i686 or x86_64, depending on your computer's architecture. - To run single simulation type:
./runsim [num_proc]
(make sure it is an executable) or the equivalentmpiexec -np [num_proc] nrniv -python -mpi sim/init.py
- To run batch script type:
python sim/batch.py
- To run analysis type:
python analysis\fIcurve_calculateAndPlot.py
Use the flag -u
after python if you want real-time printing on console
-
sim/init.py: Main executable; calls functions from other modules. Sets what parameter file to use.
-
sim/netParams.py: Network parameters
-
sim/cfg.py: Simulation configuration
-
sim/batch.py: Batch file
For further information please contact: [email protected]