Mercurial > repos > devteam > emboss_5
annotate emboss_tranalign.xml @ 15:dc492eb6a4fc draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit 431486be049407b094d495ae4a68bf76d27fa522
author | iuc |
---|---|
date | Mon, 28 Jan 2019 14:50:36 -0500 |
parents | 8992d258e42f |
children |
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: tranalign100" name="tranalign" 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>Align nucleic coding regions given the aligned proteins</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 tranalign |
832c20329690
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
10
diff
changeset
|
10 -asequence '$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 -bsequence '$input2' |
832c20329690
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
10
diff
changeset
|
12 -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
|
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 -osformat3 $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
|
15 -auto |
832c20329690
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
10
diff
changeset
|
16 ]]></command> |
832c20329690
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
10
diff
changeset
|
17 <inputs> |
832c20329690
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
10
diff
changeset
|
18 <param name="input1" argument="-asequence" type="data" format="fasta" label="Nucleic sequences" /> |
832c20329690
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
10
diff
changeset
|
19 <param name="input2" argument="-bsequence" type="data" format="data" label="Protein sequences" /> |
832c20329690
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
10
diff
changeset
|
20 <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
|
21 <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
|
22 <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
|
23 <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
|
24 <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
|
25 <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
|
26 <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
|
27 <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
|
28 <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
|
29 <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
|
30 <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
|
31 <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
|
32 <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
|
33 <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
|
34 <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
|
35 <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
|
36 <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
|
37 <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
|
38 <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
|
39 </param> |
832c20329690
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
10
diff
changeset
|
40 <param name="out_format1" argument="-osformat3" 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
|
41 <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
|
42 <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
|
43 <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
|
44 <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
|
45 <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
|
46 <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
|
47 <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
|
48 <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
|
49 <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
|
50 <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
|
51 <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
|
52 <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
|
53 <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
|
54 <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
|
55 <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
|
56 <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
|
57 <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
|
58 <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
|
59 <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
|
60 <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
|
61 <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
|
62 <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
|
63 <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
|
64 <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
|
65 <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
|
66 <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
|
67 <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
|
68 <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
|
69 <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
|
70 </param> |
832c20329690
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
10
diff
changeset
|
71 </inputs> |
832c20329690
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
10
diff
changeset
|
72 <outputs> |
832c20329690
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
10
diff
changeset
|
73 <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
|
74 </outputs> |
832c20329690
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
10
diff
changeset
|
75 <tests> |
832c20329690
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
10
diff
changeset
|
76 <test> |
832c20329690
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
10
diff
changeset
|
77 <param name="input1" value="3.fasta"/> |
832c20329690
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
10
diff
changeset
|
78 <param name="input2" value="2.pep"/> |
832c20329690
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
10
diff
changeset
|
79 <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
|
80 <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
|
81 <output name="out_file1" file="emboss_tranalign_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
|
82 </test> |
832c20329690
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
10
diff
changeset
|
83 </tests> |
832c20329690
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
10
diff
changeset
|
84 <help><![CDATA[ |
832c20329690
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
10
diff
changeset
|
85 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
|
86 |
12
832c20329690
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
10
diff
changeset
|
87 .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/tranalign.html |
832c20329690
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
10
diff
changeset
|
88 ]]></help> |
832c20329690
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit ca9a6baaede679d619675e48d665748a91950115
iuc
parents:
10
diff
changeset
|
89 <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
|
90 </tool> |