annotate complementBed.xml @ 12:c782e0edc4f1 draft default tip

Uploaded
author bgruening
date Thu, 19 Jun 2014 10:12:00 -0400
parents e526617a6bb9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12
c782e0edc4f1 Uploaded
bgruening
parents: 11
diff changeset
1 <tool id="bedtools_complementbed" name="ComplementBed" version="@WRAPPER_VERSION@.0">
11
e526617a6bb9 Uploaded
bernhardlutz
parents:
diff changeset
2 <description></description>
e526617a6bb9 Uploaded
bernhardlutz
parents:
diff changeset
3 <macros>
e526617a6bb9 Uploaded
bernhardlutz
parents:
diff changeset
4 <import>macros.xml</import>
e526617a6bb9 Uploaded
bernhardlutz
parents:
diff changeset
5 </macros>
e526617a6bb9 Uploaded
bernhardlutz
parents:
diff changeset
6 <expand macro="requirements" />
e526617a6bb9 Uploaded
bernhardlutz
parents:
diff changeset
7 <expand macro="stdio" />
e526617a6bb9 Uploaded
bernhardlutz
parents:
diff changeset
8 <command>
e526617a6bb9 Uploaded
bernhardlutz
parents:
diff changeset
9 complementBed
e526617a6bb9 Uploaded
bernhardlutz
parents:
diff changeset
10 -d $distance
e526617a6bb9 Uploaded
bernhardlutz
parents:
diff changeset
11 -g genome
e526617a6bb9 Uploaded
bernhardlutz
parents:
diff changeset
12 &gt; $output
e526617a6bb9 Uploaded
bernhardlutz
parents:
diff changeset
13 </command>
e526617a6bb9 Uploaded
bernhardlutz
parents:
diff changeset
14 <inputs>
e526617a6bb9 Uploaded
bernhardlutz
parents:
diff changeset
15 <param format="bed,vcf,gff,gff3" name="inputA" type="data" label="BED/VCF/GFF file"/>
e526617a6bb9 Uploaded
bernhardlutz
parents:
diff changeset
16 <expand macro="genome" />
e526617a6bb9 Uploaded
bernhardlutz
parents:
diff changeset
17 </inputs>
e526617a6bb9 Uploaded
bernhardlutz
parents:
diff changeset
18 <outputs>
e526617a6bb9 Uploaded
bernhardlutz
parents:
diff changeset
19 <data format_source="inputA" name="output" metadata_source="inputA" label="Complemen of ${inputA.name}"/>
e526617a6bb9 Uploaded
bernhardlutz
parents:
diff changeset
20 </outputs>
e526617a6bb9 Uploaded
bernhardlutz
parents:
diff changeset
21 <help>
e526617a6bb9 Uploaded
bernhardlutz
parents:
diff changeset
22
e526617a6bb9 Uploaded
bernhardlutz
parents:
diff changeset
23 **What it does**
e526617a6bb9 Uploaded
bernhardlutz
parents:
diff changeset
24
e526617a6bb9 Uploaded
bernhardlutz
parents:
diff changeset
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.
e526617a6bb9 Uploaded
bernhardlutz
parents:
diff changeset
26
e526617a6bb9 Uploaded
bernhardlutz
parents:
diff changeset
27 .. image:: $PATH_TO_IMAGES/complement-glyph.png
e526617a6bb9 Uploaded
bernhardlutz
parents:
diff changeset
28
e526617a6bb9 Uploaded
bernhardlutz
parents:
diff changeset
29 @REFERENCES@
e526617a6bb9 Uploaded
bernhardlutz
parents:
diff changeset
30 </help>
e526617a6bb9 Uploaded
bernhardlutz
parents:
diff changeset
31 </tool>