Skip to content

Commit

Permalink
Add host genus and type coloring to trees
Browse files Browse the repository at this point in the history
  • Loading branch information
j23414 committed Nov 13, 2024
1 parent d66ffed commit 7973167
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 5 additions & 1 deletion phylogenetic/defaults/auspice_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
{"key": "lineage", "title": "Strain", "type": "categorical"},
{"key": "clade_membership", "title": "Clade", "type": "categorical"},
{"key": "author", "title": "Authors", "type": "categorical"},
{"key": "host", "title": "Host Species", "type": "categorical"}
{"key": "host", "title": "Host Species", "type": "categorical"},
{"key": "host_genus", "title": "Host Genus", "type": "categorical"},
{"key": "host_type", "title": "Host Type", "type": "categorical"}
],
"geo_resolutions": [
"state",
Expand All @@ -29,6 +31,8 @@
"author",
"clade_membership",
"host",
"host_genus",
"host_type",
"lineage"
],
"display_defaults": {
Expand Down
8 changes: 6 additions & 2 deletions phylogenetic/defaults/auspice_config_global.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
{"key": "region", "title": "Region", "type": "categorical"},
{"key": "country", "title": "Country", "type": "categorical"},
{"key": "author", "title": "Authors", "type": "categorical"},
{"key": "host", "title": "Host Species", "type": "categorical"}
{"key": "host", "title": "Host Species", "type": "categorical"},
{"key": "host_genus", "title": "Host Genus", "type": "categorical"},
{"key": "host_type", "title": "Host Type", "type": "categorical"}
],
"geo_resolutions": [
"region",
Expand All @@ -21,7 +23,9 @@
"region",
"country",
"author",
"host"
"host",
"host_genus",
"host_type"
],
"display_defaults": {
"color_by": "region",
Expand Down

0 comments on commit 7973167

Please sign in to comment.