From 1460655a93a250d227475f1b821af279155e96af Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Wed, 8 Nov 2023 14:58:05 -0500 Subject: [PATCH] Update base.py --- aslprep/workflows/asl/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aslprep/workflows/asl/base.py b/aslprep/workflows/asl/base.py index 81a7ad088..7ffe9a0fc 100644 --- a/aslprep/workflows/asl/base.py +++ b/aslprep/workflows/asl/base.py @@ -314,7 +314,7 @@ def init_asl_preproc_wf(asl_file, has_fieldmap=False): # fmt:off workflow.connect([ (inputnode, asl_derivatives_wf, [ - ("asl_file", "source_file"), + ("asl_file", "inputnode.source_file"), ("surfaces", "inputnode.surfaces"), ]), ])