annotate linksBed.xml @ 0:b8348686a0b9 draft

Imported from capsule None
author iuc
date Tue, 04 Nov 2014 01:45:04 -0500
parents
children 82aac94b06c3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
1 <tool id="bedtools_links" name="LinksBed" version="@WRAPPER_VERSION@.0">
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
2 <description></description>
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
3 <macros>
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
4 <import>macros.xml</import>
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
5 </macros>
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
6 <expand macro="requirements" />
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
7 <expand macro="stdio" />
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
8 <command>
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
9 linksBed
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
10 -base $basename
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
11 -org $org
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
12 -db $db
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
13 -i $inputA
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
14 &gt; $output
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
15 </command>
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
16 <inputs>
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
17 <param format="bed,vcf,gff,gff3" name="inputA" type="data" label="BED/VCF/GFF file"/>
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
18 <param name="basename" type="text" value="http://genome.ucsc.edu" label="The “basename” for the UCSC browser" />
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
19 <param name="org" type="text" value="human" label="The organism (e.g. mouse, human)" />
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
20 <param name="db" type="text" value="hg18" label="The genome build" />
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
21 </inputs>
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
22 <outputs>
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
23 <data name="output" format="html" />
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
24 </outputs>
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
25 <help>
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
26
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
27 **What it does**
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
28
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
29 Creates an HTML file with links to an instance of the UCSC Genome Browser for all features / intervals in a file. This is useful for cases when one wants to manually inspect through a large set of annotations or features.
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
30
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
31 @REFERENCES@
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
32 </help>
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
33 <expand macro="citations" />
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
34 </tool>