# HG changeset patch # User peterjc # Date 1495189177 14400 # Node ID f27732bbfafafe6e4f52e3829def9d79662e78c8 # Parent b34d427b8220716948869bc86e3070e10f4ba5c6 planemo upload for repository https://github.com/peterjc/pico_galaxy/tree/master/tools/coverage_stats commit 7138d537aaec46596985acf123348fe6f99cd6f1-dirty diff -r b34d427b8220 -r f27732bbfafa tools/coverage_stats/coverage_stats.py --- 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()