Skip to content

Commit b76797f

Browse files
authored
Merge pull request #86 from icgc-argo/prep-mutect2-qc.0.1.1.0
Prep mutect2 qc.0.1.1.0
2 parents 506c167 + a242f02 commit b76797f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

tools/prep-mutect2-qc/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/prep-mutect2-qc/prep-mutect2-qc.nf

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

2525
nextflow.enable.dsl = 2
26-
version = '0.1.0.0'
26+
version = '0.1.1.0'
2727

2828
params.qc_files = ""
2929
params.container_version = ""

tools/prep-mutect2-qc/tests/checker.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
nextflow.enable.dsl=2
2525

2626
params.qc_files = ""
27-
params.publish_dir = "out"
27+
params.publish_dir = "outdir"
2828

2929
include { prepMutect2Qc } from '../prep-mutect2-qc'
3030

0 commit comments

Comments
 (0)