From 23987f3a82dff97cf1d69caf898e3ce886a41220 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Mon, 6 Mar 2023 17:41:48 +0100 Subject: [PATCH] re-allow 'all' clusters wilcard value --- Snakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Snakefile b/Snakefile index 015221f0..e09782eb 100644 --- a/Snakefile +++ b/Snakefile @@ -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]*"