File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -392,6 +392,7 @@ Derivatives can be stored/distributed in two ways:
392392 that were used to generate the derivatives.
393393 Likewise, any code used to generate the derivatives from the source data
394394 MAY be included in the `code/` subdirectory.
395+ Logs from running the code or other commands MAY be stored under `logs/` subdirectory.
395396
396397 Example of a derivative dataset including the raw dataset as source:
397398
Original file line number Diff line number Diff line change 2121 subdirs :
2222 - code
2323 - derivatives
24+ - logs
2425 - phenotype
2526 - sourcedata
2627 - stimuli
3334 name : derivatives
3435 level : optional
3536 opaque : true
37+ logs :
38+ name : logs
39+ level : optional
40+ opaque : true
3641 phenotype :
3742 name : phenotype
3843 level : optional
@@ -69,6 +74,7 @@ derivative:
6974 subdirs :
7075 - code
7176 - derivatives
77+ - logs
7278 - phenotype
7379 - sourcedata
7480 - stimuli
@@ -81,6 +87,10 @@ derivative:
8187 name : derivatives
8288 level : optional
8389 opaque : true
90+ logs :
91+ name : logs
92+ level : optional
93+ opaque : true
8494 phenotype :
8595 name : phenotype
8696 level : optional
Original file line number Diff line number Diff line change 3636derivatives :
3737 level : optional
3838 path : derivatives
39+ logs :
40+ level : optional
41+ path : logs
3942sourcedata :
4043 level : optional
4144 path : sourcedata
You can’t perform that action at this time.
0 commit comments