Skip to content

Commit 946b71e

Browse files
authored
Mention fMRIPost-AROMA in parser documentation (#3356)
Closes #3355. ## Changes proposed in this pull request - Add description to the deprecated ICA-AROMA argument group in the parser.
2 parents 75b1ac6 + fe75352 commit 946b71e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

fmriprep/cli/parser.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,13 @@ def _slice_time_ref(value, parser):
516516
help='Disable Multimodal Surface Matching surface registration.',
517517
)
518518

519-
g_aroma = parser.add_argument_group('[DEPRECATED] Options for running ICA_AROMA')
519+
g_aroma = parser.add_argument_group(
520+
'[DEPRECATED] Options for running ICA_AROMA',
521+
description=(
522+
'If you would like to apply ICA-AROMA to fMRIPrep derivatives, '
523+
'please consider using fMRIPost-AROMA (https://fmripost-aroma.readthedocs.io/)'
524+
),
525+
)
520526
g_aroma.add_argument(
521527
'--use-aroma',
522528
action=DeprecatedAction,

0 commit comments

Comments
 (0)