Skip to content

Commit c681a78

Browse files
Dom LaetschDom Laetsch
authored andcommitted
...
1 parent 20fdd2d commit c681a78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/BtPlot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,8 +458,8 @@ def plotReadCov(self, refcov_dict):
458458
main_columns += 2
459459
group_columns = len(self.plot_order)
460460

461-
for group in self.stats:
462-
print group, self.stats[group]['reads_mapped']
461+
#for group in self.stats:
462+
# print group, self.stats[group]['reads_mapped']
463463
for cov_lib in self.cov_libs:
464464
print cov_lib
465465
plot_data = {}

0 commit comments

Comments
 (0)