Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix snakemake rule existence checks #1084

Merged
merged 1 commit into from Sep 20, 2023
Merged

Conversation

jameshadfield
Copy link
Member

We use the existence of certain rules to control the DAG and the way rules are stored internally changed in snakemake 7.32.1 snakemake/snakemake@65c79a4

This functionality is (probably?) only used for internal nextstrain builds where we use the auspice_config rule to programmatically generate the config.

On 2023-09-14 we updated snakemake from 7.24.1 to 7.32.3 in our docker image. This caused our nCoV builds to (incorrectly) use the default auspice-config JSON rather than call the auspice_config rule to generate it. This can be seen by comparing the datasets from Sept 12th and Sept 15th

@jameshadfield jameshadfield requested a review from a team September 20, 2023 04:04
We use the existence of certain rules to control the DAG and the way
rules are stored internally changed in snakemake 7.32.1
<snakemake/snakemake@65c79a4>

This functionality is (probably?) only used for internal nextstrain builds
where we use the `auspice_config` rule to programmatically generate the
config.
@jameshadfield jameshadfield merged commit 183dd85 into master Sep 20, 2023
13 checks passed
@jameshadfield jameshadfield deleted the fix/snakemake-7.32.1 branch September 20, 2023 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants