From c2e2450bd55137a613c890078379a3a5bd602c5e Mon Sep 17 00:00:00 2001 From: Alexander Blume Date: Tue, 23 Jul 2024 13:43:22 +0200 Subject: [PATCH] update config layout --- snakefile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/snakefile.py b/snakefile.py index 257d41c..3cd1045 100644 --- a/snakefile.py +++ b/snakefile.py @@ -25,6 +25,7 @@ include : os.path.join(config['locations']['pkglibexecdir'], 'scripts/update_pigx_work.py') include : os.path.join(config['locations']['pkglibexecdir'], 'scripts/validate_config.py') +config = update_config_layout(config) validate_config(config) update_pigx_work(config)