Skip to content

Commit

Permalink
bump caveman version
Browse files Browse the repository at this point in the history
  • Loading branch information
blex-max committed Nov 15, 2024
1 parent ed62e8f commit 84917ae
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 @@ -5,7 +5,7 @@ USER root
# ALL tool versions used by opt-build.sh
ENV VER_VCFTOOLS="0.1.16"
ENV VER_CGPVCF="v2.2.1"
ENV VER_CAVEMAN="1.15.4"
ENV VER_CAVEMAN="1.15.5"
ENV VER_BEDTOOLS="2.27.1"
ENV VER_CGPCAVEPOSTPROC="1.12.0"

Expand Down
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# need to keep in sync with Dockerfile
export VER_VCFTOOLS="0.1.16"
export VER_CGPVCF="v2.2.1"
export VER_CAVEMAN="1.15.0"
export VER_CAVEMAN="1.15.5"
export VER_BEDTOOLS="2.27.1"
export VER_CGPCAVEPOSTPROC="1.12.0"

Expand Down

0 comments on commit 84917ae

Please sign in to comment.