Skip to content

Commit a347e7c

Browse files
committed
Add pathoplexus lineage calls to tree coloring
1 parent 391e578 commit a347e7c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

phylogenetic/defaults/auspice_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{"key": "state", "title": "State", "type": "categorical"},
88
{"key": "division", "title": "Division", "type": "categorical"},
99
{"key": "location", "title": "Location", "type": "categorical"},
10-
{"key": "lineage", "title": "Strain", "type": "categorical"},
10+
{"key": "lineage", "title": "Pathoplexus lineage", "type": "categorical"},
1111
{"key": "clade_membership", "title": "Clade", "type": "categorical"},
1212
{"key": "author", "title": "Authors", "type": "categorical"},
1313
{"key": "host", "title": "Host Species", "type": "categorical"}

phylogenetic/defaults/auspice_config_global.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
{"key": "num_date", "title": "Sampling Date", "type": "continuous"},
66
{"key": "region", "title": "Region", "type": "categorical"},
77
{"key": "country", "title": "Country", "type": "categorical"},
8+
{"key": "lineage", "title": "Pathoplexus lineage", "type": "categorical"},
9+
{"key": "clade_membership", "title": "Clade", "type": "categorical"},
810
{"key": "author", "title": "Authors", "type": "categorical"},
911
{"key": "host", "title": "Host Species", "type": "categorical"}
1012
],

0 commit comments

Comments
 (0)