File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
BALSAMIC/constants/workflow_profile Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ set-resources:
9999 runtime : 360
100100 bedtools_pad_bedfile :
101101 mem_mb : min(230000, 1000 * attempt)
102- runtime : 20
102+ runtime : 40
103103 vardict_sort :
104104 mem_mb : min(230000, 15000 * attempt)
105105 runtime : 30
@@ -200,10 +200,10 @@ set-resources:
200200 runtime : 350
201201 mem_mb : min(230000, 40000 * attempt)
202202 bedtools_sort_and_merge :
203- runtime : 20
203+ runtime : 40
204204 mem_mb : min(230000, 400 * attempt)
205205 extend_short_bedregions :
206- runtime : 20
206+ runtime : 40
207207 mem_mb : min(230000, 400 * attempt)
208208 create_coverage :
209209 runtime : 360
Original file line number Diff line number Diff line change 66
77Changed:
88^^^^^^^^
9+ * increased runtime for a couple of small rules https://github.com/Clinical-Genomics/BALSAMIC/pull/1641
10+ * decreased memory for headjobs to 500mb https://github.com/Clinical-Genomics/BALSAMIC/pull/1641
911
1012Removed:
1113^^^^^^^^
You can’t perform that action at this time.
0 commit comments