Skip to content

Commit fbb4435

Browse files
committed
drop v3 print statements
1 parent 3c59ac4 commit fbb4435

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pydeeptools/deeptools/writeBedGraph.py

-2
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,6 @@ def run(self, func_to_call, func_args, out_file_name, blackListFileName=None, fo
150150
region=self.region,
151151
blackListFileName=blackListFileName,
152152
numberOfProcessors=self.numberOfProcessors)
153-
print("Result after mapReduce")
154-
print(res)
155153
# Determine the sorted order of the temp files
156154
chrom_order = dict()
157155
for i, _ in enumerate(chrom_names_and_size):

0 commit comments

Comments
 (0)