Skip to content

Commit

Permalink
Select files node error
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Jan 24, 2024
1 parent 444cfc3 commit 53cfa23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions narps_open/pipelines/team_U26C.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,11 @@ def get_subject_level_analysis(self):

# Select files from derivatives
templates = {
'func': join('derivatives', 'fmriprep', '{subject_id}', 'func',
'func': join('derivatives', 'fmriprep', 'sub-{subject_id}', 'func',
'sub-{subject_id}_task-MGT_run-*_bold_space-MNI152NLin2009cAsym_preproc.nii.gz'),
'confounds' : join('derivatives', 'fmriprep', 'sub-{subject_id}', 'func',
'sub-{subject_id}_task-MGT_run-*_bold_confounds.tsv'),
'events': join('derivatives', 'fmriprep',
'events': join('sub-{subject_id}', 'func',
'{subject_id}_task-MGT_run-*_events.tsv')
}
selectderivs = Node(SelectFiles(templates), name = 'selectderivs')
Expand Down

0 comments on commit 53cfa23

Please sign in to comment.