Merged
Conversation
This printed the reason for each executed rule but was already deprecated and always true in v7 [1] and has been removed entirely in later snakemake versions. The upgrade path is clear [2]: "Deprecated: Drop it and don't worry about anything" [1] <https://snakemake.readthedocs.io/en/v7.22.0/executing/cli.html#output> [2] <https://snakemake.readthedocs.io/en/stable/getting_started/migration.html>
j23414
approved these changes
Jul 3, 2025
jameshadfield
added a commit
to nextstrain/ncov
that referenced
this pull request
Jul 7, 2025
This printed the reason for each executed rule but was already deprecated and always true in v7 [1] and has been removed entirely in later snakemake versions. The upgrade path is clear [2]: "Deprecated: Drop it and don't worry about anything" Note: The same changes were applied to zika [3] [1] <https://snakemake.readthedocs.io/en/v7.22.0/executing/cli.html#output> [2] <https://snakemake.readthedocs.io/en/stable/getting_started/migration.html> [3] <nextstrain/zika#88>
jameshadfield
added a commit
to nextstrain/ncov
that referenced
this pull request
Jul 11, 2025
This printed the reason for each executed rule but was already deprecated and always true in v7 [1] and has been removed entirely in later snakemake versions. The upgrade path is clear [2]: "Deprecated: Drop it and don't worry about anything" Note: The same changes were applied to zika [3] [1] <https://snakemake.readthedocs.io/en/v7.22.0/executing/cli.html#output> [2] <https://snakemake.readthedocs.io/en/stable/getting_started/migration.html> [3] <nextstrain/zika#88>
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.
The only change needed to support Snakemake v9 was to remove a snakemake argument which was already deprecated and a no-op in v7. So I think this can be merged now (while our runtimes are still pinned to v7).
Closes #87
Tested in a conda environment with python 3.12.2, snakemake 9.6.2, augur e6245ebd (current master, v31.2.1).