Skip to content

Commit b7a07cc

Browse files
committed
Configuration files for guix
1 parent f8742ca commit b7a07cc

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[general]
2+
title = "Default configuration for the NARPS open pipelines project"
3+
config_type = "default"
4+
5+
[directories]
6+
dataset = "data/original/ds001734/"
7+
reproduced_results = "run/reproduced/"
8+
narps_results = "data/results/"
9+
10+
[runner]
11+
nb_procs = 8 # Maximum number of threads executed by the runner
12+
13+
[pipelines]
14+
remove_unused_data = true # set to true to activate remove nodes of pipelines
15+
16+
[results]
17+
neurovault_naming = true # true if results files are saved using the neurovault naming, false if they use naming of narps
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
[general]
2+
title = "Testing configuration for the NARPS open pipelines project"
3+
config_type = "testing"
4+
5+
[directories]
6+
dataset = "data/original/ds001734/"
7+
reproduced_results = "run/reproduced/"
8+
narps_results = "data/results/"
9+
test_data = "tests/test_data/"
10+
test_runs = "run/"
11+
12+
[runner]
13+
nb_procs = 8 # Maximum number of threads executed by the runner
14+
nb_trials = 3 # Maximum number of executions to have the pipeline executed completely
15+
16+
[pipelines]
17+
remove_unused_data = true # set to true to activate remove nodes of pipelines
18+
19+
[results]
20+
neurovault_naming = true # true if results files are saved using the neurovault naming, false if they use naming of narps
21+
22+
[testing]
23+
24+
[testing.pipelines]
25+
nb_subjects_per_group = 4 # Compute first level analyses by subgroups of N subjects, to avoid lacking of disk and memory
26+
correlation_thresholds = [0.30, 0.70, 0.78, 0.85, 0.93] # Correlation between reproduced hypotheses files and results, respectively for [20, 40, 60, 80, 108] subjects.

0 commit comments

Comments
 (0)