Skip to content

Commit

Permalink
Issue with subject 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 1c2d352 commit cec60c0
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 @@ -267,7 +267,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')

Expand Down

0 comments on commit cec60c0

Please sign in to comment.