Skip to content

Commit

Permalink
add config files for the sub circuit
Browse files Browse the repository at this point in the history
  • Loading branch information
WeinaJi committed Oct 14, 2024
1 parent bea89ca commit 8dae140
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
38 changes: 38 additions & 0 deletions tests/simulations/v5_sonata/sub_L4_SP/circuit_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"components": {
"biophysical_neuron_models_dir": "/gpfs/bbp.cscs.ch/project/proj1/circuits/SomatosensoryCxS1-v5.r0/O1-sonata/sonata/components/biophysical_model_templates",
"morphologies_dir": "/gpfs/bbp.cscs.ch/release/l2/data/morphologies/31.05.12"
},
"networks": {
"edges": [
{
"edge_types_file": null,
"edges_file": "$BASE_DIR/default/edges.h5",
"populations": {
"default": {
"type": "chemical"
}
}
}
],
"nodes": [
{
"node_types_file": null,
"nodes_file": "$BASE_DIR/default/nodes.h5",
"populations": {
"default": {
"alternate_morphologies": {
"h5v1": "/gpfs/bbp.cscs.ch/release/l2/data/morphologies/31.05.12/h5v1",
"neurolucida-asc": "/gpfs/bbp.cscs.ch/release/l2/data/morphologies/31.05.12/ascii"
},
"type": "biophysical"
}
}
}
]
},
"node_sets_file": "$BASE_DIR/node_sets.json",
"manifest": {
"$BASE_DIR": "./"
}
}
1 change: 1 addition & 0 deletions tests/simulations/v5_sonata/sub_L4_SP/node_sets.json

0 comments on commit 8dae140

Please sign in to comment.