Skip to content

Commit

Permalink
actually connect the json
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcieslak committed Mar 5, 2024
1 parent 42f6409 commit 5b98c72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qsiprep/workflows/dwi/fsl.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ def init_fsl_hmc_wf(
('dwi_file', 'dwi_file'),
('bval_file', 'bval_file'),
('bvec_file', 'bvec_file'),
('json_file', 'json_file'),
('original_files', 'original_files')]),
(inputnode, pre_eddy_b0_ref_wf, [
('t1_brain', 'inputnode.t1_brain'),
Expand Down

0 comments on commit 5b98c72

Please sign in to comment.