Skip to content
Snippets Groups Projects
Commit fadb9017 authored by Ruben Vorderman's avatar Ruben Vorderman
Browse files

Markduplicates dockerimage

parent 70811600
No related branches found
No related tags found
No related merge requests found
...@@ -280,7 +280,7 @@ task MarkDuplicates { ...@@ -280,7 +280,7 @@ task MarkDuplicates {
Int memory = 8 Int memory = 8
Float memoryMultiplier = 3.0 Float memoryMultiplier = 3.0
String dockerTag = "2.18.26--0" String dockerImage = "quay.io/biocontainers/picard:2.18.26--0"
# The program default for READ_NAME_REGEX is appropriate in nearly every case. # The program default for READ_NAME_REGEX is appropriate in nearly every case.
# Sometimes we wish to supply "null" in order to turn off optical duplicate detection # Sometimes we wish to supply "null" in order to turn off optical duplicate detection
...@@ -319,7 +319,7 @@ task MarkDuplicates { ...@@ -319,7 +319,7 @@ task MarkDuplicates {
} }
runtime { runtime {
docker: "quay.io/biocontainers/picard:" + dockerTag docker: dockerImage
memory: ceil(memory * memoryMultiplier) memory: ceil(memory * memoryMultiplier)
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment