-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix RBD level coloring and filter #1094
Merged
Merged
Conversation
This file contains 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
victorlin
approved these changes
Jan 30, 2024
The clade labels were updated in #1065. Update the clade label so that the `assign_rbd_levels` script can find the correct basal clade. I had considered pulling this value out as a parameter in the config YAML, but the original commit message¹ implies that this should _not_ be configurable. ¹ fb5f44e
The JSON output from `augur clades` was updated to separate `nodes` and `branches` in nextstrain/augur#728 so now the `assign_rbd_levels` script needs to parse the `branches` in order to find the basal node.
Waiting on internal discussion of whether we should update the RBD definitions or just drop them entirely. |
joverlee521
added a commit
that referenced
this pull request
Jan 31, 2024
Prompted by #1094, which led to internal conversation¹ that determined we should just drop the RBD-levels. ¹ https://bedfordlab.slack.com/archives/CSKMU6YUC/p1706643360558109
4 tasks
Closing in favor of #1097 |
Merging to get RBD-levels in a working state so we can easily reinstate the feature in the future. |
joverlee521
added a commit
that referenced
this pull request
Jan 31, 2024
Prompted by #1094, which led to internal conversation¹ that determined we should just drop the RBD-levels. ¹ https://bedfordlab.slack.com/archives/CSKMU6YUC/p1706643360558109
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.
Description of proposed changes
Came down this rabbit hole when I was thinking about augur export v2 and the filter footers. I noticed the ncov build had empty filter footers for
level
andrbd_level
and investigated.See commits for details.
Testing
Release checklist
If this pull request introduces backward incompatible changes, complete the following steps for a new release of the workflow:
docs/src/reference/change_log.md
in this pull request to document these changes and the new version number.If this pull request introduces new features, complete the following steps:
docs/src/reference/change_log.md
in this pull request to document these changes by the date they were added.