Skip to content

Commit

Permalink
Update base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Nov 16, 2023
1 parent a415c2f commit 17516b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aslprep/workflows/asl/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ def init_asl_preproc_wf(
("subject_id", "inputnode.subject_id"),
("t1w2fsnative_xfm", "inputnode.t1w2fsnative_xfm"),
]),
(asl_t1_trans_wf, asl_surf_wf, [("outputnode.asl_t1", "inputnode.source_file")]),
(asl_t1_trans_wf, asl_surf_wf, [("outputnode.bold_t1", "inputnode.source_file")]),
(asl_surf_wf, asl_derivatives_wf, [
("outputnode.surfaces", "inputnode.surfaces"),
("outputnode.target", "inputnode.surf_refs"),
Expand All @@ -836,7 +836,7 @@ def init_asl_preproc_wf(
("anat_ribbon", "inputnode.anat_ribbon"),
]),
(asl_t1_trans_wf, asl_fsLR_resampling_wf, [
("outputnode.asl_t1", "inputnode.bold_file"),
("outputnode.bold_t1", "inputnode.bold_file"),
]),
(asl_fsLR_resampling_wf, asl_derivatives_wf, [
("outputnode.goodvoxels_mask", "inputnode.goodvoxels_mask"),
Expand Down

0 comments on commit 17516b1

Please sign in to comment.