-
Notifications
You must be signed in to change notification settings - Fork 9
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
2y build targets #14
Merged
Merged
2y build targets #14
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
…ut the clock rate and clock rate standard deviation for the 2 year build
…ild and an all-time build. This commit introduces this new wildcard structure, as well as new functions for assigning strict clock rates for the 3 year trees
…h5nx and h5n1 should get 3 year builds
This switches from the older Augur subsampling strategy of --sequences-per-group to the newer --subsampling-max-sequences. By doing this, we can just specific once the target sequence count and don't have to play around with logic for different subtypes / time-spans. This also makes it easier to rapidly test entire set of builds by locally swapping from "3000" to "100" in just one line.
I'd suggest using "3y" or "2y" in the URL wildcard rather than "3-year" or "2-year" as this will be consistent with existing timespan wildcards for seasonal flu (6m, 2y, 3y, 12y) and for ncov (1m, 2m, 6m, all-time). I'd suggest doing a 2 year target rather than a 3 year target just because there seems to be well sufficient sequence counts in GISAID to pull >3000 genomes for a 2 year span for H5N1. If I look now, I see 5571 H5N1 viruses collected from 2022-04-22 to today. I moved the wildcard dictionary parameters from being all in one-line to being separated by subtype to improve readability.
This commit pulls in changes on master branch that were not present on 2y branch
Thank you @trvrb for working on this! This looks good to me. Please go ahead and merge! |
2 tasks
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.
This is mostly @lmoncla's work to implement a new
2y
vsall-time
wildcard to specify the timespan for individual build targets. This allows a much larger fraction of recent H5N1 sequences to make it into the final subsampled analysis.I had run a version of this AWS using the
h5nx-2-year-test
branch. The results of this run are available on staging with URLS like:Everything here seemed to be in order. However, I couldn't just merge
h5nx-2-year-test
intomaster
as there were a conflicts due to PR #12 and other work onmaster
. To compensate I manually updated this PR branch2y-build-targets
to bring it up to speed withmaster
in commit 7549b7d.I tested merging
2y-build-targets
intomaster
locally and it went smoothly with just a copy small resolutions during the merge.@lmoncla: if this looks good to you, I'm happy to help with the merge.