Skip to content

Commit db9be3c

Browse files
committed
updated README with OSB instructions
1 parent 3de2b97 commit db9be3c

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,32 @@ Requires NEURON with Python and MPI support.
4141
* /data: where the model and simulation data is stored
4242

4343

44+
## Web-based graphical setup and execution via Open Source Brain (OSB) and NetPyNE GUI
45+
46+
1. Go to the OSB M1 model repository: https://v2.opensourcebrain.org/repositories/60
47+
48+
2. Log in to OSB with your username and password (you can easily register if you don't yet have an account)
49+
50+
3. Once inside the M1 repository, click on "Create New Workspace" and go to this new Workspace when prompted.
51+
52+
4. Once inside the Workspace, click on "Open with ... NetPyNE" (select option from drop-down menu)
53+
54+
5. Once inside the NetPyNE GUI, click on File --> Import --> From Python ...
55+
56+
6. Select the following options:
57+
- NetParams file: /home/jovyan/netpyne/workspace/Multiscale model of primary motor cortex (M1) circuits developed in NetPyNE/main/sim/netParams.py
58+
- NetParams variable: netParams
59+
- SimConfig file: /home/jovyan/netpyne/workspace/Multiscale model of primary motor cortex (M1) circuits developed in NetPyNE/main/sim/netParams.py
60+
- SimConfig variable: cfg
61+
- Path to mod files: /home/jovyan/netpyne/workspace/Multiscale model of primary motor cortex (M1) circuits developed in NetPyNE/main/sim/mod
62+
- Compile mod files: True
63+
64+
Note: This step will be simplified in an upcoming version of OSB and NetPyNE GUI (early 2023), in which the model will be automatically loaded.
65+
66+
7. You can now graphically explore, simulate and analyze the model structure and outputs.
67+
68+
Note: This model requires approximately 2 hours on 96 cores for 1 second of simulation. An upcoming version of OSB / NetPyNE GUI will soon allow you to submit simulations to the Neuroscience Gateway (NSG) and other HPCs. In this version, you can still inspect all the components of the model (populations, cells, connectivity etc) and run smaller scale simulations (e.g. by reducing the cell density of populations) within the up to 4 cores provided currently by OSB.
69+
70+
4471
For further information please contact: salvadordura@gmail.com
4572

sim/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Description
33
A multiscale model of mouse primary motor cortex (M1)
44

5-
Developed using NetPyNE (www.neurosimlab.org/netpyne)
5+
Developed using NetPyNE (http://netpyne.org)
66

77
## Setup and execution
88

0 commit comments

Comments
 (0)