Skip to content

Commit 506c167

Browse files
authored
Merge pull request #85 from icgc-argo/payload-gen-variant-calling.0.3.2.0
update base docker image to address #84
2 parents 69d0bd2 + 70906d5 commit 506c167

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

tools/payload-gen-variant-calling/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.7.5-slim-buster
1+
FROM python:3.7.9
22

33
RUN groupadd -g 1000 ubuntu &&\
44
useradd -l -u 1000 -g ubuntu ubuntu &&\

tools/payload-gen-variant-calling/payload-gen-variant-calling.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*/
2323

2424
nextflow.enable.dsl = 2
25-
version = '0.3.1.0'
25+
version = '0.3.2.0'
2626

2727
params.normal_analysis = ""
2828
params.tumour_analysis = ""

tools/payload-gen-variant-calling/tests/checker.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ params.wf_short_name = ""
3131
params.wf_version = ""
3232
params.cpus = 1
3333
params.mem = 1 // GB
34-
params.publish_dir = "out"
34+
params.publish_dir = "outdir"
3535

3636
include { payloadGenVariantCalling } from "../payload-gen-variant-calling" params(params)
3737

0 commit comments

Comments
 (0)