From 83db554426d2aebadfd38543c5d23fdc8d916a86 Mon Sep 17 00:00:00 2001 From: David Lougheed Date: Fri, 27 Oct 2023 16:04:42 -0400 Subject: [PATCH] chore: update pysam to 0.22 --- Dockerfile | 2 +- dev.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d500dd8..8d029a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ SHELL ["/bin/bash", "-c"] RUN apt-get update -y && \ apt-get install -y samtools tabix bcftools curl jq openjdk-17-jre && \ rm -rf /var/lib/apt/lists/* && \ - pip install --no-cache-dir gunicorn==21.2.0 "pysam>=0.21.0,<0.22.0" + pip install --no-cache-dir gunicorn==21.2.0 "pysam>=0.22.0,<0.23.0" WORKDIR / ENV CROMWELL_VERSION=86 diff --git a/dev.Dockerfile b/dev.Dockerfile index 857094d..23d60d1 100644 --- a/dev.Dockerfile +++ b/dev.Dockerfile @@ -19,7 +19,7 @@ SHELL ["/bin/bash", "-c"] RUN apt-get update -y && \ apt-get install -y samtools tabix bcftools curl jq openjdk-17-jre && \ rm -rf /var/lib/apt/lists/* && \ - pip install --no-cache-dir gunicorn==21.2.0 "pysam>=0.21.0,<0.22.0" + pip install --no-cache-dir gunicorn==21.2.0 "pysam>=0.22.0,<0.23.0" WORKDIR / ENV CROMWELL_VERSION=86