From d4774169d2e29ef6208934f19ac229d6dad4d770 Mon Sep 17 00:00:00 2001 From: Niklaus Johner Date: Wed, 31 Jul 2024 15:18:13 +0200 Subject: [PATCH] Add setuptools to checkm environment. Newer versions of python do not include setuptools anymore, which breaks checkm. I have also opened an issue with checkm as I think they should fix that (https://github.com/Ecogenomics/CheckM/issues/403). --- conda/checkm.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/conda/checkm.yaml b/conda/checkm.yaml index 8a3f5786d..2aa13468a 100644 --- a/conda/checkm.yaml +++ b/conda/checkm.yaml @@ -4,3 +4,4 @@ channels: - bioconda dependencies: - checkm-genome=1.2.3 + - setuptools