Dynamically generate the auspice config files - #45
Merged
Conversation
Instead of maintaining 5 auspice config files, we can generate them. This becomes more important as we support gene builds (e.g. supporting "genome" and "E" gene builds will result in 10 auspice config files).
Coloring the tree based on the Nextclade genotype assignments as well as the "augur clades" call allows for debugging and validation of the Nextclade dataset.
j23414
force-pushed
the
dynamic-auspice-config
branch
from
April 26, 2024 18:17
46b543c to
d4a56aa
Compare
Contributor
Author
The "Nextclade genotype" annotation was being displayed out of order in the color scheme. This commit adds a color ordering file that can be used to specify the order of colors for nextclade_genotype, country, region, and recency. This was copied and modified from the "colors" rule in RSV's workflow * https://github.com/nextstrain/rsv/blob/a1788ce2c9c4375fb5a06d1426c64c45cf90225f/workflow/snakemake_rules/export.smk#L13-L27
Contributor
Author
Contributor
Author
|
Going to merge this PR, to unblock rebasing and working on #18 Post-merge review still welcome |
This was referenced Apr 30, 2024
Closed
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.
Description of proposed changes
As requested here: #18 (comment) , implemented dynamic generation of the Auspice config files.
Additionally, included "Nextclade genotype" coloring to the the tree, which will help with dataset validation and debugging.
Related issue(s)
#18
Checklist