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 1f31a91 commit 9670b4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xcp_d/workflows/bold/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ def init_postproc_derivatives_wf(
+ (1 if fd_thresh > 0 else 0)
+ (1 if config.execution.confounds_config != "none" else 0)
),
dataset_links=config.execution.dataset_links,
out_dir=str(output_dir),
),
name="merge_dense_src",
run_without_submitting=True,
Expand Down

0 comments on commit 9670b4e

Please sign in to comment.