Skip to content

Commit

Permalink
Issue with group level input files [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Jun 25, 2024
1 parent cec60c0 commit 21e541f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion narps_open/pipelines/team_B23O.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ def get_group_level_analysis_sub_workflow(self, method):
'sub-*_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
group_level.connect(information_source, 'contrast_id', select_files, 'contrast_id')

# Function Node elements_in_string
Expand Down

0 comments on commit 21e541f

Please sign in to comment.