File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
constants/workflow_profile Expand file tree Collapse file tree 3 files changed +6
-4
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 @@ -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" ,
Original file line number Diff line number Diff line change 77Changed:
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
1113Removed:
1214^^^^^^^^
You can’t perform that action at this time.
0 commit comments