annotate interproscan.xml @ 35:fa736576c7ed draft

planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
author jjkoehorst
date Mon, 04 Jul 2016 10:37:59 -0400
parents
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="DInterproscan" name="Interproscan" version="1.0.0">
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
2 <description>Interproscan annotation for SAPP</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:INTERPROSCAN</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 /interproscan/interproscanRDF-0.0.1-SNAPSHOT-jar-with-dependencies.jar
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
7 '-input' '$input' '-format' 'TURTLE'
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
8 '-applications' '$appl'
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
9 '-output'
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
10 '$outfile' -v '$version' '$disable'
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
11 </command>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
12 <inputs>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
13 <param format="ttl" label="genome rdf file with orf prediction" name="input" type="data"/>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
14 <param display="checkboxes" help="Select your programm." label="Applications to run" multiple="True" name="appl" type="select">
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
15 <option selected="true" value="TIGRFAM">TIGRFAM: protein families
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
16 based on Hidden Markov Models or HMMs
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
17 </option>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
18 <option selected="false" value="PIRSF">PIRSF: non-overlapping
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
19 clustering of UniProtKB sequences into a hierarchical order
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
20 (evolutionary relationships)
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
21 </option>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
22 <option selected="true" value="ProDom">ProDom: set of protein domain
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
23 families generated from the UniProtKB
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
24 </option>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
25 <option selected="true" value="SMART">SMART: identification and
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
26 analysis of domain architectures based on Hidden Markov Models or
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
27 HMMs
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
28 </option>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
29 <option selected="false" value="PrositeProfiles">PROSITE Profiles:
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
30 protein domains, families and functional sites as well as associated
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
31 profiles to identify them
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
32 </option>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
33 <option selected="true" value="PrositePatterns">PROSITE Pattern:
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
34 protein domains, families and functional sites as well as associated
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
35 patterns to identify them
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
36 </option>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
37 <option selected="false" value="HAMAP">HAMAP: High-quality Automated
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
38 Annotation of Microbial Proteomes
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
39 </option>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
40 <option selected="true" value="PfamA">PfamA: protein families, each
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
41 represented by multiple sequence alignments and hidden Markov models
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
42 </option>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
43 <option selected="true" value="PRINTS">PRINTS: group of conserved
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
44 motifs (fingerprints) used to characterise a protein family
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
45 </option>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
46 <option selected="true" value="SuperFamily">SUPERFAMILY: database of
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
47 structural and functional annotation
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
48 </option>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
49 <option selected="true" value="Coils">Coils: Prediction of Coiled
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
50 Coil Regions in Proteins
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
51 </option>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
52 <option selected="true" value="Gene3d">Gene3d: Structural assignment
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
53 for whole genes and genomes using the CATH domain structure database
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
54 </option>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
55 </param>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
56 <param label="Version selection" name="version" type="select">
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
57 <option value="interproscan-5.17-56.0">interproscan-5.17-56.0</option>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
58 </param>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
59 <param checked="false" falsevalue="-disableprecalc" help="You need to setup your own lookup server as the EBI version can differ. Look at interproscan configuration file for more info" label="Perform lookup of InterPro at defined server address" name="disable" truevalue="" type="boolean"/>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
60 </inputs>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
61 <outputs>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
62 <data format="ttl" label="IPR: ${input.name}" name="outfile"/>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
63 </outputs>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
64 <help>Interproscan annotation suite. Select your RDF genome with
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
65 protein annotation.
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
66 This can be either from a converted GenBank/EMBL
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
67 file or from a
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
68 Prodigal prediction.
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
69 The output will be an RDF file with
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
70 protein domain annotation from
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
71 InterPro.
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
72 </help>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
73 <citations>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
74 <citation type="bibtex">@article{Mitchell26112014,
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
75 author = {Mitchell,
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
76 Alex and Chang, Hsin-Yu and Daugherty, Louise and
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
77 Fraser, Matthew and
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
78 Hunter, Sarah and Lopez, Rodrigo and McAnulla,
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
79 Craig and McMenamin,
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
80 Conor and Nuka, Gift and Pesseat, Sebastien and
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
81 Sangrador-Vegas, Amaia
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
82 and Scheremetjew, Maxim and Rato, Claudia and
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
83 Yong, Siew-Yit and
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
84 Bateman, Alex and Punta, Marco and Attwood, Teresa
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
85 K. and Sigrist,
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
86 Christian J.A. and Redaschi, Nicole and Rivoire,
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
87 Catherine and
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
88 Xenarios, Ioannis and Kahn, Daniel and Guyot, Dominique
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
89 and Bork, Peer
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
90 and Letunic, Ivica and Gough, Julian and Oates, Matt
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
91 and Haft, Daniel
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
92 and Huang, Hongzhan and Natale, Darren A. and Wu,
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
93 Cathy H. and Orengo,
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
94 Christine and Sillitoe, Ian and Mi, Huaiyu and
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
95 Thomas, Paul D. and
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
96 Finn, Robert D.},
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
97 title = {The InterPro protein families database: the
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
98 classification
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
99 resource after 15 years},
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
100 year = {2014},
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
101 doi =
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
102 {10.1093/nar/gku1243},
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
103 abstract ={The InterPro database
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
104 (http://www.ebi.ac.uk/interpro/) is a freely
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
105 available resource that
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
106 can be used to classify sequences into
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
107 protein families and to predict
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
108 the presence of important domains and
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
109 sites. Central to the InterPro
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
110 database are predictive models, known
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
111 as signatures, from a range of
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
112 different protein family databases
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
113 that have different biological
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
114 focuses and use different
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
115 methodological approaches to classify
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
116 protein families and domains.
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
117 InterPro integrates these signatures,
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
118 capitalizing on the respective
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
119 strengths of the individual databases,
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
120 to produce a powerful protein
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
121 classification resource. Here, we report
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
122 on the status of InterPro as
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
123 it enters its 15th year of operation, and
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
124 give an overview of new
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
125 developments with the database and its
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
126 associated Web interfaces and
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
127 software. In particular, the new domain
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
128 architecture search tool is
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
129 described and the process of mapping of
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
130 Gene Ontology terms to
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
131 InterPro is outlined. We also discuss the
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
132 challenges faced by the
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
133 resource given the explosive growth in
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
134 sequence data in recent years.
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
135 InterPro (version 48.0) contains 36 766
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
136 member database signatures
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
137 integrated into 26 238 InterPro entries, an
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
138 increase of over 3993
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
139 entries (5081 signatures), since 2012.},
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
140 URL =
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
141 {http://nar.oxfordjournals.org/content/early/2014/11/26/nar.gku1243.abstract},
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
142 eprint =
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
143 {http://nar.oxfordjournals.org/content/early/2014/11/26/nar.gku1243.full.pdf+html},
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
144 journal = {Nucleic Acids Research}
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
145 }
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
146 </citation>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
147 </citations>
fa736576c7ed planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
jjkoehorst
parents:
diff changeset
148 </tool>