diff fsd_beforevsafter.py @ 3:327c40a821ed draft

planemo upload for repository https://github.com/monikaheinzl/galaxyProject/tree/master/tools/fsd_beforevsafter commit 29bc65d5627553741c83ce1f298223e2b266f7c8
author mheinzl
date Tue, 15 May 2018 14:22:10 -0400
parents e8115b71edbd
children 1eae0524b285
line wrap: on
line diff
--- a/fsd_beforevsafter.py	Tue May 15 13:50:02 2018 -0400
+++ b/fsd_beforevsafter.py	Tue May 15 14:22:10 2018 -0400
@@ -53,9 +53,9 @@
                         help='FASTA File with information about tag and family size in the header.')
     parser.add_argument('--alignedTags',default=None,
                         help=' TXT file with tags aligned to the reference genome and family size.')
-    parser.add_argument('--output_csv', default="data.csv", type=str,
+    parser.add_argument('--output_pdf', default="data.pdf", type=str,
                         help='Name of the pdf and csv file.')
-    parser.add_argument('--output_pdf', default="data.pdf", type=str,
+    parser.add_argument('--output_csv', default="data.csv", type=str,
                         help='Name of the pdf and csv file.')
     parser.add_argument('--sep', default=",",
                         help='Separator in the csv file.')