changeset 19:b7bccbbee4a7 draft

planemo upload for repository https://github.com/monikaheinzl/duplexanalysis_galaxy/tree/master/tools/fsd commit b8a2f7b7615b2bcd3b602027af31f4e677da94f6-dirty
author mheinzl
date Wed, 08 May 2019 07:08:41 -0400
parents c825a29a7d9f
children 64f0362c974e
files fsd.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/fsd.py	Wed May 08 07:03:39 2019 -0400
+++ b/fsd.py	Wed May 08 07:08:41 2019 -0400
@@ -341,6 +341,8 @@
                         c_idx = numpy.where(t == unique)[0]
                         new_c.append(c[c_idx])
                         new_unique.append(unique[c_idx])
+                print(new_unique)
+                print(new_c)
                 y = numpy.array(new_unique) * numpy.array(new_c)
                 if len([list_to_plot_original > 20]) > 0:
                     y[len(y) - 1] = sum(list_to_plot_original[i][list_to_plot_original[i] > 20])