Mercurial > repos > mheinzl > fsd_regions
diff fsd_regions.py @ 2:2631864873d7 draft
planemo upload for repository https://github.com/monikaheinzl/galaxyProject/tree/master/tools/fsd_regions commit 29bc65d5627553741c83ce1f298223e2b266f7c8
author | mheinzl |
---|---|
date | Tue, 15 May 2018 14:21:41 -0400 |
parents | 9ce2b4089c1b |
children | b202c97deabe |
line wrap: on
line diff
--- a/fsd_regions.py Tue May 15 13:50:29 2018 -0400 +++ b/fsd_regions.py Tue May 15 14:21:41 2018 -0400 @@ -31,10 +31,10 @@ parser.add_argument('--inputName1') parser.add_argument('--ref_genome', help='TXT File with tags of reads that overlap the region.') + parser.add_argument('--output_pdf', default="data.pdf", type=str, + help='Name of the pdf and csv 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.') parser.add_argument('--sep', default=",", help='Separator in the csv file.') return parser