annotate linksBed.xml @ 0:4fb5ea02b441 draft

Uploaded
author iuc
date Tue, 15 Jul 2014 14:42:23 -0400
parents
children 7511823bdea1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
4fb5ea02b441 Uploaded
iuc
parents:
diff changeset
1 <tool id="bedtools_links" name="LinksBed" version="@WRAPPER_VERSION@.0">
4fb5ea02b441 Uploaded
iuc
parents:
diff changeset
2 <description></description>
4fb5ea02b441 Uploaded
iuc
parents:
diff changeset
3 <macros>
4fb5ea02b441 Uploaded
iuc
parents:
diff changeset
4 <import>macros.xml</import>
4fb5ea02b441 Uploaded
iuc
parents:
diff changeset
5 </macros>
4fb5ea02b441 Uploaded
iuc
parents:
diff changeset
6 <expand macro="requirements" />
4fb5ea02b441 Uploaded
iuc
parents:
diff changeset
7 <expand macro="stdio" />
4fb5ea02b441 Uploaded
iuc
parents:
diff changeset
8 <command>
4fb5ea02b441 Uploaded
iuc
parents:
diff changeset
9 linksBed
4fb5ea02b441 Uploaded
iuc
parents:
diff changeset
10 -base $basename
4fb5ea02b441 Uploaded
iuc
parents:
diff changeset
11 -org $org
4fb5ea02b441 Uploaded
iuc
parents:
diff changeset
12 -db $db
4fb5ea02b441 Uploaded
iuc
parents:
diff changeset
13 -i $inputA
4fb5ea02b441 Uploaded
iuc
parents:
diff changeset
14 &gt; $output
4fb5ea02b441 Uploaded
iuc
parents:
diff changeset
15 </command>
4fb5ea02b441 Uploaded
iuc
parents:
diff changeset
16 <inputs>
4fb5ea02b441 Uploaded
iuc
parents:
diff changeset
17 <param format="bed,vcf,gff,gff3" name="inputA" type="data" label="BED/VCF/GFF file"/>
4fb5ea02b441 Uploaded
iuc
parents:
diff changeset
18 <param name="basename" type="text" value="http://genome.ucsc.edu" label="The “basename” for the UCSC browser" />
4fb5ea02b441 Uploaded
iuc
parents:
diff changeset
19 <param name="org" type="text" value="human" label="The organism (e.g. mouse, human)" />
4fb5ea02b441 Uploaded
iuc
parents:
diff changeset
20 <param name="db" type="text" value="hg18" label="The genome build" />
4fb5ea02b441 Uploaded
iuc
parents:
diff changeset
21 </inputs>
4fb5ea02b441 Uploaded
iuc
parents:
diff changeset
22 <outputs>
4fb5ea02b441 Uploaded
iuc
parents:
diff changeset
23 <data name="output" format="html" />
4fb5ea02b441 Uploaded
iuc
parents:
diff changeset
24 </outputs>
4fb5ea02b441 Uploaded
iuc
parents:
diff changeset
25 <help>
4fb5ea02b441 Uploaded
iuc
parents:
diff changeset
26
4fb5ea02b441 Uploaded
iuc
parents:
diff changeset
27 **What it does**
4fb5ea02b441 Uploaded
iuc
parents:
diff changeset
28
4fb5ea02b441 Uploaded
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.
4fb5ea02b441 Uploaded
iuc
parents:
diff changeset
30
4fb5ea02b441 Uploaded
iuc
parents:
diff changeset
31 @REFERENCES@
4fb5ea02b441 Uploaded
iuc
parents:
diff changeset
32 </help>
4fb5ea02b441 Uploaded
iuc
parents:
diff changeset
33 </tool>