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

add timeMinutes

parent 5c250362
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@ task CallSV {
String memory = "15G"
String dockerImage = "quay.io/biocontainers/smoove:0.2.5--0"
Int timeMinutes = 1440
}
command {
......@@ -52,6 +53,8 @@ task CallSV {
runtime {
memory: memory
docker: dockerImage
time_minutes: timeMinutes
}
parameter_meta {
......
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