Skip to content

Commit

Permalink
Update outputs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Oct 7, 2024
1 parent c176f7c commit b729607
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion xcp_d/workflows/bold/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ def init_postproc_derivatives_wf(
)
workflow.connect([
(make_atlas_dict, add_reho_to_src, [("metadata", "metadata")]),
(ds_reho, add_reho_to_src, [("out", "in1")]),
(ds_reho, add_reho_to_src, [("out_file", "in1")]),
]) # fmt:skip

ds_parcellated_reho = pe.MapNode(
Expand Down Expand Up @@ -791,6 +791,8 @@ def init_postproc_derivatives_wf(
run_without_submitting=True,
mem_gb=1,
)
workflow.connect([(ds_alff, alff_src, [("out_file", "in1")])])

ds_smoothed_alff = pe.Node(
DerivativesDataSink(
source_file=name_source,
Expand Down

0 comments on commit b729607

Please sign in to comment.