annotate tools/emboss_5/emboss_octanol.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: octanol63" name="octanol" version="5.0.0">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
2 <!-- graphics output with filename, no functional tests added -->
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
3 <description>Displays protein hydropathy</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 octanol -sequence $input1 -graph png -goutfile $out_file1 -width $width -octanolplot $octanolplot -interfaceplot $interfaceplot
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
6 -differenceplot $differenceplot -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>Sequences</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
10 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
11 <param name="width" size="4" type="text" value="19">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
12 <label>Window size</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
13 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
14 <param name="octanolplot" type="select">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
15 <label>Display the octanol plot</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
16 <option value="no">No</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
17 <option value="yes">Yes</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
18 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
19 <param name="interfaceplot" type="select">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
20 <label>Display the interface plot</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
21 <option value="no">No</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
22 <option value="yes">Yes</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
23 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
24 <param name="differenceplot" type="select">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
25 <label>Display the difference plot</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
26 <option value="yes">Yes</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
27 <option value="no">No</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
28 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
29 </inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
30 <outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
31 <data format="png" name="out_file1" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
32 </outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
33 <help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
34 You can view the original documentation here_.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
35
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
36 .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/octanol.html
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
37 </help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
38 </tool>