From 0eb69365ebc61264d49a8380fa6cab2f0c4e27b5 Mon Sep 17 00:00:00 2001 From: martavp Date: Thu, 14 Jan 2021 10:21:11 +0100 Subject: [PATCH] Update Snakefile Allow white space in sector_opts, e.g. to investigate sensitivity to cost of 'H2 Electrolysis' --- Snakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Snakefile b/Snakefile index 6e484aae..31370603 100644 --- a/Snakefile +++ b/Snakefile @@ -8,7 +8,7 @@ wildcard_constraints: clusters="[0-9]+m?", sectors="[+a-zA-Z0-9]+", opts="[-+a-zA-Z0-9]*", - sector_opts="[-+a-zA-Z0-9\.]*" + sector_opts="[-+a-zA-Z0-9\.\s]*"