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 64ee1c9 commit 30598a6Copy full SHA for 30598a6
lib/BtPlot.py
@@ -458,6 +458,7 @@ def plotReadCov(self, refcov_dict):
458
main_columns += 2
459
group_columns = len(self.plot_order)
460
461
+ print self.cov_libs
462
for cov_lib in self.cov_libs:
463
print cov_lib
464
plot_data = {}
@@ -467,7 +468,6 @@ def plotReadCov(self, refcov_dict):
467
468
# unmapped (assembly)
469
reads_total = self.cov_libs_total_reads_dict[cov_lib]
470
reads_unmapped = reads_total - self.stats['all']['reads_mapped'][cov_lib]
- print reads_total, reads_unmapped, self.stats['all']
471
if cov_lib in refcov_dict:
472
reads_total_ref = refcov_dict[cov_lib]['reads_total']
473
reads_mapped_ref = refcov_dict[cov_lib]['reads_mapped']
0 commit comments