-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
27 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,4 @@ | |
/MYMETA.yml | ||
/reports | ||
.vstags | ||
*.sif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.3" | ||
ENV VER_CAVEMAN="1.15.4" | ||
ENV VER_BEDTOOLS="2.27.1" | ||
ENV VER_CGPCAVEPOSTPROC="1.12.0" | ||
|
||
|
@@ -20,6 +20,8 @@ RUN apt-get install -yq --no-install-recommends zlib1g-dev | |
RUN apt-get install -yq --no-install-recommends libbz2-dev | ||
RUN apt-get install -yq --no-install-recommends liblzma-dev | ||
RUN apt-get install -yq --no-install-recommends libcurl4-openssl-dev | ||
RUN apt-get install -yq --no-install-recommends wget | ||
RUN apt-get install -yq --no-install-recommends unzip | ||
|
||
|
||
RUN locale-gen en_US.UTF-8 | ||
|
@@ -45,7 +47,7 @@ FROM ubuntu:20.04 | |
|
||
LABEL maintainer="[email protected]" \ | ||
uk.ac.sanger.cgp="Cancer, Ageing and Somatic Mutation, Wellcome Trust Sanger Institute" \ | ||
version="1.19.2" \ | ||
version="1.19.0" \ | ||
description="cgpCaVEManWrapper docker" | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters