comparison linksBed.xml @ 42:d279800f4ff9 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit b75b9e79cf3186a22dc2e1e9d27c1a080b891b59
author iuc
date Thu, 26 Apr 2018 17:02:24 -0400
parents a2d4c30ba2f9
children 2f457890d8c8
comparison
equal deleted inserted replaced
41:c96688f1746d 42:d279800f4ff9
14 -i "${input}" 14 -i "${input}"
15 > "${output}" 15 > "${output}"
16 ]]> 16 ]]>
17 </command> 17 </command>
18 <inputs> 18 <inputs>
19 <param format="bed,vcf,gff,gff3" name="input" type="data" label="BED/VCF/GFF file"/> 19 <param format="@STD_BEDTOOLS_INPUTS@" name="input" type="data" label="@STD_BEDTOOLS_INPUT_LABEL@ file"/>
20 <param name="basename" type="text" value="http://genome.ucsc.edu" 20 <param name="basename" type="text" value="http://genome.ucsc.edu"
21 label="The 'basename' for the UCSC genome browser" /> 21 label="The 'basename' for the UCSC genome browser" />
22 <param name="org" type="text" value="human" label="Organism name" help="e.g. mouse, human (-org)" /> 22 <param name="org" type="text" value="human" label="Organism name" help="e.g. mouse, human (-org)" />
23 <param name="db" type="text" value="hg19" label="The genome build" help="(-db)"/> 23 <param name="db" type="text" value="hg19" label="The genome build" help="(-db)"/>
24 </inputs> 24 </inputs>