We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d1b15 commit 76809dbCopy full SHA for 76809db
Dockerfile
@@ -40,7 +40,7 @@ RUN pip3 install --install-option="--prefix=$CGP_OPT/python-lib" dist/$(ls -1 di
40
FROM ubuntu:20.04
41
42
LABEL uk.ac.sanger.cgp="Cancer Genome Project, Wellcome Sanger Institute" \
43
- version="1.0.0" \
+ version="1.1.0" \
44
description="Tool to perform TA repeat bed coverage analysis"
45
46
### security upgrades and cleanup
requirements.txt
@@ -6,9 +6,9 @@ future==0.18.2
6
importlib-metadata==4.6.3
7
iniconfig==1.1.1
8
mando==0.6.4
9
-numpy
+numpy==1.21.1
10
packaging==21.0
11
-pandas
+pandas==1.3.1
12
pluggy==0.13.1
13
py==1.10.0
14
pyparsing==2.4.7
0 commit comments