-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update base image to Ubuntu 20.04
- Loading branch information
Showing
9 changed files
with
42 additions
and
16 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
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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
FROM ubuntu:16.04 as builder | ||
FROM ubuntu:20.04 as builder | ||
|
||
USER root | ||
|
||
# ALL tool versions used by opt-build.sh | ||
# ensure updated in setup.sh too | ||
ENV VER_BEDTOOLS="2.28.0" | ||
ENV VER_VCFTOOLS="0.1.16" | ||
ENV VER_BIODBHTS="2.10" | ||
ENV VER_HTSLIB="1.9" | ||
ENV VER_SAMTOOLS="1.9" | ||
ENV VER_BIODBHTS="3.01" | ||
ENV VER_HTSLIB="1.10.2" | ||
ENV VER_SAMTOOLS="1.10" | ||
|
||
RUN apt-get -yq update | ||
RUN apt-get install -yq --no-install-recommends \ | ||
|
@@ -49,7 +49,7 @@ RUN bash build/opt-build.sh $OPT | |
COPY . . | ||
RUN bash build/opt-build-local.sh $OPT | ||
|
||
FROM ubuntu:16.04 | ||
FROM ubuntu:20.04 | ||
|
||
LABEL maintainer="[email protected]" \ | ||
uk.ac.sanger.cgp="Cancer, Ageing and Somatic Mutation, Wellcome Trust Sanger Institute" \ | ||
|
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
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
Binary file not shown.
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package Sanger::CGP::Vagrent; | ||
|
||
##########LICENCE########## | ||
# Copyright (c) 2014-2019 Genome Research Ltd. | ||
# Copyright (c) 2014-2020 Genome Research Ltd. | ||
# | ||
# Author: CASM/Cancer IT - [email protected] | ||
# | ||
|
@@ -26,7 +26,7 @@ use strict; | |
use Const::Fast qw(const); | ||
|
||
use base 'Exporter'; | ||
our $VERSION = '3.6.1'; | ||
our $VERSION = '3.7.0'; | ||
our @EXPORT = qw($VERSION); | ||
|
||
1; |
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