-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version updates to support mismatchQc and fragment based analysis in …
…downstream tools
- Loading branch information
1 parent
df99461
commit dd0dad8
Showing
6 changed files
with
37 additions
and
40 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,4 +1,4 @@ | ||
FROM quay.io/wtsicgp/dockstore-cgpbigwig:2.0.1 as builder | ||
FROM quay.io/wtsicgp/dockstore-cgpbigwig:2.1.0 as builder | ||
|
||
USER root | ||
|
||
|
@@ -22,7 +22,9 @@ RUN apt-get install -yq --no-install-recommends\ | |
nettle-dev\ | ||
libp11-kit-dev\ | ||
libtasn1-dev\ | ||
libgnutls-dev | ||
libgnutls-dev\ | ||
libgd-dev\ | ||
libdb-dev | ||
|
||
RUN locale-gen en_US.UTF-8 | ||
RUN update-locale LANG=en_US.UTF-8 | ||
|
@@ -45,7 +47,7 @@ MAINTAINER [email protected] | |
|
||
LABEL vendor="Cancer, Ageing and Somatic Mutation, Wellcome Trust Sanger Institute" | ||
LABEL uk.ac.sanger.cgp.description="PCAP-core for dockstore.org" | ||
LABEL uk.ac.sanger.cgp.version="3.0.4" | ||
LABEL uk.ac.sanger.cgp.version="3.1.0" | ||
|
||
RUN apt-get -yq update | ||
RUN apt-get install -yq --no-install-recommends\ | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
class: DockerRequirement | ||
dockerPull: "quay.io/wtsicgp/dockstore-cgpmap:3.0.4" | ||
dockerPull: "quay.io/wtsicgp/dockstore-cgpmap:3.1.0" |
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