Skip to content

Commit

Permalink
config: Add clade definition for 24C
Browse files Browse the repository at this point in the history
Follow up on new Nextstrain clades added in
nextstrain/ncov#1117

Updated clade colors. Rather than changing and expanding color gradient,
I just removed the last clade in the list (23A) to keep colors consistent.
  • Loading branch information
joverlee521 committed Jul 18, 2024
1 parent 70aa38b commit 3f81409
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,53 +93,53 @@ mlr_config: "config/mlr-config.yaml"
# * Lineages which are not a descendant of a clade-defining lineage will be
# grouped as 'other'
clade_definitions:
- clade: "24C"
display_name: "24C (KP.3)"
defining_lineage: "KP.3"
color: '#DC2F24'
- clade: "24B"
display_name: "24B (JN.1.11.1)"
defining_lineage: "JN.1.11.1"
color: '#DC2F24'
color: '#E4632E'
- clade: "24A"
display_name: "24A (JN.1)"
defining_lineage: "JN.1"
color: '#E4632E'
color: '#E69136'
- clade: "23I"
display_name: "23I (BA.2.86)"
defining_lineage: "BA.2.86"
color: '#E69136'
color: '#D9AD3D'
- clade: "23H"
display_name: "23H (HK.3)"
defining_lineage: "HK.3"
color: '#D9AD3D'
color: '#C1BA47'
- clade: "23G"
display_name: "23G (XBB.1.5.70)"
defining_lineage: "XBB.1.5.70"
color: '#C1BA47'
color: '#A2BE57'
- clade: "23F"
display_name: "23F (EG.5.1)"
defining_lineage: "EG.5.1"
color: '#A2BE57'
color: '#83BA70'
- clade: "23E"
display_name: "23E (XBB.2.3)"
defining_lineage: "XBB.2.3"
color: '#83BA70'
color: '#69B091'
- clade: "23D"
display_name: "23D (XBB.1.9)"
defining_lineage: "XBB.1.9"
color: '#69B091'
color: '#549DB2'
- clade: "23C"
display_name: "23C (CH.1.1)"
defining_lineage: "CH.1.1"
color: '#549DB2'
color: '#4580CA'
- clade: "23B"
display_name: "23B (XBB.1.16)"
defining_lineage: "XBB.1.16"
color: '#4580CA'
color: '#3E58CF'
- clade: "22F"
display_name: "22F (XBB)"
defining_lineage: "XBB"
color: '#3E58CF'
- clade: "23A"
display_name: "23A (XBB.1.5)"
defining_lineage: "XBB.1.5"
color: '#462EB9'
- clade: "other"
display_name: "other"
Expand Down

0 comments on commit 3f81409

Please sign in to comment.