Skip to content
Snippets Groups Projects
Commit cd64c02f authored by Cats's avatar Cats
Browse files

add some # !UnknownRuntimeKey

parent 6581d965
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ task GRIDSS {
runtime {
cpu: threads
memory: "~{jvmHeapSizeGb + 1}G"
time_minutes: timeMinutes
time_minutes: timeMinutes # !UnknownRuntimeKey
docker: dockerImage
}
......@@ -124,7 +124,7 @@ task AnnotateInsertedSequence {
runtime {
cpu: threads
memory: memory
time_minutes: timeMinutes
time_minutes: timeMinutes # !UnknownRuntimeKey
docker: dockerImage
}
......
......@@ -54,7 +54,7 @@ task ApplicationKt {
runtime {
memory: memory
time_minutes: timeMinutes
time_minutes: timeMinutes # !UnknownRuntimeKey
docker: dockerImage
}
......@@ -100,7 +100,7 @@ task HardFilterApplicationKt {
runtime {
memory: memory
time_minutes: timeMinutes
time_minutes: timeMinutes # !UnknownRuntimeKey
docker: dockerImage
}
......
......@@ -45,7 +45,7 @@ task SnpEff {
runtime {
docker: dockerImage
time_minutes: timeMinutes
time_minutes: timeMinutes # !UnknownRuntimeKey
memory: memory
}
......
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