From b3ccf81ff22f10a023ffeafc144b045fd2611f33 Mon Sep 17 00:00:00 2001
From: Christopher Schmied <schmied@mpi-cbg.de>
Date: Sun, 5 Jul 2015 19:17:20 +0200
Subject: [PATCH] Introduced localrules for running small jobs on head node

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

diff --git a/spim_registration/timelapse/Snakefile b/spim_registration/timelapse/Snakefile
index 4aa60fa..c150fd4 100755
--- a/spim_registration/timelapse/Snakefile
+++ b/spim_registration/timelapse/Snakefile
@@ -27,6 +27,10 @@ rule done:
     input: [ ds + "_output_hdf5" for ds in datasets ]
     #input: [ ds + "_fusion" for ds in datasets ]
     
+localrules: define_xml_czi, define_xml_tif, hdf5_xml, xml_merge, timelapse, 
+	    duplicate_transformations, external_transform, define_output,
+	    hdf5_xml_output
+    
 rule resave_prepared:
     input: expand("{dataset}.{suffix}",dataset=[ config["common"]["hdf5_xml_filename"] ], suffix=["xml","h5"])
 
-- 
GitLab