Update subsample inputs - #90
Merged
Merged
Conversation
This was referenced Oct 24, 2025
victorlin
force-pushed
the
victorlin/custom-config-merge
branch
from
October 29, 2025 22:17
3980377 to
e78aadc
Compare
victorlin
force-pushed
the
victorlin/augur-subsample-resolves-filepaths
branch
from
October 29, 2025 22:17
e751070 to
8c07397
Compare
victorlin
force-pushed
the
victorlin/augur-subsample-resolves-filepaths
branch
from
January 27, 2026 19:58
8c07397 to
2e547d7
Compare
victorlin
force-pushed
the
victorlin/augur-subsample-resolves-filepaths
branch
from
January 27, 2026 20:08
2e547d7 to
e3a2110
Compare
joverlee521
reviewed
Jan 27, 2026
victorlin
force-pushed
the
victorlin/augur-subsample-resolves-filepaths
branch
from
January 29, 2026 23:58
e3a2110 to
de3e323
Compare
victorlin
commented
Jan 30, 2026
2 tasks
victorlin
force-pushed
the
victorlin/augur-subsample-resolves-filepaths
branch
from
February 4, 2026 18:45
de3e323 to
a062d7d
Compare
Member
Author
|
Changes from #91 are now part of this PR – see #91 (comment) |
victorlin
force-pushed
the
victorlin/augur-subsample-resolves-filepaths
branch
from
February 4, 2026 21:22
a062d7d to
875afc4
Compare
subrepo: subdir: "shared/vendored" merged: "37cf39c" upstream: origin: "https://github.com/nextstrain/shared" branch: "main" commit: "37cf39c" git-subrepo: version: "0.4.9" origin: "https://github.com/ingydotnet/git-subrepo" commit: "4f60dd7"
This prevents invalid build names from being evaluated for output.
Changes the error from:
MissingInputException in rule all in file "/nextstrain/build/phylogenetic/Snakefile", line 26:
Missing input files for rule all:
affected files:
auspice/measles_foo_tip-frequencies.json
auspice/measles_foo.json
to:
ERROR: The following names in 'builds' are not valid:
foo
Valid builds are:
genome
N450
Copied from wnv repo with some small adjustments.¹
¹ https://github.com/nextstrain/WNV/blob/009e0183863ccb532de2882af814d0c15a53dc64/phylogenetic/rules/config.smk#L1
victorlin
force-pushed
the
victorlin/augur-subsample-resolves-filepaths
branch
from
February 10, 2026 22:54
875afc4 to
49bce21
Compare
4 tasks
This prevents unrelated config changes from triggering a re-run of augur subsample.
… instead of doing this in the workflow upfront. Requires Augur version 32.1.0 or later.
This takes advantage of the Snakemake feature that detects input file changes to re-run jobs.
victorlin
force-pushed
the
victorlin/augur-subsample-resolves-filepaths
branch
from
February 25, 2026 18:58
49bce21 to
de0c723
Compare
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
This PR applies fixes for nextstrain/public#31 to this repo.
Review threads
AUGUR_SEARCH_PATHSvs.resolve_config_pathvs.resolve_filepathsAUGUR_SEARCH_PATHS?Related issue(s)
Checklist
Tested locally
Command
Checks pass
Update changelog
Merge config: Set AUGUR_SEARCH_PATHS shared#68 and
git subrepo pullPre-merge: update changelog to replace TBD