From 4679925b6e8936a52d2aba1296b89d028d62402d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pontus=20H=C3=B6jer?= Date: Mon, 3 Feb 2025 10:36:41 +0100 Subject: [PATCH] limit build until https://github.com/bioconda/bioconda-recipes/issues/53639 is fixed --- src/blr/envs/manta.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/blr/envs/manta.yml b/src/blr/envs/manta.yml index 000dd6b8..34535842 100644 --- a/src/blr/envs/manta.yml +++ b/src/blr/envs/manta.yml @@ -4,6 +4,6 @@ channels: - bioconda - nodefaults dependencies: - - bioconda::manta=1.6.0 + - bioconda::manta[version=1.6.0, build=*_3] - bioconda::samtools=1.12 - - conda-forge::python<3 + - conda-forge::python=2.7*