Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MPBA
INF
Commits
6af3b407
Commit
6af3b407
authored
Jan 28, 2020
by
Alessia Marcolini
Browse files
Compute all metrics - single modality
parent
1f73ea1b
Changes
1
Show whitespace changes
Inline
Side-by-side
runner.sh
View file @
6af3b407
...
...
@@ -20,7 +20,7 @@ do
snakemake
-s
Snakefile_split
--cores
$THREADS
--config
datafolder
=
$DATAFOLDER
outfolder
=
$OUTFOLDER
dataset
=
$DATASET
target
=
$TARGET
layer1
=
$LAYER1
layer2
=
$LAYER2
layer3
=
$LAYER3
model
=
$MODEL
split_id
=
$i
-p
done
for
MODE
in
juxt rSNF rSNFi
for
MODE
in
juxt rSNF rSNFi
single
do
python postprocessing/compute_all_metrics.py
--outfolder
$OUTFOLDER
--dataset
$DATASET
--target
$TARGET
--layers
$LAYER1
$LAYER2
$LAYER3
--model
$MODEL
--n_splits
$N_SPLITS
--mode
$MODE
done
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment