| Previous changeset 18:c825a29a7d9f (2019-05-08) Next changeset 20:64f0362c974e (2019-05-08) |
|
Commit message:
planemo upload for repository https://github.com/monikaheinzl/duplexanalysis_galaxy/tree/master/tools/fsd commit b8a2f7b7615b2bcd3b602027af31f4e677da94f6-dirty |
|
modified:
fsd.py |
| b |
| diff -r c825a29a7d9f -r b7bccbbee4a7 fsd.py --- 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]) |