From 11fd1a62c5283a7ca88687e5046585d8703e6528 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Boris=20Cl=C3=A9net?= Date: Tue, 25 Jun 2024 11:11:38 +0200 Subject: [PATCH] Group level randomise [skip ci] --- narps_open/pipelines/team_B23O.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/narps_open/pipelines/team_B23O.py b/narps_open/pipelines/team_B23O.py index f51bbd2d..bf88cafb 100644 --- a/narps_open/pipelines/team_B23O.py +++ b/narps_open/pipelines/team_B23O.py @@ -511,10 +511,7 @@ def get_group_level_analysis_sub_workflow(self, method): group_level.connect(specify_model, 'design_grp', estimate_model, 'cov_split_file') # Randomise Node - Perform clustering on statistical output - randomise = MapNode(Randomise(), - name = 'randomise', - iterfield = ['in_file', 'cope_file'], - synchronize = True) + randomise = Node(Randomise(), name = 'randomise') randomise.inputs.tfce = True randomise.inputs.num_perm = 5000 randomise.inputs.c_thresh = 0.05