From 6a775b04d0a361eee9d4c76bb059d7849d23f895 Mon Sep 17 00:00:00 2001 From: Veronique Legrand <vlegrand@pasteur.fr> Date: Thu, 28 Jan 2021 17:50:53 +0100 Subject: [PATCH] removed unuseful traces --- _modules/main_utils.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_modules/main_utils.py b/_modules/main_utils.py index a2b78d4..0e5108a 100755 --- a/_modules/main_utils.py +++ b/_modules/main_utils.py @@ -231,7 +231,7 @@ class inputRawDataArgs: self.paired=paired self.host=host self.nrt=nrt - print("self.nrt=",nrt) + #print("self.nrt=",nrt) if (self.nrt==True): print("running nrt tests") @@ -351,11 +351,11 @@ class technicalParms: self.dir_seq_mm=dir_seq_mm if core == None: self.core = 1 - print("mean=",mean) - print("self.core=",self.core) + #print("mean=",mean) + #print("self.core=",self.core) self.limit_coverage = max(50, mean * 2) / float(self.core) - print(self.limit_coverage) - print(type(self.limit_coverage)) + #print(self.limit_coverage) + #print(type(self.limit_coverage)) if gpu ==True and self.core > 1: print("Choose either multicore or gpu!") exit(1) -- GitLab