From 73d2ac6748a6fb95cbb832ba0148e11f32441c7f Mon Sep 17 00:00:00 2001 From: Ivan Blagoev Topolsky Date: Fri, 4 Oct 2024 00:13:22 +0200 Subject: [PATCH] [hack] temporary workaround against default - sra-tools 2.9 instead of 3.1 is installed --- tests/conda_tutorials_env.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conda_tutorials_env.yaml b/tests/conda_tutorials_env.yaml index 6c53f408..7342dfe2 100644 --- a/tests/conda_tutorials_env.yaml +++ b/tests/conda_tutorials_env.yaml @@ -9,4 +9,4 @@ dependencies: #- snakemake-minimal # used for some tutorials - - sra-tools + - sra-tools >=3.1 #.1