Skip to content

Commit 1b36428

Browse files
Dom LaetschDom Laetsch
authored andcommitted
...
1 parent 69282a7 commit 1b36428

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
@@ -467,7 +467,7 @@ def plotReadCov(self, refcov_dict):
467467
# unmapped (assembly)
468468
reads_total = self.cov_libs_total_reads_dict[cov_lib]
469469
reads_unmapped = reads_total - self.stats['all']['reads_mapped'][cov_lib]
470-
print reads_total, reads_unmapped
470+
print reads_total, reads_unmapped, self.stats['all']['reads_mapped']
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)