From 254e68a56799e30683271957f1547f20c4776391 Mon Sep 17 00:00:00 2001
From: Christopher Schmied <schmied@mpi-cbg.de>
Date: Thu, 9 Jul 2015 00:22:15 +0200
Subject: [PATCH] Test generic .yaml file

---
 spim_registration/timelapse/Snakefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/spim_registration/timelapse/Snakefile b/spim_registration/timelapse/Snakefile
index 9cea6ea..c6564b7 100755
--- a/spim_registration/timelapse/Snakefile
+++ b/spim_registration/timelapse/Snakefile
@@ -7,13 +7,13 @@ if JOBDIR[-1] != "/": # this checks if jobdir ends with slash if not it adds a s
    JOBDIR+="/"
 
 # Test config file single Channel:
-configfile: "single_test.yaml"
+# configfile: "single_test.yaml"
 
 # Test config file dual channel one channel contains beads:
 # configfile: "dual_OneChannel.yaml"
 
 # data specific config file, expected to be inside JOBDIR
-# configfile: "tomancak_test_cluster.yaml"
+configfile: "*.yaml"
 
 padding_format = "{0:0"+str(padding_of_file_id(int(config["common"]["ntimepoints"])))+"d}"
 ds_format = "-"+padding_format+"-00.h5"
-- 
GitLab