Skip to content

Commit

Permalink
Merge pull request #78 from nextstrain/provisional-colors
Browse files Browse the repository at this point in the history
Add provisional colors for new clades 23G/H/I
  • Loading branch information
trvrb authored Dec 6, 2023
2 parents dd0f907 + afbf2fb commit cf8fe03
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,35 +93,47 @@ 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: "23I"
display_name: "23I (BA.2.86)"
defining_lineage: "BA.2.86"
color: '#DC2F24'
- clade: "23H"
display_name: "23H (HK.3)"
defining_lineage: "HK.3"
color: '#E56C2F'
- clade: "23G"
display_name: "23G (XBB.1.5.70)"
defining_lineage: "XBB.1.5.70"
color: '#E39B39'
- clade: "23F"
display_name: "23F (EG.5.1)"
defining_lineage: "EG.5.1"
color: '#DC2F24'
color: '#CEB541'
- clade: "23E"
display_name: "23E (XBB.2.3)"
defining_lineage: "XBB.2.3"
color: '#E68133'
color: '#ADBD51'
- clade: "23D"
display_name: "23D (XBB.1.9)"
defining_lineage: "XBB.1.9"
color: '#D4B13F'
color: '#88BB6C'
- clade: "23C"
display_name: "23C (CH.1.1)"
defining_lineage: "CH.1.1"
color: '#A6BE55'
color: '#69B091'
- clade: "23B"
display_name: "23B (XBB.1.16)"
defining_lineage: "XBB.1.16"
color: '#75B681'
color: '#5199B7'
- clade: "22F"
display_name: "22F (XBB)"
defining_lineage: "XBB"
color: '#3F63CF'
color: '#4042C7'
- clade: "23A"
display_name: "23A (XBB.1.5)"
defining_lineage: "XBB.1.5"
color: '#529AB6'
color: '#4274CE'
- clade: "other"
display_name: "other"
defining_lineage: False
color: '#777777'
color: '#777777'

0 comments on commit cf8fe03

Please sign in to comment.