From d0862157eb197beb31b18d1a73746ea26b8ff855 Mon Sep 17 00:00:00 2001 From: deliaBlue Date: Fri, 8 Dec 2023 15:09:05 +0100 Subject: [PATCH] change logs dir --- workflow/Snakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/Snakefile b/workflow/Snakefile index 9f11672..e9648d6 100644 --- a/workflow/Snakefile +++ b/workflow/Snakefile @@ -46,7 +46,7 @@ onsuccess: onerror: - print("\nWORKFLOW FAILED. Check the log file in the LOGS/ directory.\n") + print("\nWORKFLOW FAILED. Check the log file in the log directory.\n") shell("cat {log} > {LOG_DIR}/failed_workflow.log")