comparison tagBed.xml @ 26:95a3b2c25bd1 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:46 -0400
parents 607c0576c6ab
children 4f7a5ccd2ae9
comparison
equal deleted inserted replaced
25:e36671a0f646 26:95a3b2c25bd1
18 > "${output}" 18 > "${output}"
19 ]]> 19 ]]>
20 </command> 20 </command>
21 <inputs> 21 <inputs>
22 <param name="inputA" format="bam" type="data" label="BAM file"/> 22 <param name="inputA" format="bam" type="data" label="BAM file"/>
23 <param name="inputB" format="bed,gff,vcf" multiple="True" type="data" label="BED/VCF/GFF file" /> 23 <param name="inputB" format="@STD_BEDTOOLS_INPUTS@" multiple="True" type="data" label="@STD_BEDTOOLS_INPUT_LABEL@ file" />
24 <expand macro="strand2" /> 24 <expand macro="strand2" />
25 <expand macro="overlap" /> 25 <expand macro="overlap" />
26 <param name="tag" type="text" value="YB" label="Specify the tag to use" /> 26 <param name="tag" type="text" value="YB" label="Specify the tag to use" />
27 <param name="field" type="select" label="Field from the annotation files to populate tags?"> 27 <param name="field" type="select" label="Field from the annotation files to populate tags?">
28 <option value="-labels" selected="True">Labels</option> 28 <option value="-labels" selected="True">Labels</option>
44 </tests> 44 </tests>
45 <help> 45 <help>
46 <![CDATA[ 46 <![CDATA[
47 **What it does** 47 **What it does**
48 48
49 Annotates a BAM file based on overlaps with multiple BED/GFF/VCF files on the intervals in an input bam file 49 Annotates a BAM file based on overlaps with multiple @STD_BEDTOOLS_INPUT_LABEL@ files on the intervals in an input bam file
50 50
51 @REFERENCES@ 51 @REFERENCES@
52 ]]> 52 ]]>
53 </help> 53 </help>
54 <expand macro="citations" /> 54 <expand macro="citations" />