From 7e23eb5cf6836210ec650d9b95add58b26ff377f Mon Sep 17 00:00:00 2001 From: james hadfield Date: Mon, 25 Nov 2024 12:04:51 +1300 Subject: [PATCH] [INRB] Update clade colours Switch back to the Auspice defaults based on user feedback, but hardcode them here so the colours for each clade stay consistent. --- phylogenetic/build-configs/inrb/auspice_config.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/phylogenetic/build-configs/inrb/auspice_config.json b/phylogenetic/build-configs/inrb/auspice_config.json index 4c711e6..5f5c796 100644 --- a/phylogenetic/build-configs/inrb/auspice_config.json +++ b/phylogenetic/build-configs/inrb/auspice_config.json @@ -15,6 +15,15 @@ ], "build_url": "https://github.com/nextstrain/mpox", "colorings": [ + { + "key": "clade_membership", + "title": "Clade", + "type": "categorical", + "scale": [ + ["Ia", "#4C90C0"], + ["Ib", "#CBB742"] + ] + }, { "key": "region", "title": "Region",