Support nextstrain run (with augur subsample)#105
Closed
Conversation
ad08def to
397db1d
Compare
93c9459 to
e717ecc
Compare
36 tasks
e717ecc to
30d58cf
Compare
9fefd9d to
e24c6f4
Compare
Update all workflows to support nextstrain run. Instead of applying
resolve_config_path() in individual rules, resolve them all at once at
the start of the workflow. This is the only way I can think of to have
nextstrain run compatibility with augur subsample. It also has a nice
side effect of consolidating code changes to a single function instead
of all rules that take file paths from config.
🚧: update the Nextclade workflow?
Testing commands:
mkdir -p ~/.nextstrain/pathogens/wnv
ln -sv ~/repos/nextstrain/wnv ~/.nextstrain/pathogens/wnv/local=NRXWGYLM
nextstrain run wnv@local phylogenetic ./tmp
References:
- nextstrain/mumps@6343dd8...0866a88
- nextstrain/zika@5041a36...e4f084d
30d58cf to
c9b8390
Compare
tsibley
reviewed
Sep 24, 2025
Member
Author
|
nextstrain/measles#74 has an updated version of the filepath resolving function ( |
Member
Author
|
Supporting |
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
The nextstrain run command allows users to run the workflows in this repository without cloning or forking it.
Related issue(s)
Based on similar work in other repos (zika, mumps) with some new ideas.
See #106 for a version of this PR without using
augur subsample.Checklist
nextcladedirectory #95