Skip to content

Commit dd2877d

Browse files
committed
changelog
1 parent 9009cc2 commit dd2877d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

BALSAMIC/constants/workflow_profile/config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Added:
66

77
Changed:
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

1012
Removed:
1113
^^^^^^^^

0 commit comments

Comments
 (0)