annotate tools/emboss_5/emboss_pepwheel.xml @ 0:9071e359b9a3

Uploaded
author xuebing
date Fri, 09 Mar 2012 19:37:19 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
1 <tool id="EMBOSS: pepwheel72" name="pepwheel" version="5.0.0">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
2 <!-- produces png file -->
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
3 <description>Shows protein sequences as helices</description>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
4 <requirements><requirement type="package" version="5.0.0">emboss</requirement></requirements>
9071e359b9a3 Uploaded
xuebing
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
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
6 $amphipathic -steps $steps -turns $turns -wheel $wheel -auto</command>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
7 <inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
8 <param format="data" name="input1" type="data">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
9 <label>Sequence</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
10 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
11 <param name="steps" size="10" type="text" value="18">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
12 <label>Steps, the number of residues plotted per turn is this value divided by the 'turns' value</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
13 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
14 <param name="turns" size="10" type="text" value="5">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
15 <label>Turns, the number of residues plotted per turn is the 'steps' value divided by this value</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
16 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
17 <param name="squares" size="10" type="text" value="ILVM">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
18 <label>Residues to mark with squares</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
19 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
20 <param name="diamonds" size="10" type="text" value="DENQST">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
21 <label>Residues to mark with diamonds</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
22 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
23 <param name="octags" size="10" type="text" value="HKR">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
24 <label>Residues to mark with octagons</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
25 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
26 <param name="wheel" type="select">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
27 <label>Plot the wheel</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
28 <option value="yes">Yes</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
29 <option value="no">No</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
30 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
31 <param name="amphipathic" type="select">
9071e359b9a3 Uploaded
xuebing
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>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
33 <option value="no">No</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
34 <option value="yes">Yes</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
35 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
36 </inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
37 <outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
38 <data format="png" name="out_file1" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
39 </outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
40 <help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
41 You can view the original documentation here_.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
42
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
43 .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/pepwheel.html
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
44 </help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
45 </tool>