Skip to content

Commit 6843889

Browse files
authored
Make inputs for acpc_align_head into a list
1 parent 32f960a commit 6843889

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CPAC/anat_preproc/anat_preproc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1273,8 +1273,8 @@ def acpc_align_head(wf, cfg, strat_pool, pipe_num, opt=None):
12731273
["anatomical_preproc", "run"]],
12741274
"option_key": "None",
12751275
"option_val": "None",
1276-
"inputs": ["desc-preproc_T1w",
1277-
"desc-head_T1w",
1276+
"inputs": [["desc-preproc_T1w",
1277+
"desc-head_T1w"],
12781278
"T1w-ACPC-template"],
12791279
"outputs": ["desc-head_T1w",
12801280
"desc-preproc_T1w",

0 commit comments

Comments
 (0)