From bc1a408cdd759361faee003e6f9a00b87662d666 Mon Sep 17 00:00:00 2001 From: Ali Khan Date: Wed, 17 Apr 2024 16:23:31 -0400 Subject: [PATCH] add wildcard constraint for template was causing errors in the new download rules --- hippunfold/workflow/Snakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/hippunfold/workflow/Snakefile b/hippunfold/workflow/Snakefile index 2b939bb8..76894097 100644 --- a/hippunfold/workflow/Snakefile +++ b/hippunfold/workflow/Snakefile @@ -103,6 +103,7 @@ wildcard_constraints: density="[a-zA-Z0-9]+", atlas="[a-zA-Z0-9]+", autotop="[a-zA-Z0-9]+", + template="[a-zA-Z0-9]+", root = os.path.join(config["root"], "hippunfold")