annotate emboss_transeq.xml @ 14:2e0fb4bc860e draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit fed02ef07e0a45f0d5a89cdca364607ab8da6cf9
author iuc
date Mon, 28 Jan 2019 11:22:18 -0500
parents 8992d258e42f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13
8992d258e42f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit 9844cae766e7471d9fa6b2e8356e5194e77f6753
iuc
parents: 12
diff changeset
1 <tool id="EMBOSS: transeq101" name="transeq" version="@VERSION@">
12
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
2 <description>Translate nucleic acid sequences</description>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
3 <macros>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
4 <import>macros.xml</import>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
5 </macros>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
6 <expand macro="requirements" />
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
7 <code file="emboss_format_corrector.py" />
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
8 <command detect_errors="aggressive"><![CDATA[
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
9 transeq
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
10 -sequence '$input1'
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
11 -outseq '$out_file1'
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
12 -frame $frame
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
13 -table $table
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
14 #if str($regions).strip():
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
15 -regions '$regions'
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
16 #end if
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
17 -trim $trim
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
18 -clean $clean
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
19 -alternative $alternative
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
20 -osformat2 '$out_format1'
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
21 -auto
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
22 ]]></command>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
23 <inputs>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
24 <param name="input1" argument="-sequence" type="data" format="fasta" label="Sequences" />
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
25 <param argument="-frame" type="select" label="Frame(s) to translate">
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
26 <option value="1">Frame 1</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
27 <option value="2">Frame 2</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
28 <option value="3">Frame 3</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
29 <option value="F">Forward three frames</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
30 <option value="-1">Frame -1</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
31 <option value="-2">Frame -2</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
32 <option value="-3">Frame -3</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
33 <option value="R">Reverse three frames</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
34 <option value="6">All six frames</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
35 </param>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
36 <param argument="-table" type="select" label="Code to use">
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
37 <option value="0">Standard</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
38 <option value="1">Standard (with alternative initiation codons)</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
39 <option value="2">Vertebrate Mitochondrial</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
40 <option value="3">Yeast Mitochondrial</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
41 <option value="4">Mold, Protozoan, Coelenterate Mitochondrial and Mycoplasma/Spiroplasma</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
42 <option value="5">Invertebrate Mitochondrial</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
43 <option value="6">Ciliate Macronuclear and Dasycladacean</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
44 <option value="9">Echinoderm Mitochondrial</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
45 <option value="10">Euplotid Nuclear</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
46 <option value="11">Bacterial</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
47 <option value="12">Alternative Yeast Nuclear</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
48 <option value="13">Ascidian Mitochondrial</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
49 <option value="14">Flatworm Mitochondrial</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
50 <option value="15">Blepharisma Macronuclear</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
51 <option value="16">Chlorophycean Mitochondrial</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
52 <option value="21">Trematode Mitochondrial</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
53 <option value="22">Scenedesmus obliquus</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
54 <option value="23">Thraustochytrium Mitochondrial</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
55 </param>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
56 <param argument="-regions" type="text" value="" label="Regions to translate" />
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
57 <param argument="-trim" type="select" label="Remove all 'X' and '*' characters from the right end of the translation">
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
58 <option value="no">No</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
59 <option value="yes">Yes</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
60 </param>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
61 <param argument="-clean" type="select" label="Change all STOP codon positions from the '*' character to 'X'">
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
62 <option value="no">No</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
63 <option value="yes">Yes</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
64 </param>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
65 <param argument="-alternative" type="select" label="Define frame '-1' as using the set of codons starting with the last codon of the sequence">
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
66 <option value="no">No</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
67 <option value="yes">Yes</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
68 </param>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
69 <param name="out_format1" argument="-osformat2" type="select" label="Output sequence file format">
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
70 <option value="fasta">FASTA (m)</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
71 <option value="acedb">ACeDB (m)</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
72 <option value="asn1">ASN.1 (m)</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
73 <option value="clustal">Clustal (m)</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
74 <option value="codata">CODATA (m)</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
75 <option value="embl">EMBL (m)</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
76 <option value="fitch">Fitch (m)</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
77 <option value="gcg">Wisconsin Package GCG 9.x and 10.x (s)</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
78 <option value="genbank">GENBANK (m)</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
79 <option value="gff">GFF (m)</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
80 <option value="hennig86">Hennig86 (m)</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
81 <option value="ig">Intelligenetics (m)</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
82 <option value="jackknifer">Jackknifer (m)</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
83 <option value="jackknifernon">Jackknifernon (m)</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
84 <option value="mega">Mega (m)</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
85 <option value="meganon">Meganon (m)</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
86 <option value="msf">Wisconsin Package GCG's MSF (m)</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
87 <option value="pir">NBRF (PIR) (m)</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
88 <option value="ncbi">NCBI style FASTA (m)</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
89 <option value="nexus">Nexus/PAUP (m)</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
90 <option value="nexusnon">Nexusnon/PAUPnon (m)</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
91 <option value="phylip">PHYLIP interleaved (m)</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
92 <option value="phylipnon">PHYLIP non-interleaved (m)</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
93 <option value="selex">SELEX (m)</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
94 <option value="staden">Staden (s)</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
95 <option value="strider">DNA strider (m)</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
96 <option value="swiss">SwisProt entry (m)</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
97 <option value="text">Plain sequence (s)</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
98 <option value="treecon">Treecon (m)</option>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
99 </param>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
100 </inputs>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
101 <outputs>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
102 <data name="out_file1" format="fasta" />
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
103 </outputs>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
104 <tests>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
105 <test>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
106 <param name="input1" value="2.fasta"/>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
107 <param name="frame" value="1"/>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
108 <param name="table" value="0"/>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
109 <param name="regions" value=""/>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
110 <param name="trim" value="no"/>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
111 <param name="clean" value="no"/>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
112 <param name="alternative" value="no"/>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
113 <param name="out_format1" value="fasta"/>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
114 <output name="out_file1" file="emboss_transeq_out.fasta"/>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
115 </test>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
116 </tests>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
117 <help><![CDATA[
10
d49956b87f7e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1
iuc
parents:
diff changeset
118 .. class:: warningmark
d49956b87f7e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1
iuc
parents:
diff changeset
119
d49956b87f7e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1
iuc
parents:
diff changeset
120 The input dataset needs to be sequences.
d49956b87f7e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1
iuc
parents:
diff changeset
121
d49956b87f7e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1
iuc
parents:
diff changeset
122 -----
d49956b87f7e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1
iuc
parents:
diff changeset
123
12
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
124 You can view the original documentation here_.
10
d49956b87f7e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1
iuc
parents:
diff changeset
125
12
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
126 .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/transeq.html
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
127 ]]></help>
832c20329690 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents: 10
diff changeset
128 <expand macro="citations" />
10
d49956b87f7e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1
iuc
parents:
diff changeset
129 </tool>