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 15, 2023
1 parent d3d5e09 commit 8ee7fe6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions xcp_d/workflows/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,11 +423,7 @@ def _custom_to_source(out_file):
# fmt:on

confounds_src = pe.Node(
InferBIDSURIs(
numinputs=3 if custom_confounds_file else 2,
dataset_name="preprocessed",
dataset_path=fmri_dir,
),
niu.Merge(numinputs=3 if custom_confounds_file else 2),
name="confounds_src",
run_without_submitting=True,
mem_gb=1,
Expand Down

0 comments on commit 8ee7fe6

Please sign in to comment.