annotate sappDocker/priam.xml @ 32:7b519ee3ea3b draft

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