# HG changeset patch # User mheinzl # Date 1566906663 14400 # Node ID 9018271547794ebb0e69494b25591ff1d7272821 # Parent 6651e76baca19ffad98f88538001eaea6ccb30bc planemo upload for repository https://github.com/monikaheinzl/duplexanalysis_galaxy/tree/master/tools/fsd commit 033dd7b750f68e8aa68f327d7d72bd311ddbee4e-dirty diff -r 6651e76baca1 -r 901827154779 fsd.py --- a/fsd.py Tue Aug 27 07:36:53 2019 -0400 +++ b/fsd.py Tue Aug 27 07:51:03 2019 -0400 @@ -624,17 +624,17 @@ list_y.append(y) if i == 0: - counts2 = ax2.bar(x, y, align="edge", width=0.8, + counts2 = ax2.bar(x, y, align="center", width=0.8, edgecolor="black", label=label[0], linewidth=1, alpha=1, color=col[0]) elif i == 1: - counts2 = ax2.bar(x, y, bottom=list_y[i-1], align="edge", width=0.8, + counts2 = ax2.bar(x, y, bottom=list_y[i-1], align="center", width=0.8, edgecolor="black", label=label[1], linewidth=1, alpha=1, color=col[1]) elif i == 2: bars = numpy.add(list_y[0], list_y[1]).tolist() - counts2 = ax2.bar(x, y, bottom=bars, align="edge", width=0.8, + counts2 = ax2.bar(x, y, bottom=bars, align="center", width=0.8, edgecolor="black", label=label[2], linewidth=1, alpha=1, color=col[2]) diff -r 6651e76baca1 -r 901827154779 fsd.xml --- a/fsd.xml Tue Aug 27 07:36:53 2019 -0400 +++ b/fsd.xml Tue Aug 27 07:51:03 2019 -0400 @@ -1,6 +1,6 @@ - + : Family Size Distribution of duplex sequencing tags python diff -r 6651e76baca1 -r 901827154779 test-data/fsd_output1.pdf Binary file test-data/fsd_output1.pdf has changed diff -r 6651e76baca1 -r 901827154779 test-data/fsd_output2.pdf Binary file test-data/fsd_output2.pdf has changed