Skip to content

Commit

Permalink
add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
WeinaJi committed Sep 19, 2024
1 parent 58a0bb9 commit cb7d5ce
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions tests/simulations/v5_sonata/sub_mini5/circuit_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"components": {
"biophysical_neuron_models_dir": "$BASE_DIR/biophysical_model_templates",
"morphologies_dir": "$BASE_DIR/morphologies"
},
"networks": {
"edges": [
{
"edge_types_file": null,
"edges_file": "$BASE_DIR/default/edges.h5",
"populations": {
"default": {
"type": "chemical"
}
}
},
{
"edges_file": "$BASE_DIR/external_default.h5",
"populations": {
"external_default": {
"type": "chemical"
}
}
}
],
"nodes": [
{
"node_types_file": null,
"nodes_file": "$BASE_DIR/default/nodes.h5",
"populations": {
"default": {
"alternate_morphologies": {
"neurolucida-asc": "$BASE_DIR/morphologies"
},
"type": "biophysical"
}
}
},
{
"nodes_file": "$BASE_DIR/nodes_external_default.h5",
"populations": {
"external_default": {
"type": "virtual"
}
}
}
]
},
"node_sets_file": "$BASE_DIR/node_sets.json",
"manifest": {
"$BASE_DIR": "./"
}
}

0 comments on commit cb7d5ce

Please sign in to comment.