File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,14 @@ function App() {
3030 return (
3131 < div className = "App" >
3232
33+ < div className = "warningContainer" >
34+ < 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.
38+ </ h2 >
39+ </ div >
40+
3341 < div id = "mainPanelsContainer" >
3442 < h2 > Clade frequencies over time</ h2 >
3543 < p >
Original file line number Diff line number Diff line change 8484.App .panelDisplay {
8585 margin-bottom : 50px ;
8686}
87+
88+ .warningContainer {
89+ background-color : # FFF1D1 ;
90+ display : flex;
91+ align-items : stretch;
92+ }
You can’t perform that action at this time.
0 commit comments