Remove Nextstrain profiles#1197
Open
victorlin wants to merge 6 commits into
Open
Conversation
Better aligns with usage in GitHub Actions workflows.
There has never been a file at this path, so I'm not sure what the reference is for.
This file was removed in "Split Nextstrain open builds to generate "6m" and "all-time" targets" (4a35ef5).
These had no effect because Nextstrain CLI automatically specifies --cores.
These were being overridden by --set-threads in the GitHub Actions workflows.
This is a comprehensive shift from --profile to --configfile, standardizing the preference started in "Remove my_profiles/" (2b88070) and already used by the "100k" workflow (which was misleadingly under "nextstrain_profiles"). Workflow-specific options are translated into command line arguments in the GitHub Actions workflow. Default options are retained in a default profile config, a practice still used across pathogen workflows.
d5693df to
12232fb
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.
This PR contains 5 prep commits and 1 main commit with the following message:
This is a comprehensive shift from
--profileto--configfile, standardizing the preference started in "Remove my_profiles/" (2b88070) and already used by the "100k" workflow (which was misleadingly under "nextstrain_profiles").Workflow-specific options are translated into command line arguments in the GitHub Actions workflow. Default options are retained in a default profile config, a practice still used across pathogen workflows.
No user-facing or functional changes, thus no changelog entry.