From 31aefae93cc27e2277f13513a8fcee762b254e9a Mon Sep 17 00:00:00 2001 From: Jonas Hoersch Date: Fri, 22 Feb 2019 17:08:43 +0100 Subject: [PATCH] make_summary: Allow mixing volume and cost limit --- Snakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Snakefile b/Snakefile index 3e26051a..c24bd250 100644 --- a/Snakefile +++ b/Snakefile @@ -3,7 +3,7 @@ configfile: "config.yaml" COSTS="data/costs.csv" wildcard_constraints: - ll="(v|c)([0-9\.]+|opt|all)", # line limit, can be volume or cost + ll="(v|c)([0-9\.]+|opt|all)|all", # line limit, can be volume or cost simpl="[a-zA-Z0-9]*|all", clusters="[0-9]+m?|all", sectors="[+a-zA-Z0-9]+",