annotate rgweblogo/rgWebLogo3.xml @ 0:cec2527697f6

Migrated tool version 0.1 from old tool shed archive to new tool shed repository
author fubar
date Tue, 07 Jun 2011 17:43:58 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
1 <tool id="weblogo3" name="Sequence Logo" version="0.1">
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
2 <description>generator for fasta (eg Clustal alignments)</description>
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
3 <command>
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
4 weblogo -F $outformat -s $size -f $input -o $output -t "$logoname"
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
5 </command>
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
6 <inputs>
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
7 <page>
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
8 <param format="fasta" name="input" type="data" label="Fasta File" />
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
9 <param name="logoname" label="Name for output logo - will appear on graphics" type="text" size="50" value="Galaxy/Rgenetics weblogo" />
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
10 <param name="outformat" type="select" label="Output weblogo format" >
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
11 <option value="png" selected="True">PNG screen quality</option>
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
12 <option value="png_print">High quality printable PNG</option>
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
13 <option value="pdf">PDF</option>
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
14 <option value="jpeg">JPG</option>
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
15 <option value="eps">EPS</option>
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
16 <option value="txt">Text (shows the detailed calculations for each position - no image)</option>
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
17 </param>
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
18 <param name="size" type="select" label="Output weblogo size" >
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
19 <option value="large" selected="True">Large</option>
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
20 <option value="medium">Medium</option>
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
21 <option value="small">Small</option>
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
22 </param>
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
23 </page>
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
24 </inputs>
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
25 <outputs>
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
26 <data format="pdf" name="output" label="${logoname}_output.${outformat}">
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
27 <change_format>
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
28 <when input="outformat" value="png_print" format="png" />
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
29 <when input="outformat" value="png" format="png" />
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
30 <when input="outformat" value="jpeg" format="jpg" />
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
31 <when input="outformat" value="eps" format="eps" />
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
32 <when input="outformat" value="txt" format="txt" />
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
33 </change_format>
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
34 </data>
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
35 </outputs>
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
36 <tests>
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
37 <test>
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
38
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
39 <param name="input" value="rgClustal_testout.fasta" />
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
40 <param name = "logoname" value="Galaxy/Rgenetics weblogo" />
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
41 <param name = "outformat" value="jpeg" />
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
42 <param name = "size" value="medium" />
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
43
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
44 <output name="output" file="rgWebLogo3_test.jpg" ftype="jpg" />
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
45 </test>
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
46
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
47 </tests>
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
48 <help>
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
49
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
50 **Note**
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
51
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
52 This tool uses Weblogo3_ in Galaxy to generate a sequence logo. The input file must be a fasta file in your current history.
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
53
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
54 A typical output looks like this
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
55
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
56 .. image:: ./static/images/rgWebLogo3_test.jpg
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
57
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
58 ----
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
59
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
60 **Why use WebLogo in Galaxy?**
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
61
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
62 Weblogo3_ is a good example of an easy to use tool and there are plenty of other web accessible weblogo generator sites available.
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
63
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
64 However, none of those offer the combination of:
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
65
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
66 1) persistence of analyses and data in multiple shareable histories, pages and libraries
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
67
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
68 2) convenient access to shared data libraries, workflows and user controlled pages, and to 3rd party data sources like UCSC tables.
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
69
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
70 3) analyses integrated with many other applicable generic and specialized tools already available for downstream processing.
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
71
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
72 that you get for free when you use Galaxy. No muss; no fuss.
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
73
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
74 ----
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
75
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
76 **Attribution**
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
77
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
78 Weblogo attribution and associated documentation are available at Weblogo3_
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
79
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
80 This wrapper was written by Ross Lazarus for the rgenetics project and the source code is licensed under the LGPL_ like other rgenetics artefacts
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
81
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
82 .. _Weblogo3: http://weblogo.berkeley.edu/
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
83
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
84 .. _LGPL: http://www.gnu.org/copyleft/lesser.html
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
85
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
86 </help>
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
87
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
88 </tool>
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
89
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
90