Skip to content

Commit

Permalink
Downgrade absence of sub- folders to warning
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
yarikoptic committed Sep 21, 2024
1 parent 0698f5a commit d3744b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema/rules/checks/dataset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d3744b1

Please sign in to comment.