-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.html
26 lines (26 loc) · 1.02 KB
/
readme.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<html>
<p>This is the readme for the models associated with the paper:
</p>
<p>Iascone DM, Li Y, Sumbul U, Doron M, Chen H, Andreu V, Goudy F,
Blockus H, Abbott LF, Segev I, Peng H, Polleux F (2020) Whole-Neuron
Synaptic Mapping Reveals Spatially Precise Excitatory/Inhibitory
Balance Limiting Dendritic and Somatic Spiking. Neuron
<br/>
<a href="http://dx.doi.org/https://doi.org/10.1016/j.neuron.2020.02.015">http://dx.doi.org/https://doi.org/10.1016/j.neuron.2020.02.015</a>
</p>
<p>This NEURON code was contributed by M Doron.
</p>
<p>If you need additional help for your platform please consult: <br/>
<a href="https://senselab.med.yale.edu/ModelDB/NEURON_DwnldGuide">https://senselab.med.yale.edu/ModelDB/NEURON_DwnldGuide</a>
</p>
<p>Compile the mod files as usual with a terminal command (or equivalent)
</p>
<p>nrnivmodl mod_files
</p>
<p>and then run the model with a command<br/>
python run_simulation.py<br/>
or<br/>
python3 run_simulation_python3.py
</p>
Note: the python3 version was supplied by the ModelDB administrator.
</html>