Skip to content
Snippets Groups Projects
Commit 66793bbf authored by cagaser's avatar cagaser
Browse files

small fix

parent 89b5f8ce
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ task CallSV { ...@@ -9,7 +9,7 @@ task CallSV {
File referenceFasta File referenceFasta
File referenceFastaFai File referenceFastaFai
String outputPath String outputPath
Int mem = 15 String memory = 15
String dockerImage = "quay.io/biocontainers/delly:0.8.1--h4037b6b_1" String dockerImage = "quay.io/biocontainers/delly:0.8.1--h4037b6b_1"
} }
...@@ -28,6 +28,6 @@ task CallSV { ...@@ -28,6 +28,6 @@ task CallSV {
runtime { runtime {
docker: dockerImage docker: dockerImage
memory: mem memory: memory
} }
} }
...@@ -71,7 +71,7 @@ task Germline { ...@@ -71,7 +71,7 @@ task Germline {
Boolean exome = false Boolean exome = false
Int cores = 1 Int cores = 1
Int memory = 4 String memory = 4
} }
command { command {
......
...@@ -14,7 +14,7 @@ task Merge { ...@@ -14,7 +14,7 @@ task Merge {
Int minSize = 30 Int minSize = 30
String sample String sample
String outputPath String outputPath
Int memory = 128 String memory = 128
} }
command { command {
......
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