Skip to content

Commit

Permalink
Merge pull request #9 from eastgenomics/S1_timeout_fix
Browse files Browse the repository at this point in the history
S1 timeout fix (#9)
  • Loading branch information
Addy81 authored Sep 1, 2023
2 parents 79dd3f4 + cad61d3 commit 2811e62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dxapp.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "GATKgCNV_call",
"summary": "GATK gCNV germline CNV caller",
"dxapi": "1.0.0",
"version": "1.0.1",
"version": "1.0.2",
"inputSpec": [
{
"name": "GATK_docker",
Expand Down Expand Up @@ -141,7 +141,7 @@
"file": "src/GATK_gCNVcaller.sh",
"timeoutPolicy": {
"*": {
"hours": 2
"hours": 3
}
},
"assetDepends": [
Expand Down Expand Up @@ -176,7 +176,7 @@
"aws:eu-central-1": {
"systemRequirements": {
"*": {
"instanceType": "mem1_ssd1_v2_x8"
"instanceType": "mem2_ssd1_v2_x8"
}
}
}
Expand Down

0 comments on commit 2811e62

Please sign in to comment.