-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added json config paramter to accept filtering paramaters * removed commandline paramaters that are now read from config file
- Loading branch information
Showing
3 changed files
with
7 additions
and
3 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 |
---|---|---|
|
@@ -3,7 +3,7 @@ USER root | |
|
||
MAINTAINER [email protected] | ||
|
||
ENV ANNOTATEVCF_VER '1.1.4' | ||
ENV ANNOTATEVCF_VER '1.2.0' | ||
|
||
# install system tools | ||
RUN apt-get -yq update | ||
|
@@ -40,7 +40,7 @@ RUN pip3 install --install-option="--prefix=$CGP_OPT/python-lib" dist/$(ls -1 di | |
FROM ubuntu:20.04 | ||
|
||
LABEL uk.ac.sanger.cgp="Cancer Genome Project, Wellcome Sanger Institute" \ | ||
version="1.0.0" \ | ||
version="1.2.0" \ | ||
description="Tool to perform vcf file annotation" | ||
|
||
### security upgrades and cleanup | ||
|
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