Mercurial > repos > devteam > emboss_5
annotate emboss_tranalign.xml @ 20:21a9fb508031 draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
author | iuc |
---|---|
date | Tue, 31 Aug 2021 08:05:39 +0000 |
parents | 27c43fb015f0 |
children |
rev | line source |
---|---|
14
27c43fb015f0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit 9844cae766e7471d9fa6b2e8356e5194e77f6753
iuc
parents:
13
diff
changeset
|
1 <tool id="EMBOSS: tranalign100" name="tranalign" version="@VERSION@"> |
13
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
2 <description>Align nucleic coding regions given the aligned proteins</description> |
20
21a9fb508031
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
14
diff
changeset
|
3 <expand macro="bio_tools" /> |
13
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
4 <macros> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
5 <import>macros.xml</import> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
6 </macros> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
7 <expand macro="requirements" /> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
8 <code file="emboss_format_corrector.py" /> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
9 <command detect_errors="aggressive"><![CDATA[ |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
10 tranalign |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
11 -asequence '$input1' |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
12 -bsequence '$input2' |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
13 -outseq '$out_file1' |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
14 -table $table |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
15 -osformat3 $out_format1 |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
16 -auto |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
17 ]]></command> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
18 <inputs> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
19 <param name="input1" argument="-asequence" type="data" format="fasta" label="Nucleic sequences" /> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
20 <param name="input2" argument="-bsequence" type="data" format="data" label="Protein sequences" /> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
21 <param argument="-table" type="select" label="Code to use"> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
22 <option value="0">Standard</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
23 <option value="1">Standard (with alternative initiation codons)</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
24 <option value="2">Vertebrate Mitochondrial</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
25 <option value="3">Yeast Mitochondrial</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
26 <option value="4">Mold, Protozoan, Coelenterate Mitochondrial and Mycoplasma/Spiroplasma</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
27 <option value="5">Invertebrate Mitochondrial</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
28 <option value="6">Ciliate Macronuclear and Dasycladacean</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
29 <option value="9">Echinoderm Mitochondrial</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
30 <option value="10">Euplotid Nuclear</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
31 <option value="11">Bacterial</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
32 <option value="12">Alternative Yeast Nuclear</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
33 <option value="13">Ascidian Mitochondrial</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
34 <option value="14">Flatworm Mitochondrial</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
35 <option value="15">Blepharisma Macronuclear</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
36 <option value="16">Chlorophycean Mitochondrial</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
37 <option value="21">Trematode Mitochondrial</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
38 <option value="22">Scenedesmus obliquus</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
39 <option value="23">Thraustochytrium Mitochondrial</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
40 </param> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
41 <param name="out_format1" argument="-osformat3" type="select" label="Output sequence file format"> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
42 <option value="fasta">FASTA (m)</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
43 <option value="acedb">ACeDB (m)</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
44 <option value="asn1">ASN.1 (m)</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
45 <option value="clustal">Clustal (m)</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
46 <option value="codata">CODATA (m)</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
47 <option value="embl">EMBL (m)</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
48 <option value="fitch">Fitch (m)</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
49 <option value="gcg">Wisconsin Package GCG 9.x and 10.x (s)</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
50 <option value="genbank">GENBANK (m)</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
51 <option value="gff">GFF (m)</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
52 <option value="hennig86">Hennig86 (m)</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
53 <option value="ig">Intelligenetics (m)</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
54 <option value="jackknifer">Jackknifer (m)</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
55 <option value="jackknifernon">Jackknifernon (m)</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
56 <option value="mega">Mega (m)</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
57 <option value="meganon">Meganon (m)</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
58 <option value="msf">Wisconsin Package GCG's MSF (m)</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
59 <option value="pir">NBRF (PIR) (m)</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
60 <option value="ncbi">NCBI style FASTA (m)</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
61 <option value="nexus">Nexus/PAUP (m)</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
62 <option value="nexusnon">Nexusnon/PAUPnon (m)</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
63 <option value="phylip">PHYLIP interleaved (m)</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
64 <option value="phylipnon">PHYLIP non-interleaved (m)</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
65 <option value="selex">SELEX (m)</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
66 <option value="staden">Staden (s)</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
67 <option value="strider">DNA strider (m)</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
68 <option value="swiss">SwisProt entry (m)</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
69 <option value="text">Plain sequence (s)</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
70 <option value="treecon">Treecon (m)</option> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
71 </param> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
72 </inputs> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
73 <outputs> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
74 <data name="out_file1" format="fasta" /> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
75 </outputs> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
76 <tests> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
77 <test> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
78 <param name="input1" value="3.fasta"/> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
79 <param name="input2" value="2.pep"/> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
80 <param name="table" value="0"/> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
81 <param name="out_format1" value="fasta"/> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
82 <output name="out_file1" file="emboss_tranalign_out.fasta"/> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
83 </test> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
84 </tests> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
85 <help><![CDATA[ |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
86 You can view the original documentation here_. |
10
9b98d3d903c6
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/emboss_5 commit fc158bfe5f5927dc199321a2cf43310373cbc8ba
devteam
parents:
diff
changeset
|
87 |
13
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
88 .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/tranalign.html |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
89 ]]></help> |
d5c3794bd246
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
11
diff
changeset
|
90 <expand macro="citations" /> |
10
9b98d3d903c6
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/emboss_5 commit fc158bfe5f5927dc199321a2cf43310373cbc8ba
devteam
parents:
diff
changeset
|
91 </tool> |