outbreak-info / outbreak.info

During outbreaks of emerging diseases such as COVID-19, efficiently collecting, sharing, and integrating data is critical to scientific research. outbreak.info is a resource to aggregate all this information into a single location.
https://outbreak.info/
GNU General Public License v3.0
33 stars 13 forks source link

[bug] Routing for XBB.1.5* from the Lineage Comparison is broken #622

Closed flaneuse closed 1 year ago

flaneuse commented 1 year ago

From the Lineage Comparison page, clicking on XBB.1.5* [OMICRON (XBB.1.5.X)] routes to the SituationReport page correctly.

However, the logic within the situation report page doesn't correctly look within CURATED_LINEAGES to translate XBB.1.5* into XBB.1.5 + sublineages. I think it's probably just a case sensitivity issue, since BQ.1 works properly?

leandrocollares commented 1 year ago

The issue was fixed via PR https://github.com/outbreak-info/outbreak.info/pull/608.