comparison complementBed.xml @ 6:75d323631dce draft

Uploaded
author bernhardlutz
date Wed, 18 Jun 2014 12:40:28 -0400
parents b78d20957e7f
children
comparison
equal deleted inserted replaced
5:b78d20957e7f 6:75d323631dce
10 -d $distance 10 -d $distance
11 -g genome 11 -g genome
12 > $output 12 > $output
13 </command> 13 </command>
14 <inputs> 14 <inputs>
15 <param format="bed,vcf,gff,gff3" name="inputA" type="data" label="BED or BAM file"/> 15 <param format="bed,vcf,gff,gff3" name="inputA" type="data" label="BED/VCF/GFF file"/>
16 <expand macro="genome" /> 16 <expand macro="genome" />
17 </inputs> 17 </inputs>
18 <outputs> 18 <outputs>
19 <data format_source="inputA" name="output" metadata_source="inputA" label="Complemen of ${inputA.name}"/> 19 <data format_source="inputA" name="output" metadata_source="inputA" label="Complemen of ${inputA.name}"/>
20 </outputs> 20 </outputs>
24 24
25 bedtools complement returns all intervals in a genome that are not covered by at least one interval in the input BED/GFF/VCF file. 25 bedtools complement returns all intervals in a genome that are not covered by at least one interval in the input BED/GFF/VCF file.
26 26
27 .. image:: $PATH_TO_IMAGES/complement-glyph.png 27 .. image:: $PATH_TO_IMAGES/complement-glyph.png
28 28
29 @REFERENCES@
29 </help> 30 </help>
30 </tool> 31 </tool>