# HG changeset patch # User mheinzl # Date 1559557441 14400 # Node ID 2cbc0e34b7a7c43df1f1aef744029f56632e5976 # Parent f77566cfa5e167589ec49bb93b2773a6daf4ddb6 planemo upload for repository https://github.com/monikaheinzl/duplexanalysis_galaxy/tree/master/tools/fsd commit b8a2f7b7615b2bcd3b602027af31f4e677da94f6-dirty diff -r f77566cfa5e1 -r 2cbc0e34b7a7 fsd.py --- a/fsd.py Mon Jun 03 06:10:32 2019 -0400 +++ b/fsd.py Mon Jun 03 06:24:01 2019 -0400 @@ -344,8 +344,9 @@ # linewidth=1, print(numpy.sum(y)) + print(float(numpy.sum(y))) print(x) - new_y = numpy.concatenate(numpy.array([yi / float(numpy.sum(y)) for yi in y])) + new_y = list(numpy.concatenate(numpy.array([yi / float(numpy.sum(y)) for yi in y]))) print(new_y) if to_plot[l] == "Relative frequencies":