Mercurial > repos > jjkoehorst > sapp
annotate aragorn.xml @ 35:fa736576c7ed draft
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
author | jjkoehorst |
---|---|
date | Mon, 04 Jul 2016 10:37:59 -0400 |
parents | |
children |
rev | line source |
---|---|
35
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
1 <tool id="DAragorn" name="tRNA and tmRNA prediction" version="0.3"> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
2 <description>SAPP - Aragorn tRNA and tmRNA prediction</description> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
3 <requirements> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
4 <container type="docker">jjkoehorst/sappdocker:ARAGORN</container> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
5 </requirements> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
6 <command interpreter="docker">java -jar /aragorn/aragorn-0.0.1-SNAPSHOT-jar-with-dependencies.jar |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
7 '-input' '$input' '-output' '$output' '-gc' $genbank_gencode |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
8 '$tmRNA' '$tRNA' '$topology' -format TURTLE |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
9 </command> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
10 <inputs> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
11 <param format="ttl" label="RDF Genome" name="input" type="data"/> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
12 <param label="Genetic code" name="genbank_gencode" type="select"> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
13 <option select="True" value="1">1. Standard</option> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
14 <option value="2">2. Vertebrate Mitochondrial</option> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
15 <option value="3">3. Yeast Mitochondrial</option> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
16 <option value="4">4. Mold, Protozoan, and Coelenterate |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
17 Mitochondrial Code and the Mycoplasma/Spiroplasma Code</option> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
18 <option value="5">5. Invertebrate Mitochondrial</option> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
19 <option value="6">6. Ciliate, Dasycladacean and Hexamita Nuclear |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
20 Code</option> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
21 <option value="9">9. Echinoderm Mitochondrial</option> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
22 <option value="10">10. Euplotid Nuclear</option> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
23 <option value="11">11. Bacteria and Archaea</option> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
24 <option value="12">12. Alternative Yeast Nuclear</option> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
25 <option value="13">13. Ascidian Mitochondrial</option> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
26 <option value="14">14. Flatworm Mitochondrial</option> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
27 <option value="15">15. Blepharisma Macronuclear</option> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
28 <option value="16">16. Chlorophycean Mitochondrial</option> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
29 <option value="21">21. Trematode Mitochondrial</option> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
30 <option value="22">22. Scenedesmus obliquus mitochondrial</option> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
31 <option value="23">23. Thraustochytrium Mitochondrial</option> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
32 <option value="24">24. Pterobranchia mitochondrial</option> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
33 </param> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
34 <param label="Topology" name="topology" type="select"> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
35 <option value="-c">Assume that each sequence has a circular |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
36 topology</option> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
37 <option value="-l">Assume that each sequence has a linear topology |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
38 </option> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
39 </param> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
40 <param checked="true" falsevalue="" help="" label="Search for tmRNA genes (-m)" name="tmRNA" truevalue="-m" type="boolean"/> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
41 <param checked="true" falsevalue="" help="" label="Search for tRNA genes (-t)" name="tRNA" truevalue="-t" type="boolean"/> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
42 </inputs> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
43 <outputs> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
44 <data format="ttl" label="Aragorn: ${input.name}" name="output"/> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
45 </outputs> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
46 <citations> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
47 <citation type="bibtex">@article{Laslett2004, |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
48 abstract = {A computer program, ARAGORN, identifies tRNA and tmRNA genes. The |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
49 program employs heuristic algorithms to predict tRNA secondary |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
50 structure, based on homology with recognized tRNA consensus sequences |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
51 and ability to form a base-paired cloverleaf. tmRNA genes are |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
52 identified using a modified version of the BRUCE program. ARAGORN |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
53 achieves a detection sensitivity of 99\% from a set of 1290 |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
54 eubacterial, eukaryotic and archaeal tRNA genes and detects all |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
55 complete tmRNA sequences in the tmRNA database, improving on the |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
56 performance of the BRUCE program. Recently discovered tmRNA genes in |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
57 the chloroplasts of two species from the 'green' algae lineage are |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
58 detected. The output of the program reports the proposed tRNA |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
59 secondary structure and, for tmRNA genes, the secondary structure of |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
60 the tRNA domain, the tmRNA gene sequence, the tag peptide and a list |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
61 of organisms with matching tmRNA peptide tags.}, |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
62 author = {Laslett, Dean and Canback, Bjorn}, |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
63 doi = {10.1093/nar/gkh152}, |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
64 file = {:Users/koeho006/Library/Application Support/Mendeley |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
65 Desktop/Downloaded/Laslett, Canback - 2004 - ARAGORN, a program to |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
66 detect tRNA genes and tmRNA genes in nucleotide sequences.pdf:pdf}, |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
67 isbn = {1362-4962 (Electronic)$\backslash$n1362-4962 (Linking)}, |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
68 issn = {03051048}, |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
69 journal = {Nucleic Acids Research}, |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
70 mendeley-groups = {VAPP Application note}, |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
71 pages = {11--16}, |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
72 pmid = {14704338}, |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
73 title = {{ARAGORN, a program to detect tRNA genes and tmRNA genes in |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
74 nucleotide sequences}}, |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
75 volume = {32}, |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
76 year = {2004} |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
77 } |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
78 </citation> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
79 </citations> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
80 </tool> |