From 4b4f63d54d8ecfe1cb5bf0e0e91b2677b88ecc28 Mon Sep 17 00:00:00 2001 From: ismathsadhir <163281544+ismathsadhir@users.noreply.github.com> Date: Sat, 16 Mar 2024 20:54:25 +0100 Subject: [PATCH] Update antismash.yml to specify antismash version to circumvent download error --- ENVS/antismash.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ENVS/antismash.yml b/ENVS/antismash.yml index f1c1de4..90456eb 100644 --- a/ENVS/antismash.yml +++ b/ENVS/antismash.yml @@ -3,6 +3,6 @@ channels: - bioconda - conda-forge dependencies: - - antismash + - antismash=7.1.0-0 - biopython - numpy