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 69282a7 commit 1b36428Copy full SHA for 1b36428
lib/BtPlot.py
@@ -467,7 +467,7 @@ def plotReadCov(self, refcov_dict):
467
# unmapped (assembly)
468
reads_total = self.cov_libs_total_reads_dict[cov_lib]
469
reads_unmapped = reads_total - self.stats['all']['reads_mapped'][cov_lib]
470
- print reads_total, reads_unmapped
+ print reads_total, reads_unmapped, self.stats['all']['reads_mapped']
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