Skip to content

Commit 30598a6

Browse files
Dom LaetschDom Laetsch
authored andcommitted
...
1 parent 64ee1c9 commit 30598a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/BtPlot.py

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

461+
print self.cov_libs
461462
for cov_lib in self.cov_libs:
462463
print cov_lib
463464
plot_data = {}
@@ -467,7 +468,6 @@ def plotReadCov(self, refcov_dict):
467468
# unmapped (assembly)
468469
reads_total = self.cov_libs_total_reads_dict[cov_lib]
469470
reads_unmapped = reads_total - self.stats['all']['reads_mapped'][cov_lib]
470-
print reads_total, reads_unmapped, self.stats['all']
471471
if cov_lib in refcov_dict:
472472
reads_total_ref = refcov_dict[cov_lib]['reads_total']
473473
reads_mapped_ref = refcov_dict[cov_lib]['reads_mapped']

0 commit comments

Comments
 (0)