Skip to content

Commit

Permalink
Increase Optimus retries (#160)
Browse files Browse the repository at this point in the history
* Update pipeline-tools version

* Increase Optimus maxRetries option
  • Loading branch information
samanehsan authored Jul 30, 2019
1 parent b32be2b commit e56129f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion adapter_pipelines/Optimus/adapter.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ workflow AdapterOptimus {
Int max_cromwell_retries = 0
Boolean add_md5s = false
String pipeline_tools_version = "v0.56.0"
String pipeline_tools_version = "v0.56.1"
call GetInputs as prep {
input:
Expand Down
2 changes: 1 addition & 1 deletion adapter_pipelines/Optimus/options.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"read_from_cache": true,
"backend": "PAPIv2",
"default_runtime_attributes": {
"maxRetries": 1
"maxRetries": 3
}
}
2 changes: 1 addition & 1 deletion adapter_pipelines/cellranger/adapter.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ workflow Adapter10xCount {
Int max_cromwell_retries = 0
Boolean add_md5s = false
String pipeline_tools_version = "v0.56.0"
String pipeline_tools_version = "v0.56.1"
call GetInputs {
input:
Expand Down
2 changes: 1 addition & 1 deletion adapter_pipelines/ss2_single_end/adapter.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ workflow AdapterSmartSeq2SingleCellUnpaired {
Int max_cromwell_retries = 0
Boolean add_md5s = false
String pipeline_tools_version = "v0.56.0"
String pipeline_tools_version = "v0.56.1"
call GetInputs as prep {
input:
Expand Down
2 changes: 1 addition & 1 deletion adapter_pipelines/ss2_single_sample/adapter.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ workflow AdapterSmartSeq2SingleCell{
Int max_cromwell_retries = 0
Boolean add_md5s = false
String pipeline_tools_version = "v0.56.0"
String pipeline_tools_version = "v0.56.1"
call GetInputs as prep {
input:
Expand Down

0 comments on commit e56129f

Please sign in to comment.