annotate tools/emboss_5/emboss_showfeat.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: showfeat85" name="showfeat" version="5.0.0">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
2 <!-- tool gives memory errors -->
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
3 <description>Show features of a sequence</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>showfeat -sequence $input1 -outfile $out_file1 -matchsource "$matchsource" -matchtype "$matchtype" -matchtag "$matchtag" -matchvalue "$matchvalue" -sort $sort -annotation "$annotation" -id
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
6 $id -description "$description" -scale "$scale" -width "$width" -collapse $collapse -forward $forward -reverse $reverse -unknown $unknown -strand $strand -source $source -position $position -type
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
7 $type -tags $tags -values $values -stricttags $stricttags -html $html_out1 -auto</command>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
8 <inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
9 <param format="data" name="input1" type="data">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
10 <label>Sequences</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
11 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
12 <param name="html_out1" type="select">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
13 <label>Format output as an HTML table</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
14 <option value="no">No</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
15 <option value="yes">Yes</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
16 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
17 <param name="matchsource" size="50" type="text" value="*">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
18 <label>Feature source to match</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
19 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
20 <param name="matchtype" size="50" type="text" value="*">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
21 <label>Feature type to match</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
22 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
23 <param name="matchtag" size="50" type="text" value="*">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
24 <label>Feature tags to match</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
25 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
26 <param name="matchvalue" size="50" type="text" value="*">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
27 <label>Tag values to match</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
28 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
29 <param name="sort" type="select">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
30 <label>Sort by</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
31 <option value="start">Start position</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
32 <option value="source">Source</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
33 <option value="type">Type</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
34 <option value="nosort">No sorting done</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
35 <option value="join">Join coding regions together</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
36 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
37 <param name="annotation" size="50" type="text" value="">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
38 <label>Regions to annotate by marking</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
39 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
40 <param name="id" type="select">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
41 <label>Display the ID name of the sequence</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
42 <option value="yes">Yes</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
43 <option value="no">No</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
44 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
45 <param name="description" type="select">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
46 <label>Display the description of the sequence</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
47 <option value="yes">Yes</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
48 <option value="no">No</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
49 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
50 <param name="scale" type="select">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
51 <label>Display the scale line</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
52 <option value="yes">Yes</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
53 <option value="no">No</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
54 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
55 <param name="width" size="50" type="text" value="60">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
56 <label>Screen width</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
57 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
58 <param name="collapse" type="select">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
59 <label>Collapse features</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
60 <option value="no">No</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
61 <option value="yes">Yes</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
62 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
63 <param name="forward" type="select">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
64 <label>Display forward sense features</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
65 <option value="yes">Yes</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
66 <option value="no">No</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
67 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
68 <param name="reverse" type="select">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
69 <label>Display reverse sense features</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
70 <option value="yes">Yes</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
71 <option value="no">No</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
72 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
73 <param name="unknown" type="select">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
74 <label>Display unknown sense features</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
75 <option value="yes">Yes</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
76 <option value="no">No</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
77 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
78 <param name="strand" type="select">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
79 <label>Display the strand of the features</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
80 <option value="no">No</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
81 <option value="yes">Yes</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
82 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
83 <param name="source" type="select">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
84 <label>Display the source of the features</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
85 <option value="no">No</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
86 <option value="yes">Yes</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
87 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
88 <param name="position" type="select">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
89 <label>SDisplay the start and end position of the features</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
90 <option value="no">No</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
91 <option value="yes">Yes</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
92 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
93 <param name="type" type="select">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
94 <label>Display the type of the features</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
95 <option value="yes">Yes</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
96 <option value="no">No</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
97 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
98 <param name="tags" type="select">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
99 <label>Display the tags and values of the features</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
100 <option value="no">No</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
101 <option value="yes">Yes</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
102 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
103 <param name="values" type="select">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
104 <label>Display the tag values of the features</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
105 <option value="yes">Yes</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
106 <option value="no">No</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
107 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
108 <param name="stricttags" type="select">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
109 <label>Display only those tag/value pairs in a feature that match the specified tag and value</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
110 <option value="no">No</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
111 <option value="yes">Yes</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
112 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
113 </inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
114 <outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
115 <data format="showfeat" name="out_file1" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
116 </outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
117 <code file="emboss_format_corrector.py" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
118 <help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
119 You can view the original documentation here_.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
120
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
121 .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/showfeat.html
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
122 </help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
123 </tool>