We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20fdd2d commit c681a78Copy full SHA for c681a78
lib/BtPlot.py
@@ -458,8 +458,8 @@ def plotReadCov(self, refcov_dict):
458
main_columns += 2
459
group_columns = len(self.plot_order)
460
461
- for group in self.stats:
462
- print group, self.stats[group]['reads_mapped']
+ #for group in self.stats:
+ # print group, self.stats[group]['reads_mapped']
463
for cov_lib in self.cov_libs:
464
print cov_lib
465
plot_data = {}
0 commit comments