forked from bids-standard/bids-specification
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] Move
rawdata/
into sourcedata/raw
in alternative structure …
…example, clarify on naming of datasets themselves (bids-standard#1741) * RF: move `rawdata/` to `sourcedata/raw` in an example + make overall dataset to be BIDS dataset This is my take on an extended discussion about ambiguity of `rawdata/` example: https://github.com/bids-standard/bids-specification/pull/1734/files#r1534475631 * Minor rewording in description of sourcedata/ content Prior one bundled naming aspect under the same MUST. I separated into separate sentences, added explicit statement that BIDS does not prescribe a particular naming scheme for source data. And added explicit RECOMMENDED on the example how to organize/name files there. * Add one dataset_description.json into an example to make it explicitly a BIDS dataset * My take on dataset naming common principle * [DATALAD RUNCMD] Replace use of rawdata in tests with explicit 'noncompliant' === Do not change lines below === { "chain": [], "cmd": "sed -i -e s,rawdata,noncompliant,g tools/schemacode/bidsschematools/validator.py tools/schemacode/bidsschematools/tests/test_validator.py tools/schemacode/bidsschematools/tests/data/expected_bids_validator_xs_write.log", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^ * Do not use e.g. * Move dataset_description.json in the example to be listed after folders * Remove the notion that example layout can in fact be a valid BIDS dataset * Use lower case "recommended" as not part of BIDS spec, and recommend underscores too * Make into a single sentence Co-authored-by: Chris Markiewicz <[email protected]> --------- Co-authored-by: Chris Markiewicz <[email protected]>
- Loading branch information
1 parent
cbb94e1
commit 90ec07f
Showing
4 changed files
with
33 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters