We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1635f4e commit 9f507a2Copy full SHA for 9f507a2
fmriprep/cli/run.py
@@ -607,7 +607,7 @@ def build_workflow(opts, retval):
607
608
# First check that bids_dir looks like a BIDS folder
609
bids_dir = os.path.abspath(opts.bids_dir)
610
- layout = BIDSLayout(bids_dir, validate=not opts.skip_bids_validation)
+ layout = BIDSLayout(bids_dir, validate=False)
611
subject_list = collect_participants(
612
layout, participant_label=opts.participant_label)
613
0 commit comments