Repository 'hd'
hg clone https://toolshed.g2.bx.psu.edu/repos/mheinzl/hd

Changeset 27:df1fc5cedc8b (2019-06-03)
Previous changeset 26:15d5da04ef70 (2019-05-14) Next changeset 28:1fa7342a140d (2019-06-03)
Commit message:
planemo upload for repository https://github.com/monikaheinzl/duplexanalysis_galaxy/tree/master/tools/hd commit b8a2f7b7615b2bcd3b602027af31f4e677da94f6-dirty
modified:
hd.py
b
diff -r 15d5da04ef70 -r df1fc5cedc8b hd.py
--- 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)