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')