changeset 27:df1fc5cedc8b draft

planemo upload for repository https://github.com/monikaheinzl/duplexanalysis_galaxy/tree/master/tools/hd commit b8a2f7b7615b2bcd3b602027af31f4e677da94f6-dirty
author mheinzl
date Mon, 03 Jun 2019 05:15:27 -0400
parents 15d5da04ef70
children 1fa7342a140d
files hd.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/hd.py	Tue May 14 03:48:39 2019 -0400
+++ b/hd.py	Mon Jun 03 05:15:27 2019 -0400
@@ -107,6 +107,7 @@
     con_list1 = numpy.concatenate(list1)
     p1 = numpy.array([v for k, v in sorted(Counter(con_list1).iteritems())])
     maximumY = numpy.amax(p1)
+    print("max X", maximumX, )
 
     if relative is True:  # relative difference
         bin1 = numpy.arange(-1, maximumX + 0.2, 0.1)