From caf78bad0f74cf931aea221783f68b6881f05d38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Boris=20Cl=C3=A9net?= Date: Mon, 15 Apr 2024 14:40:15 +0200 Subject: [PATCH] Input mask names in subject level analysis --- narps_open/pipelines/team_O6R6.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/narps_open/pipelines/team_O6R6.py b/narps_open/pipelines/team_O6R6.py index 26976105..9ee685e8 100644 --- a/narps_open/pipelines/team_O6R6.py +++ b/narps_open/pipelines/team_O6R6.py @@ -281,7 +281,7 @@ def get_subject_level_analysis(self): 'sub-{subject_id}_task-MGT_run-*_bold_space-MNI152NLin2009cAsym_brainmask.nii.gz') } select_files = Node(SelectFiles(templates), name = 'select_files') - select_files.inputs.base_directory= self.directories.results_dir + select_files.inputs.base_directory= self.directories.dataset_dir subject_level.connect(information_source, 'subject_id', select_files, 'subject_id') subject_level.connect(information_source, 'contrast_id', select_files, 'contrast_id')