Skip to content

Commit 20fdd2d

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/BtPlot.py

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

461-
print [(x, x['reads_mapped']) for x in self.data_dict]
461+
for group in self.stats:
462+
print group, self.stats[group]['reads_mapped']
462463
for cov_lib in self.cov_libs:
463464
print cov_lib
464465
plot_data = {}

0 commit comments

Comments
 (0)