Skip to content

Commit 4b7e22f

Browse files
committed
FIX: ds_std_volumes_wf connections
1 parent a66b7af commit 4b7e22f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

smriprep/workflows/anatomical.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ def init_anat_preproc_wf(
287287
ds_std_volumes_wf = init_ds_anat_volumes_wf(
288288
bids_root=bids_root,
289289
output_dir=output_dir,
290-
name='ds_std_volumes_wf',
291290
)
292291

293292
workflow.connect([
@@ -320,10 +319,10 @@ def init_anat_preproc_wf(
320319
]),
321320
(anat_fit_wf, ds_std_volumes_wf, [
322321
('outputnode.t1w_valid_list', 'inputnode.source_files'),
323-
('outputnode.t1w_preproc', 'inputnode.t1w_preproc'),
324-
('outputnode.t1w_mask', 'inputnode.t1w_mask'),
325-
('outputnode.t1w_dseg', 'inputnode.t1w_dseg'),
326-
('outputnode.t1w_tpms', 'inputnode.t1w_tpms'),
322+
('outputnode.t1w_preproc', 'inputnode.anat_preproc'),
323+
('outputnode.t1w_mask', 'inputnode.anat_mask'),
324+
('outputnode.t1w_dseg', 'inputnode.anat_dseg'),
325+
('outputnode.t1w_tpms', 'inputnode.anat_tpms'),
327326
]),
328327
(template_iterator_wf, ds_std_volumes_wf, [
329328
('outputnode.std_t1w', 'inputnode.ref_file'),

0 commit comments

Comments
 (0)