From 40732d06ea59fc35eaf4122c883907770c54774d Mon Sep 17 00:00:00 2001
From: james94 <james94@mi.fu-berlin.de>
Date: Wed, 10 Mar 2021 20:57:03 +0100
Subject: [PATCH] snakefile missing object

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

diff --git a/Snakefile b/Snakefile
index c3d7e49..86d9cdb 100644
--- a/Snakefile
+++ b/Snakefile
@@ -99,8 +99,8 @@ else:
 #     return False
 #
 
-
-print("the number of threads to be used is", max_threads)
+# 
+# print("the number of threads to be used is", max_threads)
 
 if "Results" not in config:
         config["Results"] = "results"
-- 
GitLab