File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
docs/getting_started/folders_and_files Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -225,12 +225,14 @@ my_analysis/
225225
226226Note that the ` sourcedata/ ` and ` derivatives/ ` subdirectories constitute dataset boundaries.
227227Any subfolders of these directories may be validated independently, if they are BIDS datasets
228- which would be indicated by presence of ` dataset_description.json ` in them with a
228+ which would be indicated by presence of ` dataset_description.json ` file(s) in them with a
229229REQUIRED ` "BIDSVersion" ` key.
230230It is important to note that their contents must not affect the interpretation of the nested
231231or containing datasets.
232232
233- It is also possible to completely avoid nesting of "raw" datasets into "derivative" datasets (or vice versa),
233+ One potential disadvantage to nesting a BIDS Derivative dataset inside a BIDS Raw dataset, or vice versa,
234+ is that packaging them for independent sharing or publication can become more complicated.
235+ It is also possible to completely avoid nesting of BIDS Raw datasets into BIDS Derivative datasets (or vice versa),
234236by simply placing them in separate folders, namely ` sourcedata/ ` and ` derivatives/ ` at root level:
235237
236238``` bash
You can’t perform that action at this time.
0 commit comments