From 6bff958f514329df5dcc0f4e8a225347dd35328b Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 27 Apr 2023 18:51:25 +0200 Subject: [PATCH] [FIX] remove pre bids-filter acq type argument (#557) --- qsiprep/cli/run.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/qsiprep/cli/run.py b/qsiprep/cli/run.py index 3b494322..902f6675 100755 --- a/qsiprep/cli/run.py +++ b/qsiprep/cli/run.py @@ -116,8 +116,6 @@ def get_parser(): nargs='+', help='a space delimited list of participant identifiers or a single ' 'identifier (the sub- prefix can be removed)') - g_bids.add_argument('--acquisition_type', '--acquisition_type', action='store', - help='select a specific acquisition type to be processed') g_bids.add_argument('--bids-database-dir', '--bids_database_dir', help="path to a saved BIDS database directory", type=Path,