annotate tools/emboss_5/emboss_transeq.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: transeq101" name="transeq" version="5.0.0">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
2 <description>Translate nucleic acid sequences</description>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
3 <requirements><requirement type="package" version="5.0.0">emboss</requirement></requirements>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
4 <command>transeq -sequence $input1 -outseq $out_file1 -frame $frame -table $table -regions "$regions" -trim $trim -clean $clean -alternative $alternative -osformat2 $out_format1 -auto</command>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
5 <inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
6 <param format="fasta" name="input1" type="data">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
7 <label>Sequences</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
8 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
9 <param name="frame" type="select">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
10 <label>Frame(s) to translate</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
11 <option value="1">Frame 1</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
12 <option value="2">Frame 2</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
13 <option value="3">Frame 3</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
14 <option value="F">Forward three frames</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
15 <option value="-1">Frame -1</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
16 <option value="-2">Frame -2</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
17 <option value="-3">Frame -3</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
18 <option value="R">Reverse three frames</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
19 <option value="6">All six frames</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
20 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
21 <param name="table" type="select">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
22 <label>Code to use</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
23 <option value="0">Standard</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
24 <option value="1">Standard (with alternative initiation codons)</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
25 <option value="2">Vertebrate Mitochondrial</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
26 <option value="3">Yeast Mitochondrial</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
27 <option value="4">Mold, Protozoan, Coelenterate Mitochondrial and Mycoplasma/Spiroplasma</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
28 <option value="5">Invertebrate Mitochondrial</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
29 <option value="6">Ciliate Macronuclear and Dasycladacean</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
30 <option value="9">Echinoderm Mitochondrial</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
31 <option value="10">Euplotid Nuclear</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
32 <option value="11">Bacterial</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
33 <option value="12">Alternative Yeast Nuclear</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
34 <option value="13">Ascidian Mitochondrial</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
35 <option value="14">Flatworm Mitochondrial</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
36 <option value="15">Blepharisma Macronuclear</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
37 <option value="16">Chlorophycean Mitochondrial</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
38 <option value="21">Trematode Mitochondrial</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
39 <option value="22">Scenedesmus obliquus</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
40 <option value="23">Thraustochytrium Mitochondrial</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
41 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
42 <param name="regions" size="10" type="text" value="">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
43 <label>Regions to translate</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
44 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
45 <param name="trim" type="select">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
46 <label>Remove all 'X' and '*' characters from the right end of the translation</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
47 <option value="no">No</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
48 <option value="yes">Yes</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
49 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
50 <param name="clean" type="select">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
51 <label>Change all STOP codon positions from the '*' character to 'X'</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
52 <option value="no">No</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
53 <option value="yes">Yes</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
54 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
55 <param name="alternative" type="select">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
56 <label>Define frame '-1' as using the set of codons starting with the last codon of the sequence</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
57 <option value="no">No</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
58 <option value="yes">Yes</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
59 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
60 <param name="out_format1" type="select">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
61 <label>Output Sequence File Format</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
62 <option value="fasta">FASTA (m)</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
63 <option value="acedb">ACeDB (m)</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
64 <option value="asn1">ASN.1 (m)</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
65 <option value="clustal">Clustal (m)</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
66 <option value="codata">CODATA (m)</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
67 <option value="embl">EMBL (m)</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
68 <option value="fitch">Fitch (m)</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
69 <option value="gcg">Wisconsin Package GCG 9.x and 10.x (s)</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
70 <option value="genbank">GENBANK (m)</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
71 <option value="gff">GFF (m)</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
72 <option value="hennig86">Hennig86 (m)</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
73 <option value="ig">Intelligenetics (m)</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
74 <option value="jackknifer">Jackknifer (m)</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
75 <option value="jackknifernon">Jackknifernon (m)</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
76 <option value="mega">Mega (m)</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
77 <option value="meganon">Meganon (m)</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
78 <option value="msf">Wisconsin Package GCG's MSF (m)</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
79 <option value="pir">NBRF (PIR) (m)</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
80 <option value="ncbi">NCBI style FASTA (m)</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
81 <option value="nexus">Nexus/PAUP (m)</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
82 <option value="nexusnon">Nexusnon/PAUPnon (m)</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
83 <option value="phylip">PHYLIP interleaved (m)</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
84 <option value="phylipnon">PHYLIP non-interleaved (m)</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
85 <option value="selex">SELEX (m)</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
86 <option value="staden">Staden (s)</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
87 <option value="strider">DNA strider (m)</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
88 <option value="swiss">SwisProt entry (m)</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
89 <option value="text">Plain sequence (s)</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
90 <option value="treecon">Treecon (m)</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
91 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
92 </inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
93 <outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
94 <data format="fasta" name="out_file1" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
95 </outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
96 <tests>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
97 <test>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
98 <param name="input1" value="2.fasta"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
99 <param name="frame" value="1"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
100 <param name="table" value="0"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
101 <param name="regions" value=""/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
102 <param name="trim" value="no"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
103 <param name="clean" value="no"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
104 <param name="alternative" value="no"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
105 <param name="out_format1" value="fasta"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
106 <output name="out_file1" file="emboss_transeq_out.fasta"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
107 </test>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
108 </tests>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
109 <code file="emboss_format_corrector.py" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
110 <help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
111
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
112 .. class:: warningmark
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
113
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
114 The input dataset needs to be sequences.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
115
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
116 -----
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
117
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
118 You can view the original documentation here_.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
119
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
120 .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/transeq.html
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
121 </help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
122 </tool>