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.
1 parent c69c7c9 commit 87547b7Copy full SHA for 87547b7
src/smriprep/workflows/surfaces.py
@@ -1190,7 +1190,10 @@ def init_cortex_masks_wf(
1190
niu.IdentityInterface(fields=['midthickness', 'thickness']),
1191
name='inputnode',
1192
)
1193
- outputnode = pe.Node(niu.IdentityInterface(fields=['cortex_masks']), name='outputnode')
+ outputnode = pe.Node(
1194
+ niu.IdentityInterface(fields=['cortex_masks', 'source_files']),
1195
+ name='outputnode',
1196
+ )
1197
1198
# Combine the inputs into a list
1199
combine_sources = pe.Node(
0 commit comments