Skip to content

Commit

Permalink
FIX: Update name_reg_fsLR input
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies authored Jun 15, 2023
1 parent 0ef7074 commit bea1662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smriprep/workflows/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ def init_anat_derivatives_wf(
(inputnode, ds_regs, [('sphere_reg', 'in_file'),
('source_files', 'source_file')]),
(name_regs, ds_regs, [('hemi', 'hemi')]),
(inputnode, name_reg_fsLR, [('sphere_reg', 'in_file')]),
(inputnode, name_reg_fsLR, [('sphere_reg_fsLR', 'in_file')]),
(inputnode, ds_reg_fsLR, [('sphere_reg_fsLR', 'in_file'),
('source_files', 'source_file')]),
(name_reg_fsLR, ds_reg_fsLR, [('hemi', 'hemi')]),
Expand Down

0 comments on commit bea1662

Please sign in to comment.