From 3579053c2a1bd071d29eb007fe9a55462de31bd0 Mon Sep 17 00:00:00 2001
From: nikos <n.pappas@uu.nl>
Date: Fri, 18 Sep 2020 15:33:16 +0200
Subject: [PATCH] bump snakemake version to 5.24 for the pulp debug fix

---
 environment.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/environment.yml b/environment.yml
index 6bfc301..f4c1b8c 100644
--- a/environment.yml
+++ b/environment.yml
@@ -2,7 +2,7 @@ channels:
   - bioconda
   - conda-forge
 dependencies:
-  - snakemake==5.23.0
+  - snakemake==5.24.0
   - mamba==0.5.1
   # Required on my machine 
   # to produce the zenodo workflow archive
-- 
GitLab