Mercurial > repos > jjkoehorst > sapp
annotate priam.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 |
rev | line source |
---|---|
35
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
1 <tool id="DPriam" name="PRIAM EC detection" 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:PRIAM</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 /priam/priam-0.0.1-SNAPSHOT-jar-with-dependencies.jar |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
7 '-input' '$input' -format TURTLE -output '$output' |
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 </inputs> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
12 <outputs> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
13 <data format="ttl" label="PRIAM: ${input.name}" name="output"/> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
14 </outputs> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
15 <help>EC detection using PRIAM. An RDF file with protein prediction is |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
16 required. Either from Genbank/EMBL or from Prodigal gene prediction |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
17 module. |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
18 </help> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
19 <citations> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
20 <citation type="bibtex">@article{Claudel-Renard2003, |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
21 abstract = {The |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
22 advent of fully sequenced genomes opens the ground for the |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
23 reconstruction of metabolic pathways on the basis of the |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
24 identification of enzyme-coding genes. Here we describe PRIAM, a |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
25 method for automated enzyme detection in a fully sequenced genome, |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
26 based on the classification of enzymes in the ENZYME database. PRIAM |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
27 relies on sets of position-specific scoring matrices ( profiles') |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
28 automatically tailored for each ENZYME entry. Automatically generated |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
29 logical rules define which of these profiles is required in order to |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
30 infer the presence of the corresponding enzyme in an organism. As an |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
31 example, PRIAM was applied to identify potential metabolic pathways |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
32 from the complete genome of the nitrogen-fixing bacterium |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
33 Sinorhizobium meliloti. The results of this automated method were |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
34 compared with the original genome annotation and visualised on KEGG |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
35 graphs in order to facilitate the interpretation of metabolic |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
36 pathways and to highlight potentially missing enzymes.}, |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
37 author = |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
38 {Claudel-Renard, C.}, |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
39 doi = {10.1093/nar/gkg847}, |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
40 issn = {1362-4962}, |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
41 journal = {Nucleic Acids Research}, |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
42 month = nov, |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
43 number = {22}, |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
44 pages = |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
45 {6633--6639}, |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
46 title = {{Enzyme-specific profiles for genome |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
47 annotation: PRIAM}}, |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
48 url = |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
49 {http://nar.oxfordjournals.org/content/31/22/6633.abstract?etoc}, |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
50 volume = {31}, |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
51 year = {2003} |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
52 } |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
53 </citation> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
54 </citations> |
fa736576c7ed
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff
changeset
|
55 </tool> |