From 48f292822a5ea053da73890b9d4ff312bd81c816 Mon Sep 17 00:00:00 2001 From: MihaelaZavolan <mihaela.zavolan@unibas.ch> Date: Wed, 27 Jul 2022 21:39:24 +0000 Subject: [PATCH] fix: set correct path to scripts directory --- RUNS/JOB/quantify/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RUNS/JOB/quantify/config.yaml b/RUNS/JOB/quantify/config.yaml index 73b729f..aaa30f2 100644 --- a/RUNS/JOB/quantify/config.yaml +++ b/RUNS/JOB/quantify/config.yaml @@ -4,7 +4,7 @@ # Directories # Usually there is no need to change these output_dir: "results" -scripts_dir: "../scripts" +scripts_dir: "../../../scripts" local_log: "logs/local" cluster_log: "logs/cluster" -- GitLab