From 938e2c7b586dc1b5f16c489c9e31fc910d1e37b4 Mon Sep 17 00:00:00 2001 From: LaraFuhrmann <55209716+LaraFuhrmann@users.noreply.github.com> Date: Tue, 17 Oct 2023 15:35:46 +0200 Subject: [PATCH] conda enviroment --- .../benchmark/workflow/envs/performance_measures.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/auxiliary_workflows/benchmark/workflow/envs/performance_measures.yaml b/resources/auxiliary_workflows/benchmark/workflow/envs/performance_measures.yaml index 64e0d1fb0..f3ff84a78 100644 --- a/resources/auxiliary_workflows/benchmark/workflow/envs/performance_measures.yaml +++ b/resources/auxiliary_workflows/benchmark/workflow/envs/performance_measures.yaml @@ -3,6 +3,7 @@ channels: - bioconda - defaults dependencies: + - python >=3.7 - pandas = 1.3.4 - cyvcf2 = 0.30.14 - humanize = 3.13.1