Skip to content

Commit

Permalink
Fix connections.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Apr 1, 2024
1 parent 291bcfb commit 7662509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fmriprep/workflows/bold/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand All @@ -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, [
Expand Down

0 comments on commit 7662509

Please sign in to comment.