Skip to content

Commit

Permalink
Fix bad phase connection when using --denoise-after-combining (#781)
Browse files Browse the repository at this point in the history
Remove out_dwi_phase output.
  • Loading branch information
tsalo authored Aug 9, 2024
1 parent 0091a4d commit 7506edb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qsiprep/workflows/dwi/merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ def init_merge_and_denoise_wf(
('out_bval', 'inputnode.bval_file'),
('out_dwi', 'inputnode.dwi_file'),
('out_bvec', 'inputnode.bvec_file'),
('out_dwi_phase', 'inputnode.dwi_phase_file'),
]),
(merge_dwis, merge_confounds, [('merged_denoising_confounds', 'in1')]),
(denoising_wf, merge_confounds, [('outputnode.confounds', 'in2')]),
Expand Down

0 comments on commit 7506edb

Please sign in to comment.