Mercurial > repos > iuc > bedtools
comparison complementBed.xml @ 25:e36671a0f646 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ee522a02a3fab980a5b32a1387182c951ab04968
author | iuc |
---|---|
date | Fri, 20 Apr 2018 05:30:23 -0400 |
parents | a8eabd2838f6 |
children | 95a3b2c25bd1 |
comparison
equal
deleted
inserted
replaced
24:33c3ddea63c5 | 25:e36671a0f646 |
---|---|
16 <inputs> | 16 <inputs> |
17 <param format="bed,vcf,gff,gff3" name="input" type="data" label="BED/VCF/GFF file"/> | 17 <param format="bed,vcf,gff,gff3" name="input" type="data" label="BED/VCF/GFF file"/> |
18 <expand macro="input_conditional_genome_file" /> | 18 <expand macro="input_conditional_genome_file" /> |
19 </inputs> | 19 </inputs> |
20 <outputs> | 20 <outputs> |
21 <data format_source="input" name="output" metadata_source="input" label="Complemen of ${input.name}"/> | 21 <data format_source="input" name="output" metadata_source="input" label="Complement of ${input.name}"/> |
22 </outputs> | 22 </outputs> |
23 <tests> | 23 <tests> |
24 <test> | 24 <test> |
25 <param name="input" value="a.bed" ftype="bed" /> | 25 <param name="input" value="a.bed" ftype="bed" /> |
26 <param name="genome_file_opts_selector" value="hist" /> | 26 <param name="genome_file_opts_selector" value="hist" /> |