re-allow 'all' clusters wilcard value

This commit is contained in:
Fabian Neumann 2023-03-06 17:41:48 +01:00
parent ab501f3eb6
commit 23987f3a82

View File

@ -25,7 +25,7 @@ ATLITE_NPROCESSES = config["atlite"].get("nprocesses", 4)
wildcard_constraints:
simpl="[a-zA-Z0-9]*",
clusters="[0-9]+m?",
clusters="[0-9]+m?|all",
ll="(v|c)([0-9\.]+|opt)",
opts="[-+a-zA-Z0-9\.]*",
sector_opts="[-+a-zA-Z0-9\.\s]*"