You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/data_description.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ Description of a logical collection of data files
36
36
|`project_name`|`str`| A name for a set of coordinated activities intended to achieve one or more objectives. |
37
37
|`restrictions`|`Optional[str]`| Detail any restrictions on publishing or sharing these data |
38
38
|`modalities`| List[[Modality](aind_data_schema_models/modalities.md#modality)]| A short name for the specific manner, characteristic, pattern of application, or the employment of any technology or formal procedure to generate data for a study |
39
+
|`source_data`|`Optional[List[str]]`| For derived assets, list the source data asset names used to create this data |
39
40
|`data_summary`|`Optional[str]`| Semantic summary of experimental goal |
|`pipelines`| Optional[List[[Code](components/identifiers.md#code)]]| For processing done with pipelines, list the repositories here. Pipelines must use the name field ,and be referenced in the pipeline_name field of a DataProcess. |
26
26
|`notes`|`Optional[str]`||
27
-
|`dependency_graph`|`Dict[str, List[str]]`| Directed graph of processing step dependencies. Each key is a process name, and the value is a list of process names that are inputs to that process. |
27
+
|`dependency_graph`|`Optional[Dict[str, List[str]]]`| Directed graph of processing step dependencies. Each key is a process name, and the value is a list of process names that are inputs to that process. |
28
28
29
29
30
30
## Model definitions
@@ -42,7 +42,7 @@ Description of a single processing step
42
42
|`experimenters`|`List[str]`| People responsible for processing |
43
43
|`pipeline_name`|`Optional[str]`| Pipeline names must exist in Processing.pipelines |
0 commit comments