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:
392
392
that were used to generate the derivatives.
393
393
Likewise, any code used to generate the derivatives from the source data
394
394
MAY be included in the `code/` subdirectory.
395
+ Logs from running the code or other commands MAY be stored under `logs/` subdirectory.
395
396
396
397
Example of a derivative dataset including the raw dataset as source:
397
398
Original file line number Diff line number Diff line change 21
21
subdirs :
22
22
- code
23
23
- derivatives
24
+ - logs
24
25
- phenotype
25
26
- sourcedata
26
27
- stimuli
33
34
name : derivatives
34
35
level : optional
35
36
opaque : true
37
+ logs :
38
+ name : logs
39
+ level : optional
40
+ opaque : true
36
41
phenotype :
37
42
name : phenotype
38
43
level : optional
@@ -69,6 +74,7 @@ derivative:
69
74
subdirs :
70
75
- code
71
76
- derivatives
77
+ - logs
72
78
- phenotype
73
79
- sourcedata
74
80
- stimuli
@@ -81,6 +87,10 @@ derivative:
81
87
name : derivatives
82
88
level : optional
83
89
opaque : true
90
+ logs :
91
+ name : logs
92
+ level : optional
93
+ opaque : true
84
94
phenotype :
85
95
name : phenotype
86
96
level : optional
Original file line number Diff line number Diff line change 36
36
derivatives :
37
37
level : optional
38
38
path : derivatives
39
+ logs :
40
+ level : optional
41
+ path : logs
39
42
sourcedata :
40
43
level : optional
41
44
path : sourcedata
You can’t perform that action at this time.
0 commit comments