Skip to content

Commit

Permalink
Add ability to ignore phase data (#849)
Browse files Browse the repository at this point in the history
Add ability to ignore phase data.
  • Loading branch information
tsalo authored Nov 8, 2024
1 parent cff8bdc commit ee895af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qsiprep/cli/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
)
Expand Down

0 comments on commit ee895af

Please sign in to comment.