# HG changeset patch # User mheinzl # Date 1567028188 14400 # Node ID 1ed4a127c41aad9a1b30f2867181002b0329925f # Parent 9018271547794ebb0e69494b25591ff1d7272821 planemo upload for repository https://github.com/monikaheinzl/duplexanalysis_galaxy/tree/master/tools/fsd commit 033dd7b750f68e8aa68f327d7d72bd311ddbee4e-dirty diff -r 901827154779 -r 1ed4a127c41a fsd.py --- a/fsd.py Tue Aug 27 07:51:03 2019 -0400 +++ b/fsd.py Wed Aug 28 17:36:28 2019 -0400 @@ -520,7 +520,7 @@ plt.legend(loc='upper right', fontsize=14, bbox_to_anchor=(0.9, 1), frameon=True) plt.title("{}: FSD based on families".format(name_file), fontsize=14) plt.xlabel("Family size", fontsize=14) - plt.ylabel("Absolute Frequency", fontsize=14) + plt.ylabel(ylab, fontsize=14) plt.margins(0.01, None) plt.grid(b=True, which="major", color="#424242", linestyle=":") diff -r 901827154779 -r 1ed4a127c41a fsd.xml --- a/fsd.xml Tue Aug 27 07:51:03 2019 -0400 +++ b/fsd.xml Wed Aug 28 17:36:28 2019 -0400 @@ -1,6 +1,6 @@ - + : Family Size Distribution of duplex sequencing tags python