From d3744b11508d35eedd24ccd14dba5f1c278bb6f1 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Sat, 21 Sep 2024 17:02:48 -0400 Subject: [PATCH] Downgrade absence of sub- folders to warning I could be wrong but I think there is no strict and agreed upon requirement to require having sub- subfolders in BIDS specification. Although odd, thus warranting a warning, I think it is not strictly forbidden, and e.g. a BIDS dataset only with stimuli/ or derivatives/ or sourcedata might still be well legit BIDS dataset. --- src/schema/rules/checks/dataset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schema/rules/checks/dataset.yaml b/src/schema/rules/checks/dataset.yaml index 69444aed9e..94dd679235 100644 --- a/src/schema/rules/checks/dataset.yaml +++ b/src/schema/rules/checks/dataset.yaml @@ -7,7 +7,7 @@ SubjectFolders: code: SUBJECT_FOLDERS message: | There are no subject directories (labeled "sub-*") in the root of this dataset. - level: error + level: warning selectors: - path == '/dataset_description.json' checks: