Skip to content

Commit

Permalink
added maxtry to reduce the error
Browse files Browse the repository at this point in the history
  • Loading branch information
yueyaog committed Jun 18, 2024
1 parent 1c691d1 commit 2c2bc84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CoverageProfiler/CoverageProfiler.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ workflow coverageProfile {
cpu: select_first([cpu, 1])
docker: samtools_docker
disks: "local-disk 500 SSD"
preemptible: 0
maxRetries: 3
}
}
task CovProfileViz {
Expand Down

0 comments on commit 2c2bc84

Please sign in to comment.