-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSample.yml
37 lines (35 loc) · 1.03 KB
/
Sample.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
traitdb_spreadsheet_template:
template_name: Sample Config
# All taxonomy columns specified here are required
taxonomy_columns: # keys refer to internal TraitDB identifiers. Values are the column names in CSV
family: Family
genus: Genus
species: species
metadata_columns: # keys again are the internal TraitDB identifiers.
comments: Comments
trait_options:
source_prefix: "source: " # include the space after the colon
require_source: true # source rules for formatting?
notes_prefix: "notes: " #include the space after the colon
value_separator: "|" # what separates multiple values in an entry
categorical_trait_columns:
-
name: Karyotype
values:
- ZO
- ZW
- XY
summarization_method: "collect"
-
name: Hybrid
values:
- yes
- no
continuous_trait_columns:
-
name: Chromosome Number
format: integer # formats are only for display
summarization_method: "avg"
-
name: Avg Mass
format: float