comparison flankBed.xml @ 4:607c0576c6ab draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 6692e3a4fa1bf6e9a407735afdbb2454ed32b316
author iuc
date Wed, 27 Jan 2016 15:15:59 -0500
parents 82aac94b06c3
children 7308cc546a36
comparison
equal deleted inserted replaced
3:2cd7e321d259 4:607c0576c6ab
1 <tool id="bedtools_flankbed" name="FlankBed" version="@WRAPPER_VERSION@.0"> 1 <tool id="bedtools_flankbed" name="FlankBed" version="@WRAPPER_VERSION@.0">
2 <description></description> 2 <description>create new intervals from the flanks of existing intervals</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements" /> 6 <expand macro="requirements" />
7 <expand macro="stdio" /> 7 <expand macro="stdio" />
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" />
28 <param name="pct" type="boolean" checked="false" truevalue="-pct" falsevalue="" 28 <param name="pct" type="boolean" checked="false" truevalue="-pct" falsevalue=""
29 label="Define -l and -r as a fraction of the feature’s length" 29 label="Define -l and -r as a fraction of the feature’s length"
30 help="E.g. if used on a 1000bp feature, -l 0.50, will add 500 bp “upstream”" /> 30 help="E.g. if used on a 1000bp feature, -l 0.50, will add 500 bp “upstream”. (-pct)" />
31 <param name="strand" type="boolean" checked="false" truevalue="-s" falsevalue="" 31 <param name="strand" type="boolean" checked="false" truevalue="-s" falsevalue=""
32 label="Define -l and -r based on strand" 32 label="Define -l and -r based on strand"
33 help="For example. if used, -l 500 for a negative-stranded feature, it will add 500 bp to the end coordinate" /> 33 help="For example. if used, -l 500 for a negative-stranded feature, it will add 500 bp to the end coordinate. (-s)" />
34 <expand macro="addition" /> 34 <expand macro="addition" />
35 </inputs> 35 </inputs>
36 <outputs> 36 <outputs>
37 <data metadata_source="input" format_source="input" name="output" /> 37 <data metadata_source="input" format_source="input" name="output" />
38 </outputs> 38 </outputs>