You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,5 +41,32 @@ Requires NEURON with Python and MPI support.
41
41
* /data: where the model and simulation data is stored
42
42
43
43
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
+
44
71
For further information please contact: salvadordura@gmail.com
0 commit comments