From 7662509b580fb05e369bf4c1a1245a7396a8b54a Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Mon, 1 Apr 2024 14:48:36 -0400 Subject: [PATCH] Fix connections. --- fmriprep/workflows/bold/base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fmriprep/workflows/bold/base.py b/fmriprep/workflows/bold/base.py index 419ae3c3..3249ab24 100644 --- a/fmriprep/workflows/bold/base.py +++ b/fmriprep/workflows/bold/base.py @@ -469,8 +469,6 @@ def init_bold_wf( ('outputnode.coreg_boldref', 'inputnode.bold_ref_file'), ('outputnode.boldref2fmap_xfm', 'inputnode.boldref2fmap_xfm'), ('outputnode.boldref2anat_xfm', 'inputnode.boldref2anat_xfm'), - ('outputnode.motion_xfm', 'inputnode.motion_xfm'), - ('outputnode.boldref2fmap_xfm', 'inputnode.boldref2fmap_xfm'), ]), (bold_native_wf, bold_std_wf, [ ('outputnode.bold_minimal', 'inputnode.bold_file'), @@ -487,6 +485,8 @@ def init_bold_wf( ('outputnode.bold_mask', 'inputnode.bold_mask'), ('outputnode.coreg_boldref', 'inputnode.bold_ref'), ('outputnode.boldref2anat_xfm', 'inputnode.boldref2anat_xfm'), + ('outputnode.motion_xfm', 'inputnode.motion_xfm'), + ('outputnode.boldref2fmap_xfm', 'inputnode.boldref2fmap_xfm'), ]), (bold_native_wf, ds_bold_std_wf, [('outputnode.t2star_map', 'inputnode.t2star')]), (bold_std_wf, ds_bold_std_wf, [