Skip to content

Commit

Permalink
Merge pull request #350 from effigies/fix/fslr-reg-connection
Browse files Browse the repository at this point in the history
FIX: Pass sphere_reg_fsLR to ds_reg_fsLR
  • Loading branch information
effigies authored Jun 15, 2023
2 parents 0f78fa2 + bea1662 commit ecf5b0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smriprep/workflows/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -730,8 +730,8 @@ 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, ds_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')]),
(inputnode, name_morphs, [('morphometrics', 'in_file')]),
Expand Down

0 comments on commit ecf5b0b

Please sign in to comment.