From fe9be4412e5206db717cd0de1149d5d72807c4f8 Mon Sep 17 00:00:00 2001 From: LaraFuhrmann <55209716+LaraFuhrmann@users.noreply.github.com> Date: Fri, 27 Oct 2023 15:47:24 +0200 Subject: [PATCH] update resources --- .../resources/local_haplotype_setup/workflow/Snakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/auxiliary_workflows/benchmark/resources/local_haplotype_setup/workflow/Snakefile b/resources/auxiliary_workflows/benchmark/resources/local_haplotype_setup/workflow/Snakefile index 3f863dc7..da248c08 100644 --- a/resources/auxiliary_workflows/benchmark/resources/local_haplotype_setup/workflow/Snakefile +++ b/resources/auxiliary_workflows/benchmark/resources/local_haplotype_setup/workflow/Snakefile @@ -253,7 +253,7 @@ use rule run_method_local from distance as distance_run_method_local_global with threads: 30 resources: mem_mb=60024, - runtime=14400, + runtime=10*24*60, use rule performance_measures_local from distance as distance_performance_measures_local with: @@ -341,7 +341,7 @@ use rule run_method_local from realdata as realdata_run_method_local_global with threads: 30 resources: mem_mb=60024, - runtime=15400, + runtime=15*24*60, use rule performance_measures_local from realdata as realdata_performance_measures_local with: