Skip to content

Commit

Permalink
[BUG] select files in run level analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Jan 18, 2024
1 parent 68a923a commit 428473b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion narps_open/pipelines/team_51PW.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def get_run_level_analysis(self):
(information_source, select_confounds, [
('subject_id', 'subject_id'), ('run_id', 'run_id')
]),
(select_files, subject_information, [('event', 'event_file')]),
(select_files, subject_information, [('events', 'event_file')]),
(select_files, select_confounds, [('confounds', 'in_file')]),
(select_files, exclude_time_points, [('func', 'in_file')]),
(exclude_time_points, specify_model, [('roi_file', 'functional_runs')]),
Expand Down

0 comments on commit 428473b

Please sign in to comment.