From f26cdc132b9bf20c31fdabe3a815c828415cce5c Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Fri, 18 Feb 2022 11:21:05 +0100 Subject: [PATCH] add wildcard constraint for weather year --- Snakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Snakefile b/Snakefile index b4b5b98f..fe6242a1 100644 --- a/Snakefile +++ b/Snakefile @@ -18,7 +18,7 @@ ATLITE_NPROCESSES = config['atlite'].get('nprocesses', 4) wildcard_constraints: - year="[0-9]*", + weather_year="[0-9]*", simpl="[a-zA-Z0-9]*|all", clusters="[0-9]+m?|all", ll="(v|c)([0-9\.]+|opt|all)|all",