We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e24da0 + 512f63e commit 2bd036dCopy full SHA for 2bd036d
nibabies/workflows/anatomical/resampling.py
@@ -98,7 +98,7 @@ def init_anat_fsLR_resampling_wf(
98
(inputnode, morph_grayords_wf, [
99
("morphometrics", "inputnode.morphometrics"),
100
("surfaces", "inputnode.surfaces"),
101
- ("sphere_reg", "inputnode.sphere_reg")]),
+ ("sphere_reg_fsLR", "inputnode.sphere_reg")]),
102
(joinnode, morph_grayords_wf, [
103
("midthickness_fsLR", "inputnode.midthickness_fsLR")]),
104
])
0 commit comments