We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 506c167 + a242f02 commit b76797fCopy full SHA for b76797f
3 files changed
tools/prep-mutect2-qc/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.7.5-slim-buster
+FROM python:3.7.9
2
3
RUN groupadd -g 1000 ubuntu &&\
4
useradd -l -u 1000 -g ubuntu ubuntu &&\
tools/prep-mutect2-qc/prep-mutect2-qc.nf
@@ -23,7 +23,7 @@
23
*/
24
25
nextflow.enable.dsl = 2
26
-version = '0.1.0.0'
+version = '0.1.1.0'
27
28
params.qc_files = ""
29
params.container_version = ""
tools/prep-mutect2-qc/tests/checker.nf
@@ -24,7 +24,7 @@
nextflow.enable.dsl=2
-params.publish_dir = "out"
+params.publish_dir = "outdir"
include { prepMutect2Qc } from '../prep-mutect2-qc'
30
0 commit comments