Skip to content

Commit 1be101e

Browse files
yarikopticeffigiesjulia-pfarr
authored
Tune up sentences about nesting
TODO: add generic phrasing based on what @effigies suggested Co-authored-by: Chris Markiewicz <[email protected]> Co-authored-by: Julia-Katharina Pfarr <[email protected]>
1 parent 32e5edb commit 1be101e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/getting_started/folders_and_files/derivatives.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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-
229226
Note that the `sourcedata/` and `derivatives/` subdirectories constitute dataset boundaries.
230227
Any subfolders of these directories may be validated independently, if they are BIDS datasets
231228
which 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
234231
or containing datasets.
235232

236233
It 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
240237
my_study/

0 commit comments

Comments
 (0)