Skip to content

Commit

Permalink
Include "strain name" as coloring
Browse files Browse the repository at this point in the history
Strain name is often not included in GenBank or is not very helpful. But still good to surface as metadata for modal. I particularly wanted this for the 1954 Edmonston-related vaccine strains. People know these by their strain names, certainly not their GenBank accessions.
  • Loading branch information
trvrb committed Apr 12, 2024
1 parent 4770a7d commit 796f747
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions phylogenetic/defaults/auspice_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
"key": "region",
"title": "Region",
"type": "categorical"
},
{
"key": "strain",
"title": "Strain name",
"type": "categorical"
}
],
"geo_resolutions": [
Expand Down
7 changes: 6 additions & 1 deletion phylogenetic/defaults/auspice_config_N450.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@
"key": "region",
"title": "Region",
"type": "categorical"
}
},
{
"key": "strain",
"title": "Strain name",
"type": "categorical"
}
],
"geo_resolutions": [
"country",
Expand Down

0 comments on commit 796f747

Please sign in to comment.