@@ -6,13 +6,13 @@ const mlrCladesConfig = {
66 modelName : "mlr_clades" ,
77 modelUrl : customAddress ?
88 `${ import . meta. env . VITE_DATA_HOST } /${ import . meta. env . VITE_CLADES_PATH } ` :
9- `https://nextstrain-data.s3.amazonaws.com/files/workflows/forecasts-ncov/gisaid /nextstrain_clades/global/mlr/latest_results.json` ,
9+ `https://nextstrain-data.s3.amazonaws.com/files/workflows/forecasts-ncov/open /nextstrain_clades/global/mlr/latest_results.json` ,
1010}
1111const mlrLineagesConfig = {
1212 modelName : "mlr_lineages" ,
1313 modelUrl : customAddress ?
1414 `${ import . meta. env . VITE_DATA_HOST } /${ import . meta. env . VITE_LINEAGES_PATH } ` :
15- `https://nextstrain-data.s3.amazonaws.com/files/workflows/forecasts-ncov/gisaid /pango_lineages/global/mlr/latest_results.json` ,
15+ `https://nextstrain-data.s3.amazonaws.com/files/workflows/forecasts-ncov/open /pango_lineages/global/mlr/latest_results.json` ,
1616}
1717
1818function App ( ) {
@@ -32,17 +32,18 @@ function App() {
3232
3333 < div className = "warningContainer" >
3434 < h2 >
35- On Oct 1, 2025, we received an email from GISAID stating that they will no longer be updating the flat file
36- of EpiCoV data they've historically provisioned to Nextstrain since Feb 2020. Updates to these analyses are on
37- hold while we sort out alternative strategies to pull in new data from GISAID.
35+ On Oct 1, 2025, we received an email from GISAID stating that they will no longer be updating the flat file of
36+ EpiCoV data they've historically provisioned to Nextstrain since Feb 2020. Updates to GISAID-based analyses are
37+ currently on hold. Please use this analysis based on open data instead, updates to which are continuing at their
38+ regular weekly cadence.
3839 </ h2 >
3940 </ div >
4041
4142 < div id = "mainPanelsContainer" >
4243 < h2 > Clade frequencies over time</ h2 >
4344 < p >
4445 Each line represents the estimated frequency of a particular clade through time. Equivalent Pango lineage is given
45- in parenthesis, eg clade 23A (lineage XBB.1.5). Only locations with more than 1000 sequences from samples collected
46+ in parenthesis, eg clade 23A (lineage XBB.1.5). Only locations with more than 200 sequences from samples collected
4647 in the previous 150 days are included. Results last updated { mlrCladesData ?. modelData ?. get ( 'updated' ) || 'loading' } .
4748 </ p >
4849 < div id = "cladeFrequenciesPanel" class = "panelDisplay" > { /* surrounding div(s) used for static-images.js script */ }
@@ -64,7 +65,7 @@ function App() {
6465 < h2 > Lineage frequencies over time</ h2 >
6566 < p >
6667 Each line represents the estimated frequency of a particular Pango lineage through time. Lineages with fewer
67- than 350 observations are collapsed into parental lineage. Only locations with more than 1000 sequences from
68+ than 200 observations are collapsed into parental lineage. Only locations with more than 200 sequences from
6869 samples collected in the previous 150 days are included. Results last updated
6970 { mlrLineagesData ?. modelData ?. get ( 'updated' ) || 'loading' } .
7071 </ p >
0 commit comments