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

modify delly.wdl: replaced string "5G" to integer 5 in memory runtime

parent 04d2a805
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ task CallSV {
IndexedBamFile bamFile
Reference reference
String outputPath
Int mem = 5
}
......@@ -25,7 +26,7 @@ task CallSV {
runtime {
docker: "quay.io/biocontainers/delly:0.8.1--h4037b6b_1"
memory: "5G"
memory: mem
}
}
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