Skip to content

Commit 33ea427

Browse files
committed
adding a docker container for the module
1 parent 458260c commit 33ea427

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

conf/docker.config

+4
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@ process {
1616
container = 'quay.io/biocontainers/multiqc:1.9--pyh9f0ad1d_0'
1717
}
1818

19+
withName:
20+
'DOWNLOAD_GATK_JAR' {
21+
container = 'alpine:3.14'
22+
}
1923
}

0 commit comments

Comments
 (0)