From 1c5a2c79d0cdde17cb2aadebf669c6700cc50ca4 Mon Sep 17 00:00:00 2001 From: pipaj97 <61475289+pipaj97@users.noreply.github.com> Date: Wed, 28 Sep 2022 22:45:30 +0200 Subject: [PATCH] fix env for sequence identities --- workflow/rules/statistics.smk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/rules/statistics.smk b/workflow/rules/statistics.smk index d48a7fe..5454921 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" -- GitLab