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 a66b7af commit 4b7e22fCopy full SHA for 4b7e22f
smriprep/workflows/anatomical.py
@@ -287,7 +287,6 @@ def init_anat_preproc_wf(
287
ds_std_volumes_wf = init_ds_anat_volumes_wf(
288
bids_root=bids_root,
289
output_dir=output_dir,
290
- name='ds_std_volumes_wf',
291
)
292
293
workflow.connect([
@@ -320,10 +319,10 @@ def init_anat_preproc_wf(
320
319
]),
321
(anat_fit_wf, ds_std_volumes_wf, [
322
('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'),
+ ('outputnode.t1w_preproc', 'inputnode.anat_preproc'),
+ ('outputnode.t1w_mask', 'inputnode.anat_mask'),
+ ('outputnode.t1w_dseg', 'inputnode.anat_dseg'),
+ ('outputnode.t1w_tpms', 'inputnode.anat_tpms'),
327
328
(template_iterator_wf, ds_std_volumes_wf, [
329
('outputnode.std_t1w', 'inputnode.ref_file'),
0 commit comments