From 23c3c7211f30c6dcfed363a82869dbfd8ae788cb Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Thu, 4 May 2023 11:22:55 +0200 Subject: [PATCH] Update snakemake to v7.25.2 --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 37445db3..e51c4c95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -186,8 +186,7 @@ RUN pip3 install envdir==1.0.1 RUN pip3 install awscli==1.27.126 # Install Snakemake and related optional dependencies. -# Pinned to 7.24.1 for stability (2023-03-13) -RUN pip3 install snakemake==7.24.1 +RUN pip3 install snakemake==7.25.2 # Google Cloud Storage package is required for Snakemake to fetch remote files # from Google Storage URIs. RUN pip3 install google-cloud-storage==2.8.0