Mercurial > repos > iuc > bedtools
comparison flankBed.xml @ 11:7308cc546a36 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 19967671ddd4e750f53d71274e5c12325a402811
author | iuc |
---|---|
date | Mon, 17 Oct 2016 10:13:35 -0400 |
parents | 607c0576c6ab |
children | 44867b59dbf2 |
comparison
equal
deleted
inserted
replaced
10:c78cf6fe3018 | 11:7308cc546a36 |
---|---|
9 <![CDATA[ | 9 <![CDATA[ |
10 flankBed | 10 flankBed |
11 $pct | 11 $pct |
12 $strand | 12 $strand |
13 -g $genome | 13 -g $genome |
14 -i $input | 14 -i '$input' |
15 | 15 |
16 #if $addition.addition_select == 'b': | 16 #if $addition.addition_select == 'b': |
17 -b $addition.b | 17 -b $addition.b |
18 #else: | 18 #else: |
19 -l $addition.l | 19 -l $addition.l |
20 -r $addition.r | 20 -r $addition.r |
21 #end if | 21 #end if |
22 > $output | 22 > '$output' |
23 ]]> | 23 ]]> |
24 </command> | 24 </command> |
25 <inputs> | 25 <inputs> |
26 <param format="bed,vcf,gff,gff3" name="input" type="data" label="BED/VCF/GFF file"/> | 26 <param format="bed,vcf,gff,gff3" name="input" type="data" label="BED/VCF/GFF file"/> |
27 <expand macro="genome" /> | 27 <expand macro="genome" /> |