Skip to content

Commit

Permalink
Color by host
Browse files Browse the repository at this point in the history
Color by the new host category, host latin name, and host common name
  • Loading branch information
kimandrews committed Aug 13, 2024
1 parent c39097b commit 6bbaa4a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
10 changes: 10 additions & 0 deletions phylogenetic/defaults/auspice_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@
"key": "host",
"title": "Host",
"type": "categorical"
},
{
"key": "host_latin_name",
"title": "Host latin name",
"type": "categorical"
},
{
"key": "host_common_name",
"title": "Host common name",
"type": "categorical"
}
],
"geo_resolutions": [
Expand Down
13 changes: 13 additions & 0 deletions phylogenetic/defaults/colors.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,16 @@ region Africa #8ABB6A
region Europe #BEBB48
region South America #E29E39
region North America #E2562B
#
# Host taxa
host Bat #3F47C9
host Domestic Dog #4274CE
host Fox (Vulpes sp.) #4F97BB
host Raccoon #64AC99
host Skunk #7EB976
host Other Carnivore #9EBE5A
host Cattle #BEBB48
host Other Ungulate #D9AE3E
host Human #E69036
host Other Mammal #E35F2D
host Bird #DB2823

0 comments on commit 6bbaa4a

Please sign in to comment.