-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathconfig_public.json
44 lines (44 loc) · 1.23 KB
/
config_public.json
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
43
44
{
"enable_ns_download": true,
"source": "INSDC",
"title": "Cov2Tree",
"customNames": { "num_tips": "Descendant sequences" },
"name_accessor": "name",
"covspectrum_links": true,
"keys_to_display": [
"genotype",
"meta_date",
"meta_genbank_accession",
"meta_pangolin_lineage",
"meta_country"
],
"overlay": "TODO",
"search_types": [
{ "name": "name", "label": "Name", "type": "text_match" },
{
"name": "meta_pangolin_lineage",
"label": "PANGO lineage",
"type": "text_exact"
},
{
"name": "meta_genbank_accession",
"label": "Genbank accession",
"type": "text_per_line"
},
{ "name": "meta_country", "label": "Country", "type": "text_match" },
{ "name": "mutation", "label": "Mutation", "type": "mutation" },
{ "name": "genotype", "label": "Genotype", "type": "genotype" },
{ "name": "revertant", "label": "Revertant", "type": "revertant" },
{ "name": "num_tips", "label": "Number of tips", "type": "number" },
{ "name": "boolean", "label": "Boolean", "type": "boolean" }
],
"colorBy": {
"colorByOptions": [
"meta_pangolin_lineage",
"meta_country",
"genotype",
"None"
]
},
"x_accessors": ["x_dist", "x_time"]
}