File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
docs/getting_started/folders_and_files Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -223,9 +223,6 @@ my_analysis/
223223 dataset_description.json
224224```
225225
226- Disadvantage here is similar -- distribution of such BIDS Derivative dataset alone would
227- require explicit exclusion of the datasets within its ` sourcedata/ ` folder.
228-
229226Note that the ` sourcedata/ ` and ` derivatives/ ` subdirectories constitute dataset boundaries.
230227Any subfolders of these directories may be validated independently, if they are BIDS datasets
231228which would be indicated by presence of ` dataset_description.json ` in them with a
@@ -234,7 +231,7 @@ It is important to note that their contents must not affect the interpretation o
234231or containing datasets.
235232
236233It is also possible to completely avoid nesting of "raw" datasets into "derivative" datasets (or vice versa),
237- by simply placing them in a folder containing both ` sourcedata/ ` and ` derivatives/ ` :
234+ by simply placing them in separate folders, namely ` sourcedata/ ` and ` derivatives/ ` at root level :
238235
239236``` bash
240237my_study/
You can’t perform that action at this time.
0 commit comments