-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FUNCZ-317 FUNCZ-349 Replace XML recipe with JSON/YAML.
Replaces the XML recipe implementation with the SONATA one, and also switches to SONATA circuit configurations.
- Loading branch information
Showing
60 changed files
with
1,927 additions
and
1,188 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
export BASE=$DATADIR/cellular/circuit-1k/ | ||
export CIRCUIT=$BASE/nodes.h5 | ||
export MORPHOS=$BASE/morphologies/h5 | ||
export RECIPE=$BASE/bioname/builderRecipeAllPathways.xml | ||
export CIRCUIT=$BASE/circuit_config.json | ||
export RECIPE=$BASE/bioname/recipe.json | ||
export TOUCHES=$BASE/touches/parquet/*.parquet | ||
|
||
srun dplace functionalizer \ | ||
-H \ | ||
--gap-junctions \ | ||
--output-dir="$PWD" \ | ||
--checkpoint-dir="$PWD" \ | ||
--from $CIRCUIT All --to $CIRCUIT All \ | ||
--recipe $RECIPE \ | ||
--morphologies $MORPHOS \ | ||
--circuit-config=$CIRCUIT \ | ||
--recipe=$RECIPE \ | ||
-- $TOUCHES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,18 @@ | ||
export BASE=$DATADIR/cellular/circuit-1k/ | ||
export CIRCUIT=$BASE/nodes.h5 | ||
export MORPHOS=$BASE/morphologies/h5 | ||
export RECIPE=$BASE/bioname/builderRecipeAllPathways.reposition.xml | ||
export CIRCUIT=$BASE/circuit_config.json | ||
export RECIPE=$BASE/bioname/recipe.json | ||
export TOUCHES=$BASE/touches/parquet/*.parquet | ||
|
||
srun dplace functionalizer \ | ||
-H \ | ||
--s2f \ | ||
--output-dir="$PWD" \ | ||
--checkpoint-dir="$PWD" \ | ||
--from $CIRCUIT All --to $CIRCUIT All \ | ||
--recipe $RECIPE \ | ||
--morphologies $MORPHOS \ | ||
--circuit-config=$CIRCUIT \ | ||
--recipe=$RECIPE \ | ||
-- $TOUCHES | ||
|
||
parquet-compare \ | ||
$CIRCUIT \ | ||
${CIRCUIT%circuit_config.json}nodes.h5 \ | ||
circuit.parquet \ | ||
$BASE/touches/functional/circuit.parquet |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,18 @@ | ||
export BASE=$DATADIR/cellular/circuit-1k/ | ||
export CIRCUIT=$BASE/nodes.h5 | ||
export MORPHOS=$BASE/morphologies/h5 | ||
export RECIPE=$BASE/bioname/builderRecipeAllPathways.xml | ||
export CIRCUIT=$BASE/circuit_config.json | ||
export RECIPE=$BASE/bioname/recipe.json | ||
export TOUCHES=$BASE/touches/parquet/*.parquet | ||
|
||
srun dplace functionalizer \ | ||
-H \ | ||
--s2s \ | ||
--output-dir=$PWD \ | ||
--checkpoint-dir=$PWD \ | ||
--from $CIRCUIT All --to $CIRCUIT All \ | ||
--recipe $RECIPE \ | ||
--morphologies $MORPHOS \ | ||
--output-dir="$PWD" \ | ||
--checkpoint-dir="$PWD" \ | ||
--circuit-config=$CIRCUIT \ | ||
--recipe=$RECIPE \ | ||
-- $TOUCHES | ||
|
||
parquet-compare \ | ||
$CIRCUIT \ | ||
${CIRCUIT%circuit_config.json}nodes.h5 \ | ||
circuit.parquet \ | ||
$BASE/touches/structural/circuit.parquet |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,21 @@ | ||
export BASE=$DATADIR/cellular/circuit-1k/ | ||
export CIRCUIT=$BASE/nodes.h5 | ||
export MORPHOS=$BASE/morphologies/h5 | ||
export RECIPE=$BASE/bioname/builderRecipeAllPathways.xml | ||
export CIRCUIT=$BASE/circuit_config.json | ||
export RECIPE=$BASE/bioname/recipe.json | ||
export TOUCHES=$BASE/touches/parquet/*.parquet | ||
|
||
srun dplace functionalizer \ | ||
-H \ | ||
--s2s \ | ||
--output-dir=$PWD \ | ||
--checkpoint-dir=$PWD \ | ||
--from $CIRCUIT All --to $CIRCUIT All \ | ||
--from-nodeset $BASE/nodesets.json test \ | ||
--to-nodeset $BASE/nodesets.json test \ | ||
--recipe $RECIPE \ | ||
--morphologies $MORPHOS \ | ||
--from-nodeset test \ | ||
--to-nodeset test \ | ||
--circuit-config=$CIRCUIT \ | ||
--recipe=$RECIPE \ | ||
-- $TOUCHES | ||
|
||
parquet-compare-ns \ | ||
$CIRCUIT \ | ||
${CIRCUIT%circuit_config.json}nodes.h5 \ | ||
$BASE/touches/structural/circuit.parquet \ | ||
circuit.parquet \ | ||
4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
export BASE=$DATADIR/cellular/circuit-2k/ | ||
export CIRCUIT=$BASE/nodes.h5 | ||
export MORPHOS=$BASE/morphologies/h5 | ||
export RECIPE=$BASE/bioname/builderRecipeAllPathways.xml | ||
export CIRCUIT=$BASE/circuit_config.json | ||
export RECIPE=$BASE/bioname/recipe.json | ||
export TOUCHES=$BASE/touches/parquet/*.parquet | ||
|
||
srun dplace functionalizer \ | ||
-H \ | ||
--s2f \ | ||
--output-dir=$PWD \ | ||
--from $CIRCUIT All --to $CIRCUIT All \ | ||
--recipe $RECIPE \ | ||
--morphologies $MORPHOS \ | ||
--output-dir="$PWD" \ | ||
--checkpoint-dir="$PWD" \ | ||
--circuit-config=$CIRCUIT \ | ||
--recipe=$RECIPE \ | ||
-- $TOUCHES | ||
|
||
parquet-compare \ | ||
$CIRCUIT \ | ||
${CIRCUIT%circuit_config.json}nodes.h5 \ | ||
circuit.parquet \ | ||
$BASE/touches/functional/circuit.parquet |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,18 @@ | ||
export BASE=$DATADIR/cellular/circuit-2k/ | ||
export CIRCUIT=$BASE/nodes.h5 | ||
export MORPHOS=$BASE/morphologies/h5 | ||
export RECIPE=$BASE/bioname/builderRecipeAllPathways.xml | ||
export CIRCUIT=$BASE/circuit_config.json | ||
export RECIPE=$BASE/bioname/recipe.json | ||
export TOUCHES=$BASE/touches/parquet/*.parquet | ||
|
||
srun dplace functionalizer \ | ||
-H \ | ||
--s2s \ | ||
--output-dir=$PWD \ | ||
--checkpoint-dir=$PWD \ | ||
--from $CIRCUIT All --to $CIRCUIT All \ | ||
--recipe $RECIPE \ | ||
--morphologies $MORPHOS \ | ||
--output-dir="$PWD" \ | ||
--checkpoint-dir="$PWD" \ | ||
--circuit-config=$CIRCUIT \ | ||
--recipe=$RECIPE \ | ||
-- $TOUCHES | ||
|
||
parquet-compare \ | ||
$CIRCUIT \ | ||
${CIRCUIT%circuit_config.json}nodes.h5 \ | ||
circuit.parquet \ | ||
$BASE/touches/structural/circuit.parquet |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.