-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorganisational_metadata_fields.yml
42 lines (42 loc) · 1.11 KB
/
organisational_metadata_fields.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
scilifelab_unit:
cardinality: mandatory
description: SciLifeLab infrastructure unit that generated the associated data and metadata.
units: ""
regex: ""
cv: ["National Genomics Infrastructure", "Ancient DNA"]
field_type: TEXT_CHOICE_FIELD
unit_internal_project_id:
cardinality: mandatory
description: Project ID as assigned by the unit.
units: ""
regex: ""
cv: []
field_type: TEXT_FIELD
order_id:
cardinality: optional
description: Order ID associated with the data and metadata delivery, if applicable.
units: ""
regex: ""
cv: []
field_type: TEXT_FIELD
experimental_sample_id:
cardinality: mandatory
description: Experimental Sample IDs as assigned by the unit, 1 exp sample = 1 data file (pair).
units: ""
regex: ""
cv: []
field_type: TEXT_FIELD
associated_sample_id:
cardinality: optional
description: Associated sample ID as shared by the researcher with the unit.
units: ""
regex: ""
cv: []
field_type: TEXT_FIELD
delivery_date:
cardinality: mandatory
description: Date of delivery of metadata and data.
units: ""
regex: ""
cv: []
field_type: DATE_FIELD