Skip to content

Commit bdbc34d

Browse files
Dom LaetschDom Laetsch
Dom Laetsch
authored and
Dom Laetsch
committed
fix
1 parent e5ce904 commit bdbc34d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/BtPlot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ def compute_stats(self):
256256
for cov_lib in self.cov_libs:
257257
stats[label]['cov_mean'][cov_lib] = mean(array(stats[label]['covs'][cov_lib]))
258258
stats[label]['cov_std'][cov_lib] = std(array(stats[label]['covs'][cov_lib]))
259-
print self.cov_libs_total_reads_dict[cov_lib]
260259
if (self.cov_libs_total_reads_dict[cov_lib]):
261260
stats[label]['reads_mapped_perc'][cov_lib] = stats[label]['reads_mapped'][cov_lib]/self.cov_libs_total_reads_dict[cov_lib]
262261
self.stats = stats

0 commit comments

Comments
 (0)