Skip to content

Commit db6e62a

Browse files
committed
Update outputs.py
1 parent deb7bf8 commit db6e62a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xcp_d/workflows/bold/outputs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,10 +1100,10 @@ def init_postproc_derivatives_wf(
11001100
name='ds_parcellated_peraf',
11011101
run_without_submitting=True,
11021102
mem_gb=1,
1103-
iterfield=['segmentation', 'in_file', 'meta_dict'],
1103+
iterfield=['atlas', 'in_file', 'meta_dict'],
11041104
)
11051105
workflow.connect([
1106-
(inputnode, ds_parcellated_peraf, [('atlas_names', 'segmentation')]),
1106+
(inputnode, ds_parcellated_peraf, [('atlas_names', 'atlas')]),
11071107
(add_hash_parcellated_peraf, ds_parcellated_peraf, [
11081108
('out_file', 'in_file'),
11091109
('metadata', 'meta_dict'),

0 commit comments

Comments
 (0)