Skip to content

Commit 7571541

Browse files
authored
Merge pull request #124 from nextstrain/pivot-xec
Switch pivot from JN.1 to XEC
2 parents 9a100c9 + bdc1c1a commit 7571541

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

config/config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,17 @@ models:
5454
gisaid:
5555
nextstrain_clades:
5656
global:
57-
pivot: "24A"
57+
pivot: "24F"
5858
pango_lineages:
5959
global:
60-
pivot: "JN.1"
60+
pivot: "XEC"
6161
open:
6262
nextstrain_clades:
6363
global:
64-
pivot: "24A"
64+
pivot: "24F"
6565
pango_lineages:
6666
global:
67-
pivot: "JN.1"
67+
pivot: "XEC"
6868

6969
# Model configs
7070
mlr_config: "config/mlr-config.yaml"

viz/src/App.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ function App() {
4141
<h2>Clade growth advantage</h2>
4242
<p>
4343
These plots show the estimated growth advantage for given clades relative to clade
44-
24A (lineage JN.1). This describes how many more secondary infections a variant causes
45-
on average relative to clade 24A. Vertical bars show the 95% HPD. The "hierarchical" panel
44+
24F (lineage XEC). This describes how many more secondary infections a variant causes
45+
on average relative to clade 24F. Vertical bars show the 95% HPD. The "hierarchical" panel
4646
shows pooled estimate of growth rates across different locations.
4747
Results last updated {mlrCladesData?.modelData?.get('updated') || 'loading'}.
4848
</p>
@@ -64,8 +64,8 @@ function App() {
6464
<h2>Lineage growth advantage</h2>
6565
<p>
6666
These plots show the estimated growth advantage for given Pango lineages relative to
67-
lineage JN.1. This describes how many more secondary infections a variant causes
68-
on average relative to lineage JN.1. Vertical bars show the 95% HPD.
67+
lineage XEC. This describes how many more secondary infections a variant causes
68+
on average relative to lineage XEC. Vertical bars show the 95% HPD.
6969
The "hierarchical" panel shows pooled estimate of growth rates across different locations.
7070
Results last updated {mlrLineagesData?.modelData?.get('updated') || 'loading'}.
7171
</p>

0 commit comments

Comments
 (0)