This repository has been archived by the owner on Aug 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
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
8 changed files
with
217 additions
and
62 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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
### 2.0.0 | ||
* See [dockstore-cgp:2.0.0](https://github.com/cancerit/dockstore-cgpmap/releases/tag/2.0.0) | ||
* Streamlined install process to reduce build time and size of image. | ||
* Fix to SNV flagging - was not being applied previously. | ||
|
||
### 1.0.4 | ||
* Updates base image to add load management facilities via ENV variables. | ||
|
||
### 1.0.3 | ||
* Add params file to output bindings | ||
|
||
### 1.0.2 | ||
* Fix up output files slightly | ||
* Update base image for dependency (PCAP-core etc) | ||
|
||
### 1.0.1 | ||
* Fixes handling of species/assembly | ||
* Update base image (PCAP-core etc) | ||
|
||
### 1.0.0 | ||
Initial release of flow |
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,16 +1,17 @@ | ||
FROM quay.io/wtsicgp/dockstore-cgpmap:1.0.8 | ||
FROM quay.io/wtsicgp/dockstore-cgpmap:2.0.0 | ||
|
||
MAINTAINER [email protected] | ||
|
||
LABEL uk.ac.sanger.cgp="Cancer Genome Project, Wellcome Trust Sanger Institute" \ | ||
version="1.0.4" \ | ||
version="2.0.0" \ | ||
description="The CGP WXS pipeline for dockstore.org" | ||
|
||
USER root | ||
|
||
ENV OPT /opt/wtsi-cgp | ||
ENV PATH $OPT/bin:$PATH | ||
ENV PERL5LIB $OPT/lib/perl5 | ||
ENV LD_LIBRARY_PATH $OPT/lib | ||
|
||
ADD build/apt-build.sh build/ | ||
RUN bash build/apt-build.sh | ||
|
@@ -19,7 +20,7 @@ ADD build/perllib-build.sh build/ | |
RUN bash build/perllib-build.sh | ||
|
||
ADD build/opt-build.sh build/ | ||
RUN bash build/opt-build.sh | ||
RUN bash build/opt-build.sh $OPT | ||
|
||
ADD scripts/analysisWXS.sh $OPT/bin/analysisWXS.sh | ||
ADD scripts/ds-wrapper.pl $OPT/bin/ds-wrapper.pl | ||
|
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
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