Skip to content
Snippets Groups Projects
Commit 6a775b04 authored by Veronique Legrand's avatar Veronique Legrand
Browse files

removed unuseful traces

parent 5c07cccc
No related branches found
No related tags found
No related merge requests found
...@@ -231,7 +231,7 @@ class inputRawDataArgs: ...@@ -231,7 +231,7 @@ class inputRawDataArgs:
self.paired=paired self.paired=paired
self.host=host self.host=host
self.nrt=nrt self.nrt=nrt
print("self.nrt=",nrt) #print("self.nrt=",nrt)
if (self.nrt==True): if (self.nrt==True):
print("running nrt tests") print("running nrt tests")
...@@ -351,11 +351,11 @@ class technicalParms: ...@@ -351,11 +351,11 @@ class technicalParms:
self.dir_seq_mm=dir_seq_mm self.dir_seq_mm=dir_seq_mm
if core == None: if core == None:
self.core = 1 self.core = 1
print("mean=",mean) #print("mean=",mean)
print("self.core=",self.core) #print("self.core=",self.core)
self.limit_coverage = max(50, mean * 2) / float(self.core) self.limit_coverage = max(50, mean * 2) / float(self.core)
print(self.limit_coverage) #print(self.limit_coverage)
print(type(self.limit_coverage)) #print(type(self.limit_coverage))
if gpu ==True and self.core > 1: if gpu ==True and self.core > 1:
print("Choose either multicore or gpu!") print("Choose either multicore or gpu!")
exit(1) exit(1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment