Skip to content

Commit

Permalink
updated CHANGES.md Dockerfile and setup.py version
Browse files Browse the repository at this point in the history
  • Loading branch information
sb43 committed Mar 31, 2021
1 parent 072bfc7 commit 3572fb3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@

## 1.2.0
* Added json config paramter to accept filtering paramaters
* removed commandline paramaters that are now read from config file
## 1.1.4
* updated regex to get genename
## 1.1.3
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup

config = {
'version': '1.1.4',
'version': '1.2.0',
'name': 'annotateVcf',
'description': 'Tool to annotate and filter vcf files...',
'author': 'Shriram Bhosle',
Expand Down

0 comments on commit 3572fb3

Please sign in to comment.