Skip to content

Commit

Permalink
Adjust default resources with min and maxes
Browse files Browse the repository at this point in the history
  • Loading branch information
yashpatel6 committed Dec 20, 2024
1 parent c5b6c6f commit 9125ad6
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions config/resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -1056,13 +1056,13 @@
},
"run_RealignerTargetCreator_GATK": {
"cpus": {
"min": 6,
"fraction": 0.08,
"min": 2,
"fraction": 0.10,
"max": 6
},
"memory": {
"min": "10 GB",
"fraction": 0.07,
"min": "4 GB",
"fraction": 0.10,
"max": "10 GB"
},
"retry_strategy": {
Expand All @@ -1074,13 +1074,13 @@
},
"run_IndelRealigner_GATK": {
"cpus": {
"min": 6,
"fraction": 0.08,
"min": 2,
"fraction": 0.10,
"max": 6
},
"memory": {
"min": "10 GB",
"fraction": 0.07,
"min": "4 GB",
"fraction": 0.10,
"max": "10 GB"
},
"retry_strategy": {
Expand All @@ -1097,7 +1097,7 @@
"max": 1
},
"memory": {
"min": "72 GB",
"min": "1 GB",
"fraction": 0.53,
"max": "72 GB"
},
Expand Down Expand Up @@ -1133,8 +1133,8 @@
"max": 2
},
"memory": {
"min": "8 GB",
"fraction": 0.06,
"min": "4 GB",
"fraction": 0.10,
"max": "8 GB"
},
"retry_strategy": {
Expand All @@ -1151,8 +1151,8 @@
"max": 2
},
"memory": {
"min": "8 GB",
"fraction": 0.06,
"min": "4 GB",
"fraction": 0.10,
"max": "8 GB"
},
"retry_strategy": {
Expand Down Expand Up @@ -1187,9 +1187,9 @@
"max": 1
},
"memory": {
"min": "5 GB",
"fraction": 0.04,
"max": "5 GB"
"min": "3 GB",
"fraction": 0.05,
"max": "10 GB"
},
"retry_strategy": {
"memory": {
Expand All @@ -1205,9 +1205,9 @@
"max": 1
},
"memory": {
"min": "5 GB",
"fraction": 0.04,
"max": "5 GB"
"min": "3 GB",
"fraction": 0.05,
"max": "10 GB"
},
"retry_strategy": {
"memory": {
Expand All @@ -1223,8 +1223,8 @@
"max": 1
},
"memory": {
"min": "10 GB",
"fraction": 0.07,
"min": "4 GB",
"fraction": 0.10,
"max": "10 GB"
},
"retry_strategy": {
Expand Down

0 comments on commit 9125ad6

Please sign in to comment.