Skip to content

Commit

Permalink
Merge pull request #43 from dkj/samtools_1.21
Browse files Browse the repository at this point in the history
samtools/htslib/bcftools 1.21
  • Loading branch information
kjsanger authored Sep 16, 2024
2 parents d7a2b35 + 1edc386 commit 10ac9f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG IRODS_VERSION="4.2.11"
ARG HTSLIB_VERSION=1.20
ARG SAMTOOLS_VERSION=1.20
ARG BCFTOOLS_VERSION=1.20
ARG HTSLIB_VERSION=1.21
ARG SAMTOOLS_VERSION=1.21
ARG BCFTOOLS_VERSION=1.21
ARG DEFLATE_VERSION=1.20

FROM ubuntu:18.04 AS samtools_build
Expand Down
6 changes: 3 additions & 3 deletions docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ samtools.$(TAG): Dockerfile
--build-arg DOCKER_TAG=$(TAG) \
--build-arg IRODS_VERSION=4.2.11 \
--build-arg BATON_VERSION=4.2.1 \
--build-arg HTSLIB_VERSION=1.20 \
--build-arg SAMTOOLS_VERSION=1.20 \
--build-arg BCFTOOLS_VERSION=1.20 \
--build-arg HTSLIB_VERSION=1.21 \
--build-arg SAMTOOLS_VERSION=1.21 \
--build-arg BCFTOOLS_VERSION=1.21 \
--build-arg DEFLATE_VERSION=1.20 \
--label org.opencontainers.image.title=$(image_names) \
--label org.opencontainers.image.source=$(git_url) \
Expand Down

0 comments on commit 10ac9f9

Please sign in to comment.