changeset 7:f27732bbfafa draft

planemo upload for repository https://github.com/peterjc/pico_galaxy/tree/master/tools/coverage_stats commit 7138d537aaec46596985acf123348fe6f99cd6f1-dirty
author peterjc
date Fri, 19 May 2017 06:19:37 -0400
parents b34d427b8220
children 86455d19abb8
files tools/coverage_stats/coverage_stats.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/coverage_stats/coverage_stats.py	Wed May 17 13:53:59 2017 -0400
+++ b/tools/coverage_stats/coverage_stats.py	Fri May 19 06:19:37 2017 -0400
@@ -242,7 +242,8 @@
 depth_handle.close()
 out_handle.close()
 
-print("Total reference length %i with overall mean coverage %0.2f" % (global_length, float(global_bases) / global_length))
+print("Total reference length %i with overall mean coverage %0.2f" %
+      (global_length, float(global_bases) / global_length))
 
 # Remove the temp symlinks and files:
 clean_up()