Remove the historical 21L (BA.2-rooted) GISAID build variant#1211
Merged
Conversation
The nextstrain-gisaid-21L profile produced a BA.2-rooted GISAID build that is no longer maintained or documented and is superseded by the main open/GISAID builds. With GISAID flat-file updates having ended, this variant has no live purpose. Removes the self-contained profile (nextstrain_profiles/nextstrain-gisaid-21L/, including its prefilter.smk and builds) and its scheduled workflow (.github/workflows/rebuild-gisaid-21L.yml). Nothing else references it. Note this only removes the *build variant*; the Nextstrain clade "21L" (BA.2) and the sars-cov-2-21L Nextclade dataset remain fully intact in the clade definitions and config. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 task
victorlin
approved these changes
Jun 29, 2026
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.
Fourth in the pandemic-era cruft cleanup series (after #1208, #1209, #1210).
Motivation
The
nextstrain-gisaid-21Lprofile produced a BA.2 (clade 21L)-rooted GISAID build. It's undocumented (absent fromdev_docs.md), no longer maintained, and superseded by the main open/GISAID builds. With GISAID flat-file updates having ended, it has no live purpose.What's removed
nextstrain_profiles/nextstrain-gisaid-21L/— the entire self-contained profile (builds.yaml,config.yaml,prefilter.smk,exclude-clades.tsv,include.txt, description)..github/workflows/rebuild-gisaid-21L.yml— its scheduled rebuild workflow.Scope note
This removes only the build variant. The Nextstrain clade
21L(BA.2) and thesars-cov-2-21LNextclade dataset option are untouched — they remain in the clade definitions (defaults/clades.tsv,emerging_lineages.tsv, etc.) and config reference.Verification
dev_docs,redirects.yaml, README, or other-workflow references tonextstrain-gisaid-21L/rebuild-gisaid-21L/ncov_gisaid_21L).Test plan
🤖 Generated with Claude Code