Skip to content

Commit

Permalink
added maxretries to the task
Browse files Browse the repository at this point in the history
  • Loading branch information
yueyaog committed May 22, 2024
1 parent 352dd31 commit 604207e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PECGS-QUICviz/QUICviz.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ task QUICviz {
File oncotatedCalledTumor
Int memory = 16
Int cpu = 4
Int maxRetries = 3
}
command <<<
set -e
Expand Down Expand Up @@ -93,5 +94,6 @@ task QUICviz {
memory: memory + " GB"
cpu: cpu
disks: "local-disk 100 HDD"
maxRetries: maxRetries
}
}

0 comments on commit 604207e

Please sign in to comment.