changeset 35:56ad50707dc8 draft

planemo upload for repository https://github.com/monikaheinzl/duplexanalysis_galaxy/tree/master/tools/fsd commit b8a2f7b7615b2bcd3b602027af31f4e677da94f6-dirty
author mheinzl
date Mon, 03 Jun 2019 07:08:37 -0400
parents faa56fbf6b32
children 54ba0ad1263f
files fsd.py
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/fsd.py	Mon Jun 03 07:06:03 2019 -0400
+++ b/fsd.py	Mon Jun 03 07:08:37 2019 -0400
@@ -367,9 +367,10 @@
                 else:
                     print("absolute")
                     print(y.shape)
-                    print(x.shape)
+                    #print(x.shape)
                     print(y)
-                    y = list(y)
+                    y = list(y.reshape((len(y))))
+                    
                     counts2 = ax.bar(x, y, align="edge", width=w, edgecolor="black", label=label[i],
                                      alpha=0.8, color=colors[i])
                 if i == len(list_to_plot2):