We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f78fa2 + bea1662 commit ecf5b0bCopy full SHA for ecf5b0b
smriprep/workflows/outputs.py
@@ -730,8 +730,8 @@ def init_anat_derivatives_wf(
730
(inputnode, ds_regs, [('sphere_reg', 'in_file'),
731
('source_files', 'source_file')]),
732
(name_regs, ds_regs, [('hemi', 'hemi')]),
733
- (inputnode, name_reg_fsLR, [('sphere_reg', 'in_file')]),
734
- (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'),
735
736
(name_reg_fsLR, ds_reg_fsLR, [('hemi', 'hemi')]),
737
(inputnode, name_morphs, [('morphometrics', 'in_file')]),
0 commit comments