Snakefile: fix regex for weather year to allow empty

This commit is contained in:
Fabian Neumann 2022-06-15 14:14:36 +02:00
parent 5cc6e9e18a
commit 95b01735c8

View File

@ -18,7 +18,7 @@ ATLITE_NPROCESSES = config['atlite'].get('nprocesses', 4)
wildcard_constraints:
weather_year="[0-9]{4}|$",
weather_year="[0-9]{4}|",
simpl="[a-zA-Z0-9]*|all",
clusters="[0-9]+m?|all",
ll="(v|c)([0-9\.]+|opt|all)|all",