Skip to content

Commit

Permalink
Select file template naming error
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Mar 5, 2024
1 parent da39a2c commit 78dbe44
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions narps_open/pipelines/team_R9K3.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,10 @@ def get_subject_level_analysis(self):
'confounds' : join('derivatives', 'fmriprep', 'sub-{subject_id}', 'func',
'sub-{subject_id}_task-MGT_run-*_bold_confounds.tsv'),
'func' : join(self.directories.output_dir, 'preprocessing', '_subject_id_{subject_id}',
'_smoothing*', 'ssub-{subject_id}_task-MGT_run-*_bold.nii'),
'_smoothing*',
'ssub-{subject_id}_task-MGT_run-*_bold_space-MNI152NLin2009cAsym_preproc.nii'),
'event' : join('sub-{subject_id}', 'func',
'sub-{subject_id}_task-MGT_run-*_events.tsv'),
'sub-{subject_id}_task-MGT_run-*_events.tsv')
}
select_files = Node(SelectFiles(templates), name = 'select_files')
select_files.inputs.base_directory = self.directories.dataset_dir
Expand Down

0 comments on commit 78dbe44

Please sign in to comment.