changeset 11:b615c7e51f40 draft

planemo upload for repository https://github.com/monikaheinzl/galaxyProject/tree/master/tools/fsd commit 29bc65d5627553741c83ce1f298223e2b266f7c8
author mheinzl
date Tue, 15 May 2018 14:22:43 -0400
parents f7136e93604b
children 9033fd840986
files fsd.py fsd.xml
diffstat 2 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/fsd.py	Tue May 15 13:49:34 2018 -0400
+++ b/fsd.py	Tue May 15 14:22:43 2018 -0400
@@ -42,10 +42,11 @@
     parser.add_argument('--inputName4')
     parser.add_argument('--sep', default=",",
                         help='Separator in the csv file.')
+    parser.add_argument('--output_pdf', default="data.pdf",type=str,
+                        help='Name of the pdf file.')
     parser.add_argument('--output_csv', default="data.csv",type=str,
-                        help='Name of the pdf and csv file.')
-    parser.add_argument('--output_pdf', default="data.pdf",type=str,
-                        help='Name of the pdf and csv file.')
+                        help='Name of the csv file.')
+   
     return parser
 
 def compare_read_families(argv):
--- a/fsd.xml	Tue May 15 13:49:34 2018 -0400
+++ b/fsd.xml	Tue May 15 14:22:43 2018 -0400
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- galaxy version 16.04 -->
-<tool id="fsd" name="Duplex Sequencing Analysis:" version="0.0.11">
+<tool id="fsd" name="Duplex Sequencing Analysis:" version="0.0.12">
     <description>Family size distribution (FSD) of tags</description>
     <requirements>
         <requirement type="package" version="2.7">python</requirement>