annotate tools/emboss_5/emboss_pepnet.xml @ 1:cdcb0ce84a1b

Uploaded
author xuebing
date Fri, 09 Mar 2012 19:45:15 -0500
parents 9071e359b9a3
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: pepnet70" name="pepnet" version="5.0.0">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
2 <!-- graphical output file with path information -->
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
3 <description>Displays proteins as a helical net</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>pepnet -sequence $input1 -graph png -goutfile $out_file1 -squares $squares -diamonds $diamonds -octags $octags -amphipathic $amphipathic -auto</command>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
6 <inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
7 <param format="data" name="input1" type="data">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
8 <label>Sequence</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
9 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
10 <param name="squares" size="10" type="text" value="ILVM">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
11 <label>Residues to mark with squares</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
12 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
13 <param name="diamonds" size="10" type="text" value="DENQST">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
14 <label>Residues to mark with diamonds</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
15 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
16 <param name="octags" size="10" type="text" value="HKR ">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
17 <label>Residues to mark with octagons</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
18 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
19 <param name="amphipathic" type="select">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
20 <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
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 </inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
25 <outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
26 <data format="png" name="out_file1" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
27 </outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
28 <help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
29 You can view the original documentation here_.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
30
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
31 .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/pepnet.html
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
32 </help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
33 </tool>