Skip to content

Commit

Permalink
Mask input in subject level
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Apr 15, 2024
1 parent 9690775 commit b85466d
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 @@ -278,7 +278,7 @@ def get_subject_level_analysis(self):
'run_level_analysis', '_run_id_*_subject_id_{subject_id}', 'results',
'varcope{contrast_id}.nii.gz'),
'masks' : join('derivatives', 'fmriprep', 'sub-{subject_id}', 'func',
'sub-{subject_id}_task-MGT_run-{run_id}_bold_space-MNI152NLin2009cAsym_brainmask.nii.gz')
'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
Expand Down

0 comments on commit b85466d

Please sign in to comment.