Skip to content

Commit

Permalink
🚧 Restore template_node connections
Browse files Browse the repository at this point in the history
  • Loading branch information
shnizzedy committed Nov 1, 2024
1 parent e916d33 commit 16cb70c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CPAC/longitudinal_pipeline/longitudinal_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -1188,10 +1188,10 @@ def func_longitudinal_template_wf(subject_id, strat_list, config):
thread_pool=config.longitudinal_template_thread_pool,
)

# workflow.connect(merge_func_preproc_node, 'brain_list',
# template_node, 'input_brain_list')
# workflow.connect(merge_func_preproc_node, 'skull_list',
# template_node, 'input_skull_list')
workflow.connect(merge_func_preproc_node, 'brain_list',
template_node, 'input_brain_list')
workflow.connect(merge_func_preproc_node, 'skull_list',
template_node, 'input_skull_list')

workflow, strat_list = register_func_longitudinal_template_to_standard(
template_node,
Expand Down

0 comments on commit 16cb70c

Please sign in to comment.