fix(dashboards): rename lineage field to outbreakLineage and update values - #1360
Merged
Conversation
Pathoplexus restructured mpox lineages: the LAPIS field is now `outbreakLineage` (old `lineage` field no longer has a lineage index, causing the lineage definition fetch to fail). Lineage values are now prefixed with the outbreak identifier (e.g. `sh2017/F.1`). - Labels updated to "Outbreak & Lineage" throughout - Predefined variants and compare-side-by-side defaults updated to use `sh2017/F.*` values - E2E test helper updated with new field placeholder and lineage value Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the mpox dashboard configuration to align with Pathoplexus’ new lineage data model by switching the LAPIS lineage field from lineage to outbreakLineage and updating default/predefined lineage values and UI labels accordingly.
Changes:
- Switched mpox lineage LAPIS field to
outbreakLineage. - Updated mpox lineage placeholders/labels to “Outbreak & Lineage”.
- Updated mpox predefined variants and compare-side-by-side defaults to use outbreak-prefixed values (e.g.
sh2017/F.1), plus aligned the E2E helper values.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| website/src/views/mpox.ts | Renames the mpox lineage LAPIS field to outbreakLineage and updates placeholders, chart label, and default/predefined lineage values. |
| website/tests/helpers/organisms.ts | Updates mpox E2E helper placeholder and lineage value to match the new “Outbreak & Lineage” filter and outbreak-prefixed lineage format. |
fengelniederhammer
approved these changes
Jul 29, 2026
fhennig
added a commit
that referenced
this pull request
Jul 29, 2026
…alues (#1360) Pathoplexus restructured mpox lineages: the LAPIS field is now `outbreakLineage` (old `lineage` field no longer has a lineage index, causing the lineage definition fetch to fail). Lineage values are now prefixed with the outbreak identifier (e.g. `sh2017/F.1`). - Labels updated to "Outbreak & Lineage" throughout - Predefined variants and compare-side-by-side defaults updated to use `sh2017/F.*` values - E2E test helper updated with new field placeholder and lineage value Co-authored-by: Felix Hennig <felix-agent@felixhennig.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pathoplexus restructured mpox lineages: the LAPIS field is now
outbreakLineage(oldlineagefield no longer has a lineage index, causing the lineage definition fetch to fail). Lineage values are now prefixed with the outbreak identifier (e.g.sh2017/F.1).sh2017/F.*values