feat(collection-seeder): add RSV-A/B Nextclade lineages from nextclade_data tree.json#1268
Open
fhennig wants to merge 5 commits into
Open
feat(collection-seeder): add RSV-A/B Nextclade lineages from nextclade_data tree.json#1268fhennig wants to merge 5 commits into
fhennig wants to merge 5 commits into
Conversation
…e_data tree.json Closes #1256. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…t for RSV Nextclade clades Each clade collection now has four variants (matching COVID Pango shape): - Nucleotide/AA substitutions: full set from reference root (all mutations accumulated along the path root → this clade) - New nucleotide/AA substitutions: branch-only delta (what this clade step introduces relative to its parent) The accumulation handles multi-hop mutations (A→C→G becomes A→G) and reversions (A→C→A is removed from the accumulated set). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…wn by call depth Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…eference base Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
fengelniederhammer
approved these changes
Jun 11, 2026
…ades 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.
Closes #1256
Summary
RsvANextcladeLineagesSourceandRsvBNextcladeLineagesSourcethat walk the Nextclade reference tree JSON to produce one collection per RSV clade_RsvNextcladeLineagesBasehandles the HTTP fetch; subclasses point at the hardcoded April 2026 snapshots fromnextstrain/nextclade_dataREF_BASE + POSITION + CURRENT_BASE(e.g.A982T)GENE:REF_AA + POSITION + CURRENT_AA(e.g.F:T8A)registry.pyand included in the default runTest plan
pixi run -e test test— all 95 tests pass🤖 Generated with Claude Code