changeset 47:1ed4a127c41a draft

planemo upload for repository https://github.com/monikaheinzl/duplexanalysis_galaxy/tree/master/tools/fsd commit 033dd7b750f68e8aa68f327d7d72bd311ddbee4e-dirty
author mheinzl
date Wed, 28 Aug 2019 17:36:28 -0400
parents 901827154779
children e51fe3083b16
files fsd.py fsd.xml
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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=":")
 
--- 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 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- galaxy version 16.04 -->
-<tool id="fsd" name="FSD" version="1.0.7">
+<tool id="fsd" name="FSD" version="1.0.8">
     <description>: Family Size Distribution of duplex sequencing tags</description>
     <requirements>
         <requirement type="package" version="2.7">python</requirement>