Skip to content

Commit

Permalink
Input mask names in subject level analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Apr 15, 2024
1 parent b85466d commit caf78ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion narps_open/pipelines/team_O6R6.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit caf78ba

Please sign in to comment.