Skip to content

Commit

Permalink
changed mandatory to false in mri_s2s
Browse files Browse the repository at this point in the history
  • Loading branch information
adsouza committed Nov 12, 2024
1 parent d8658aa commit 21e8db7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -512,11 +512,11 @@ def join_task_catalogue(
),
(
"target_subject_id",
str,
Directory,
{
"help_string": "target subject",
"argstr": "--trgsubject",
"mandatory": True,
"mandatory": False,
},
),
],
Expand Down Expand Up @@ -828,7 +828,7 @@ def join_task_catalogue(
input_spec=mri_a2a_input_spec,
output_spec=mri_a2a_output_spec,
cache_dir=cache_dir,
subject=wf.mri_s2s_task_lh.lzout.target_subject_id, # create dependency on lh and rh annot files having been created
subject=wf.mri_s2s_task_rh.lzout.target_subject_id, # create dependency on lh and rh annot files having been created
new_ribbon=True,
annotname=wf.join_task.lzout.annot_short,
)
Expand Down

0 comments on commit 21e8db7

Please sign in to comment.