annotate genecaller.xml @ 36:2201c5d61f16 draft default tip

planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
author jjkoehorst
date Mon, 04 Jul 2016 10:53:52 -0400
parents fa736576c7ed
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
35
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
1 <tool id="DGenes" name="Gene prediction" version="1.0.0">
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
2 <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:GENECALLER</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 /genecaller/genecaller-0.0.1-SNAPSHOT-jar-with-dependencies.jar
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
7 '-runtype' '$runtype' -input $input -output $output -codon $codon -format TURTLE
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
8 </command>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
9 <inputs>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
10 <param format="ttl" label="ttl genome file" name="input" type="data"/>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
11 <param label="codon table selection" name="codon" type="select">
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
12 <option value="11">The Bacterial, Archaeal and Plant Plastid Code
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
13 (transl_table=11)
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
14 </option>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
15 <option value="4">The Mold, Protozoan, Coelenterate Mitochondrial
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
16 and Mycoplasma/Spiroplasma Code (transl_table=4)
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
17 </option>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
18 </param>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
19 <param label="single or meta genome" name="runtype" type="select">
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
20 <option value="single">Single genome analysis</option>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
21 <option value="meta">Metagenome analysis</option>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
22 </param>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
23 </inputs>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
24 <outputs>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
25 <data format="ttl" label="ORF: ${input.name}" name="output"/>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
26 </outputs>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
27 <help>Prodigal gene prediction requires an RDF file from either a
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
28 Genome FASTA or
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
29 Genbank/EMBL format.
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
30 </help>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
31 <citations>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
32 <citation type="bibtex">@article{Hyatt2010,
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
33 abstract = {BACKGROUND: The
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
34 quality of automated gene prediction in microbial
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
35 organisms has
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
36 improved steadily over the past decade, but there is
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
37 still room for
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
38 improvement. Increasing the number of correct
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
39 identifications, both of
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
40 genes and of the translation initiation
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
41 sites for each gene, and
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
42 reducing the overall number of false
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
43 positives, are all desirable
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
44 goals.
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
45
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
46 RESULTS: With our years of experience in manually curating
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
47 genomes for the
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
48 Joint Genome Institute, we developed a new gene
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
49 prediction algorithm
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
50 called Prodigal (PROkaryotic DYnamic programming
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
51 Gene-finding
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
52 ALgorithm). With Prodigal, we focused specifically on the
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
53 three goals
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
54 of improved gene structure prediction, improved
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
55 translation
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
56 initiation site recognition, and reduced false positives.
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
57 We compared
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
58 the results of Prodigal to existing gene-finding methods
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
59 to
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
60 demonstrate that it met each of these objectives.
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
61
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
62 CONCLUSION: We
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
63 built a fast, lightweight, open source gene prediction program
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
64 called
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
65 Prodigal http://compbio.ornl.gov/prodigal/. Prodigal achieved
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
66 good
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
67 results compared to existing methods, and we believe it will be
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
68 a
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
69 valuable asset to automated microbial annotation pipelines.},
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
70 author =
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
71 {Hyatt, Doug and Chen, Gwo-Liang and Locascio, Philip F and
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
72 Land,
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
73 Miriam L and Larimer, Frank W and Hauser, Loren J},
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
74 doi =
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
75 {10.1186/1471-2105-11-119},
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
76 file =
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
77 {:Users/koeho006/Library/Application Support/Mendeley
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
78 Desktop/Downloaded/Hyatt et al. - 2010 - Prodigal prokaryotic gene
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
79 recognition and translation initiation site identification.pdf:pdf},
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
80 issn = {1471-2105},
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
81 journal = {BMC bioinformatics},
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
82 keywords =
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
83 {Algorithms,Databases, Genetic,Genome, Bacterial,Peptide Chain
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
84 Initiation, Translational,Peptide Chain Initiation, Translational:
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
85 genetics,Prokaryotic Cells,Software},
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
86 mendeley-groups = {Dump/VAPP
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
87 Paper},
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
88 month = jan,
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
89 number = {1},
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
90 pages = {119},
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
91 pmid = {20211023},
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
92 title = {{Prodigal: prokaryotic gene recognition and translation
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
93 initiation site identification.}},
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
94 url =
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
95 {http://www.biomedcentral.com/1471-2105/11/119},
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
96 volume = {11},
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
97 year =
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
98 {2010}
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
99 }
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
100
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
101 </citation>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
102 </citations>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
103 </tool>