Skip to content

Commit

Permalink
First level of U26C
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Jan 23, 2024
1 parent 4d0a6ec commit 623118d
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 @@ -237,8 +237,8 @@ def get_subject_level_analysis(self):
)
subject_level_analysis.connect([
(infosource, selectderivs, [('subject_id', 'subject_id')]),
(infosource, getsubinforuns, [('events', 'event_files')]),
(infosource, confounds, [('subject_id', 'subject_id')]),
(selectderivs, getsubinforuns, [('events', 'event_files')]),
(selectderivs, gunzip, [('func', 'in_file')]),
(selectderivs, confounds, [('confounds', 'filepath')]),
(gunzip, smooth, [('out_file', 'in_files')]),
Expand Down

0 comments on commit 623118d

Please sign in to comment.