Use shared merge_inputs module - #112
Draft
victorlin wants to merge 3 commits into
Draft
Conversation
1 task
joverlee521
reviewed
Jul 13, 2026
Comment on lines
17
to
18
| include: "../shared/vendored/snakemake/init.smk" | ||
| include: "../shared/vendored/snakemake/config.smk" |
Contributor
There was a problem hiding this comment.
Member
Author
Contributor
There was a problem hiding this comment.
Thanks for prototyping the modules @victorlin! I'm still a little wary of the abstraction of rules in this file, but at least the underlying rules are in the same repo. Will think on this a little more...
subrepo: subdir: "shared/vendored" merged: "c9497c4" upstream: origin: "https://github.com/nextstrain/shared" branch: "victorlin/merge-inputs" commit: "c9497c4" git-subrepo: version: "0.4.9" origin: "https://github.com/ingydotnet/git-subrepo" commit: "4f60dd7"
Previously, AUGUR_SEARCH_PATHS was automatically set upon inclusion of config.smk. An explicit call to a function is now needed.
Reduces the amount of workflow-specific code.
victorlin
force-pushed
the
victorlin/shared-merge-inputs
branch
from
July 14, 2026 00:04
feece50 to
c69bffc
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.
Note
shared/vendoredpulled from unmerged nextstrain/shared#79Only runs with unreleased changes from nextstrain/augur#2026
Description of proposed changes
Reduces the amount of workflow-specific code.
Related issue(s)
Follow-up to nextstrain/pathogen-repo-guide#108 (comment)
Checklist