annotate emboss_5/emboss_pepwheel.xml @ 8:b810c96613ee draft

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/emboss_5 commit a1517c9d22029095120643bbe2c8fa53754dd2b7
author devteam
date Wed, 11 Nov 2015 12:12:41 -0500
parents b94ca591877b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
1 <tool id="EMBOSS: pepwheel72" name="pepwheel" version="5.0.0">
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
2 <!-- produces png file -->
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
3 <description>Shows protein sequences as helices</description>
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
4 <requirements><requirement type="package" version="5.0.0">emboss</requirement></requirements>
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
5 <command interpreter="perl">emboss_single_outputfile_wrapper.pl pepwheel -sequence $input1 -graph png -goutfile $out_file1 -squares $squares -diamonds $diamonds -octags $octags -amphipathic
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
6 $amphipathic -steps $steps -turns $turns -wheel $wheel -auto</command>
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
7 <inputs>
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
8 <param format="data" name="input1" type="data">
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
9 <label>Sequence</label>
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
10 </param>
8
b810c96613ee planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/emboss_5 commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
11 <param name="steps" type="text" value="18">
0
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
12 <label>Steps, the number of residues plotted per turn is this value divided by the 'turns' value</label>
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
13 </param>
8
b810c96613ee planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/emboss_5 commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
14 <param name="turns" type="text" value="5">
0
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
15 <label>Turns, the number of residues plotted per turn is the 'steps' value divided by this value</label>
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
16 </param>
8
b810c96613ee planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/emboss_5 commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
17 <param name="squares" type="text" value="ILVM">
0
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
18 <label>Residues to mark with squares</label>
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
19 </param>
8
b810c96613ee planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/emboss_5 commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
20 <param name="diamonds" type="text" value="DENQST">
0
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
21 <label>Residues to mark with diamonds</label>
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
22 </param>
8
b810c96613ee planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/emboss_5 commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 0
diff changeset
23 <param name="octags" type="text" value="HKR">
0
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
24 <label>Residues to mark with octagons</label>
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
25 </param>
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
26 <param name="wheel" type="select">
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
27 <label>Plot the wheel</label>
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
28 <option value="yes">Yes</option>
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
29 <option value="no">No</option>
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
30 </param>
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
31 <param name="amphipathic" type="select">
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
32 <label>If this is true then the residues ACFGILMVWY are marked as squares and all other residues are unmarked. This overrides any other markup that you may have specified</label>
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
33 <option value="no">No</option>
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
34 <option value="yes">Yes</option>
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
35 </param>
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
36 </inputs>
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
37 <outputs>
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
38 <data format="png" name="out_file1" />
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
39 </outputs>
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
40 <help>
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
41 You can view the original documentation here_.
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
42
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
43 .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/pepwheel.html
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
44
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
45 ------
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
46
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
47 **Citation**
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
48
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
49 For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. &lt;http://www.ncbi.nlm.nih.gov/pubmed/10827456&gt;`_
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
50
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
51 If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. &lt;http://www.ncbi.nlm.nih.gov/pubmed/17568012&gt;`_
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
52 </help>
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
53 </tool>