Use AUGUR_SEARCH_PATHS in resolve_config_path()#78
Open
victorlin wants to merge 1 commit into
Open
Conversation
joverlee521
approved these changes
Jul 13, 2026
Comment on lines
+65
to
+66
| Returns the path for the first existing file found relative to directories | ||
| defined by the AUGUR_SEARCH_PATHS environment variable. |
Contributor
There was a problem hiding this comment.
Reviewing this prompted me to catch up on how AUGUR_SEARCH_PATH works (hence nextstrain/augur#2027).
Small thing to note here that we should be wary to not use --search-paths in our workflows so that the workflow resolved paths do not differ from the augur subsample resolved paths.
Changes from "[shared] switch to AUGUR_SEARCH_PATHS" (nextstrain/ebola@f8e2abd) with some small improvements.
91b4618 to
367c2d2
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
Based on nextstrain/augur#2026.
Description of proposed changes
Changes from "[shared] switch to AUGUR_SEARCH_PATHS" (nextstrain/ebola@f8e2abd) with some small improvements.
Related issue(s)
Follow-up to nextstrain/ebola#64 (comment)
Checklist
If adding a script, add an entry for it in the README.defaults_dir(avian-flu, mumps)