Skip to content

Commit

Permalink
chore: update pysam to 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Oct 27, 2023
1 parent 036b022 commit 83db554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83db554

Please sign in to comment.