Skip to content

Commit 59e4f5d

Browse files
committed
changelog conflict
2 parents 921296a + dd2877d commit 59e4f5d

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
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

BALSAMIC/models/sbatchsubmitter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def _build_sbatch_header(self) -> str:
7171
f"#SBATCH --output={self.log_path}/BALSAMIC_snakemake_submit.{self.case_id}.%j.out",
7272
f"#SBATCH --error={self.log_path}/BALSAMIC_snakemake_submit.{self.case_id}.%j.err",
7373
"#SBATCH --ntasks=1",
74-
"#SBATCH --mem=5G",
74+
"#SBATCH --mem=500M",
7575
f"#SBATCH --time={self.max_run_hours}:00:00",
7676
f"#SBATCH --qos={self.qos}",
7777
"#SBATCH --cpus-per-task=1",

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Added:
77
Changed:
88
^^^^^^^^
99
* Updated sentieon to version 202503.01
10+
* increased runtime for a couple of small rules https://github.com/Clinical-Genomics/BALSAMIC/pull/1641
11+
* decreased memory for headjobs to 500mb https://github.com/Clinical-Genomics/BALSAMIC/pull/1641
1012

1113
Removed:
1214
^^^^^^^^

0 commit comments

Comments
 (0)