diff --git a/workflow/rules/statistics.smk b/workflow/rules/statistics.smk index d48a7fe6dc14b1ad5e2fc5a2ce3d22d236b66417..5454921a21e58562b06f06ea095e55293cfbca97 100644 --- a/workflow/rules/statistics.smk +++ b/workflow/rules/statistics.smk @@ -31,7 +31,7 @@ rule get_sequence_identity: output: seq_identities= RESULT_DIR / 'statistics/clustering/seq_identity.csv' conda: - "../envs/plot_mutations_env.yaml" + "../envs/seq_identities_env.yaml" threads: 1 script: "../scripts/get_seq_identity.py"