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 1c43b77 commit 2d34f0cCopy full SHA for 2d34f0c
lib/BtPlot.py
@@ -458,7 +458,7 @@ def plotReadCov(self, refcov_dict):
458
main_columns += 2
459
group_columns = len(self.plot_order)
460
461
- print self.cov_libs_total_reads_dict
+ print [(x, x['reads_mapped']) for x in self.data_dict]
462
for cov_lib in self.cov_libs:
463
print cov_lib
464
plot_data = {}
0 commit comments