comparison bedtools-galaxy/multiIntersectBed.xml @ 11:0ee50862dd67 default tip

Uploaded
author aaronquinlan
date Tue, 27 Dec 2011 17:12:28 -0500
parents d72fd57eb158
children
comparison
equal deleted inserted replaced
10:d72fd57eb158 11:0ee50862dd67
1 <tool id="bedtools_multiintersectbed" name="Identify common intervals among multiple BED files." version="0.1.0"> 1 <tool id="bedtools_multiintersectbed" name="Identify common intervals among multiple BED files." version="0.1.0">
2 <description></description> 2 <description></description>
3
4 <requirements>
5 <requirement type="binary">multiIntersectBed</requirement>
6 </requirements>
7
3 <command>multiIntersectBed 8 <command>multiIntersectBed
4 $header 9 $header
5 #if $zero.value == True: 10 #if $zero.value == True:
6 -empty 11 -empty
7 -g ${chromInfo} 12 -g ${chromInfo}