Skip to content

Commit

Permalink
Update snakemake to v7.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed May 4, 2023
1 parent 59e6ed2 commit 23c3c72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23c3c72

Please sign in to comment.