From 568d0eaeae44bf83a1c7ccb3bbd8b32c1aac403a Mon Sep 17 00:00:00 2001 From: Christopher Schmied <schmied@mpi-cbg.de> Date: Thu, 9 Jul 2015 00:32:41 +0200 Subject: [PATCH] Wildcard for .yaml file does not work --- spim_registration/timelapse/Snakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spim_registration/timelapse/Snakefile b/spim_registration/timelapse/Snakefile index c6564b7..4a41cde 100755 --- a/spim_registration/timelapse/Snakefile +++ b/spim_registration/timelapse/Snakefile @@ -13,7 +13,7 @@ if JOBDIR[-1] != "/": # this checks if jobdir ends with slash if not it adds a s # configfile: "dual_OneChannel.yaml" # data specific config file, expected to be inside JOBDIR -configfile: "*.yaml" +configfile: "2015-05-18_LZ2_Stock46.yaml" padding_format = "{0:0"+str(padding_of_file_id(int(config["common"]["ntimepoints"])))+"d}" ds_format = "-"+padding_format+"-00.h5" -- GitLab