diff --git a/app/pipelines.py b/app/pipelines.py index 00de297..3d9eb3e 100644 --- a/app/pipelines.py +++ b/app/pipelines.py @@ -979,7 +979,7 @@ class ExecutiveSummary(Stage): ' --deriv_root={path}' \ ' --subject_id={subject}' \ ' --ex_summ_dir={summary_dir}' \ - ' --atalas={t1templatebrain}' + ' --atlas={t1templatebrain}' def __init__(self, config): super(__class__, self).__init__(config)