Automation: Generate both global and wa-state phylogenetic trees#54
Merged
Automation: Generate both global and wa-state phylogenetic trees#54
Conversation
b50253f to
8c9b810
Compare
…wa) builds This is a prerequisite to automating both global and washington state builds so that they do not overwrite to the same files.
Added a `phylogenetic_wa` GitHub Action in order to support building both global and Washington state phylogenetic trees. Since both define custom_rules, which would overwrite each other, we defined a config-public.yaml that combines deploy-related and Washington state-specific custom rules, merging them into a unified array. For the Washington state build, the public-facing configuration required additional overrides to access data from the public site, as opposed to the original configuration, which relied on privately processed ingest.
Contributor
Author
|
Merging this, since:
|
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
During automated building, kick off both global and wa (washington-state) phylogenetic trees.
Main changes include:
Checklist