From fc325b35692727524d2406e3dd772a16e915f0c7 Mon Sep 17 00:00:00 2001 From: John Huddleston Date: Mon, 18 Nov 2024 14:19:26 -0800 Subject: [PATCH] Add proposed subclade coloring to non-2y builds 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. --- config/h1n1pdm/auspice_config.json | 5 +++++ config/h3n2/auspice_config.json | 5 +++++ config/vic/auspice_config.json | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/config/h1n1pdm/auspice_config.json b/config/h1n1pdm/auspice_config.json index 2c049bef..ff601eda 100644 --- a/config/h1n1pdm/auspice_config.json +++ b/config/h1n1pdm/auspice_config.json @@ -32,6 +32,11 @@ "title": "Subclade", "type": "categorical" }, + { + "key": "proposed_subclade", + "title": "Proposed subclade", + "type": "categorical" + }, { "key": "haplotype", "title": "Derived haplotype", diff --git a/config/h3n2/auspice_config.json b/config/h3n2/auspice_config.json index 0f4016f1..502d5072 100644 --- a/config/h3n2/auspice_config.json +++ b/config/h3n2/auspice_config.json @@ -32,6 +32,11 @@ "title": "Subclade", "type": "categorical" }, + { + "key": "proposed_subclade", + "title": "Proposed subclade", + "type": "categorical" + }, { "key": "haplotype", "title": "Derived haplotype", diff --git a/config/vic/auspice_config.json b/config/vic/auspice_config.json index f86f95f4..7eabaf4e 100644 --- a/config/vic/auspice_config.json +++ b/config/vic/auspice_config.json @@ -32,6 +32,11 @@ "title": "Subclade", "type": "categorical" }, + { + "key": "proposed_subclade", + "title": "Proposed subclade", + "type": "categorical" + }, { "key": "cTiter", "title": "Antigenic advance (tree model)",