Skip to content

Commit

Permalink
Select events files
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Jan 24, 2024
1 parent 53cfa23 commit c7a1462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion narps_open/pipelines/team_U26C.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def get_subject_level_analysis(self):
'confounds' : join('derivatives', 'fmriprep', 'sub-{subject_id}', 'func',
'sub-{subject_id}_task-MGT_run-*_bold_confounds.tsv'),
'events': join('sub-{subject_id}', 'func',
'{subject_id}_task-MGT_run-*_events.tsv')
'sub-{subject_id}_task-MGT_run-*_events.tsv')
}
selectderivs = Node(SelectFiles(templates), name = 'selectderivs')
selectderivs.inputs.base_directory = self.directories.dataset_dir
Expand Down

0 comments on commit c7a1462

Please sign in to comment.