comparison intersectBed.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 fadebae7e69b
comparison
equal deleted inserted replaced
3:2cd7e321d259 4:607c0576c6ab
1 <tool id="bedtools_intersectbed" name="Intersect interval files" version="@WRAPPER_VERSION@.0"> 1 <tool id="bedtools_intersectbed" name="Intersect intervals" version="@WRAPPER_VERSION@.0">
2 <description></description> 2 <description>find overlapping intervals in various ways</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" />
26 $reciprocal 26 $reciprocal
27 $invert 27 $invert
28 $once 28 $once
29 $header 29 $header
30 $modes 30 $modes
31 $count
31 > "${output}" 32 > "${output}"
32 ]]> 33 ]]>
33 </command> 34 </command>
34 <inputs> 35 <inputs>
35 <param format="bed,bam,vcf,gff,gff3" name="inputA" type="data" label="BED/VCF/GFF/BAM file"/> 36 <param format="bed,bam,vcf,gff,gff3" name="inputA" type="data" label="BED/VCF/GFF/BAM file"/>