diff --git a/qsiprep/cli/parser.py b/qsiprep/cli/parser.py index 015649c6..6726b109 100644 --- a/qsiprep/cli/parser.py +++ b/qsiprep/cli/parser.py @@ -302,7 +302,7 @@ def _bids_filter(value, parser): action="store", nargs="+", default=[], - choices=["fieldmaps", "sbref", "t2w", "flair", "fmap-jacobian"], + choices=["fieldmaps", "sbref", "t2w", "flair", "fmap-jacobian", "phase"], help="Ignore selected aspects of the input dataset to disable corresponding " "parts of the workflow (a space delimited list)", )