Skip to content

Commit

Permalink
Add proposed subclade coloring to non-2y builds
Browse files Browse the repository at this point in the history
Adds a coloring for the proposed subclade annotation in the Auspice
config JSONs used by all non-2y public builds. This coloring already
appears in the builds as "proposed_subclade" at the end of the colorings
list , but this commit makes "Proposed subclade" appear right after
"Subclade" in the coloring list.
  • Loading branch information
huddlej committed Nov 18, 2024
1 parent 1d1a764 commit fc325b3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/h1n1pdm/auspice_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
"title": "Subclade",
"type": "categorical"
},
{
"key": "proposed_subclade",
"title": "Proposed subclade",
"type": "categorical"
},
{
"key": "haplotype",
"title": "Derived haplotype",
Expand Down
5 changes: 5 additions & 0 deletions config/h3n2/auspice_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
"title": "Subclade",
"type": "categorical"
},
{
"key": "proposed_subclade",
"title": "Proposed subclade",
"type": "categorical"
},
{
"key": "haplotype",
"title": "Derived haplotype",
Expand Down
5 changes: 5 additions & 0 deletions config/vic/auspice_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
"title": "Subclade",
"type": "categorical"
},
{
"key": "proposed_subclade",
"title": "Proposed subclade",
"type": "categorical"
},
{
"key": "cTiter",
"title": "Antigenic advance (tree model)",
Expand Down

0 comments on commit fc325b3

Please sign in to comment.