Skip to content

Commit 6dc8c62

Browse files
committed
adding subject_id to config
1 parent e2d6a31 commit 6dc8c62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CPAC/longitudinal_pipeline/longitudinal_workflow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@ def anat_longitudinal_wf(subject_id, sub_list, config):
437437

438438
session_wfs[unique_id] = rpool
439439

440+
config.update("subject_id", subject_id)
440441
rpool.gather_pipes(workflow, config)
441442

442443
workflow.run()

0 commit comments

Comments
 (0)