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