-
Notifications
You must be signed in to change notification settings - Fork 27
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
add sarscov2_nextstrain workflow #204
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
…due to gisaid size increasing
…ation, make out_basename optional, copy relevant python code inline and use python:slim container, increase default RAM
…r slow becase of the implementation of --min-length in augur filter)
…k contents for faster dev cycle
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 PR adds:
And bumps the nextstrain/base docker image.
The
nextstrain_build_subsample
task subsamples a large fasta+metadata data set to a small fasta file using a nextstrain/ncov style yaml build definition. It takes a builds.yaml and build_name as input and uses them to execute the subsampling snakemake rules in the ncov repo using the nextstrain docker. This includes the ability to have arbitrarily complex subsampling schemes and heirarchies, as well as the use of the snp-distance-based priorities.py weighted sampling schemes. It is relatively sarscov2-specific at the moment.The sarscov2_nextstrain workflow is similar to the augur_from_assemblies workflow but uses the build-yaml based subsampling instead of the custom subsampling we had implemented ourselves. Since it is based on the ncov repo it has a number of sarscov2 assumptions built in.
This PR additionally adds the
augur frequencies
output to sarscov2_nextstrain and augur_from_assemblies.