annotate iprscan/readme.txt @ 5:a3f43bb03458 draft default tip

Uploaded
author basfplant
date Tue, 05 Mar 2013 03:58:40 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
1 InterProScan installation
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
2 -------------------------
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
3
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
4 1) Download the InterProScan software from ftp://ftp.ebi.ac.uk/pub/databases/interpro/iprscan:
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
5
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
6 - RELEASE/latest/iprscan_v4.8.tar.gz - InterProScan itself
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
7 - BIN/4.x/iprscan_bin4.x_Linux64.tar.gz - Binaries for the various platforms
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
8 - DATA/latest_nopthr.tar.gz - databases used by InterProScan (except Panther)
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
9 - DATA/latest_pthr.tar.gz - panther database and indexes
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
10 - DATA/latest_match.tar.gz - match_complete.xml and interpro.xml files
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
11
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
12 InterProScan and the underlying applications are freely available under
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
13 the GNU licence agreement from the EBI's ftp server.
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
14
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
15 2) Install the InterProScan application as standalone on your Galaxy computer. Installation procedure:
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
16
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
17 - http://wiki.bioinformatics.ucdavis.edu/index.php/InterProScan
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
18 - ftp://ftp.ebi.ac.uk/pub/databases/interpro/iprscan/Installing_InterProScan.txt
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
19
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
20 3) Change the paths in the <command> part of Galaxy wrapper "interproscan.xml" to the paths on your system
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
21
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
22 /home/katrien/iprscan/bin/iprscan
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
23 /home/katrien/iprscan/bin/converter.pl
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
24
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
25 4) Add the wrapper file "interproscan.xml" to Galaxy (reference: http://wiki.g2.bx.psu.edu/Admin/Tools/Add%20Tool%20Tutorial).
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
26
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
27 - Make a directory "iprscan" under {GALAXY_ROOT_DIR}/tools and copy the wrapper file "interproscan.xml" to this directory.
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
28 - Make GALAXY aware of the new tool: GALAXY knows about installed tools (and also what to display on the left pane) from the file {GALAXY_ROOT_DIR}/tool_conf.xml
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
29 Use a text editor to add a line for the interproscan.xml wrapper to e.g.the Sequence Annotation section.
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
30
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
31 <label text="My Tools" id="My tools" />
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
32 <section name="Sequence Annotation" id="sequence_annotation" >
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
33 <tool file="iprscan/interproscan.xml" />
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
34 </section>
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
35
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
36 - start up GALAXY again, open it in the web browser and test
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
37
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
38
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
39 InterProScan functionality
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
40 ---------------------------
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
41
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
42 Interproscan is a batch tool to query the Interpro database. It provides annotations based on multiple searches of profile and other functional databases.
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
43 These include SCOP, CATH, PFAM and SUPERFAMILY.
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
44
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
45 INPUT
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
46
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
47 A FASTA file containing ORF predictions is required. This file must NOT contain any spaces in the FASTA headers - any spaces will be convereted to underscores (_) by this tool before submission to Interproscan.
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
48
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
49 OUTPUT
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
50
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
51 Example for the raw format.
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
52 This is a basic tab delimited format useful for uploading the data into a relational database or concatenation of different runs.
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
53 is all on one line.
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
54
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
55 ====== ================================================================ ======================================================================
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
56 column example description
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
57 ====== ================================================================ ======================================================================
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
58 c1 NF00181542 the id of the input sequence.
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
59 c2 27A9BBAC0587AB84 the crc64 (checksum) of the protein sequence (supposed to be unique).
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
60 c3 272 the length of the sequence (in AA).
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
61 c4 HMMPIR the anaysis method launched.
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
62 c5 PIRSF001424 the database members entry for this match.
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
63 c6 Prephenate dehydratase the database member description for the entry.
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
64 c7 1 the start of the domain match.
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
65 c8 270 the end of the domain match.
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
66 c9 6.5e-141 the evalue of the match (reported by member database method).
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
67 c10 T the status of the match (T: true, ?: unknown).
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
68 c11 06-Aug-2005 the date of the run.
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
69 c12 IPR008237 the corresponding InterPro entry (if iprlookup requested by the user).
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
70 c13 Prephenate dehydratase with ACT region the description of the InterPro entry.
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
71 c14 Molecular Function:prephenate dehydratase activity (GO:0004664) the GO (gene ontology) description for the InterPro entry.
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
72 ====== ================================================================ ======================================================================
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
73
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
74
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
75 Database updates
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
76 ----------------
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
77
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
78 Typically these take place 2-3 times a year.
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
79
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
80
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
81 Tools
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
82 -----
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
83
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
84 PROSITE patterns
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
85 Some biologically significant amino acid patterns can be summarised in
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
86 the form of regular expressions.
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
87 ScanRegExp (by Wolfgang.Fleischmann@ebi.ac.uk),
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
88
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
89 PROSITE profiles
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
90 There are a number of protein families as well as functional or
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
91 structural domains that cannot be detected using patterns due to their extreme
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
92 sequence divergence, so the use of techniques based on weight matrices
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
93 (also known as profiles) allows the detection of such proteins or domains.
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
94 A profile is a table of position-specific amino acid weights and gap costs.
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
95 The profile structure used in PROSITE is similar to but slightly more general
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
96 (Bucher P. et al., 1996 [7]) than the one introduced by M. Gribskov and
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
97 co-workers.
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
98 pfscan from the Pftools package (by Philipp.Bucher@isrec.unil.ch).
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
99
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
100 PRINTS
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
101 The PRINTS database houses a collection of protein family fingerprints.
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
102 These are groups of motifs that together are diagnostically more
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
103 powerful than single motifs by making use of the biological context inherent in a
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
104 multiple-motif method. The fingerprinting method arose from the need for
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
105 a reliable technique for detecting members of large, highly divergent
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
106 protein super-families.
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
107 FingerPRINTScan (Scordis P. et al., 1999 [8]).
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
108
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
109 PFAM
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
110 Pfam is a database of protein domain families. Pfam contains curated
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
111 multiple sequence alignments for each family and corresponding hidden
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
112 Markov models (HMMs) (Eddy S.R., 1998 [9]).
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
113 Profile hidden Markov models are statistical models of the primary
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
114 structure consensus of a sequence family. The construction and use
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
115 of Pfam is tightly tied to the HMMER software package.
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
116 hmmpfam from the HMMER2.3.2 package (by Sean Eddy,
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
117 eddy@genetics.wustl.edu, http://hmmer.wustl.edu).
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
118
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
119 PRODOM
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
120 ProDom is a database of protein domain families obtained by automated
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
121 analysis of the SWISS-PROT and TrEMBL protein sequences. It is useful
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
122 for analysing the domain arrangements of complex protein families and the
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
123 homology relationships in modular proteins. ProDom families are built by
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
124 an automated process based on a recursive use of PSI-BLAST homology
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
125 searches.
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
126 ProDomBlast3i.pl (by Emmanuel Courcelle emmanuel.courcelle@toulouse.inra.fr
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
127 and Yoann Beausse beausse@toulouse.inra.fr)
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
128 a wrapper on top of the Blast package (Altschul S.F. et al., 1997 [10]).
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
129
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
130
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
131 SMART
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
132 SMART (a Simple Modular Architecture Research Tool) allows the
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
133 identification and annotation of genetically mobile domains and the
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
134 analysis of domain architectures. These domains are extensively
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
135 annotated with respect to phyletic distributions, functional class, tertiary
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
136 structures and functionally important residues. SMART alignments are
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
137 optimised manually and following construction of corresponding hidden Markov models (HMMs).
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
138 hmmpfam from the HMMER2.3.2 package (by Sean Eddy,
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
139 eddy@genetics.wustl.edu, http://hmmer.wustl.edu).
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
140
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
141
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
142 TIGRFAMs
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
143 TIGRFAMs are a collection of protein families featuring curated multiple
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
144 sequence alignments, Hidden Markov Models (HMMs) and associated
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
145 information designed to support the automated functional identification
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
146 of proteins by sequence homology. Classification by equivalog family
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
147 (see below), where achievable, complements classification by orthologs,
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
148 superfamily, domain or motif. It provides the information best suited
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
149 for automatic assignment of specific functions to proteins from large
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
150 scale genome sequencing projects.
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
151 hmmpfam from the HMMER2.3.2 package (by Sean Eddy,
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
152 eddy@genetics.wustl.edu, http://hmmer.wustl.edu).
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
153
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
154 PIR SuperFamily
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
155 PIR SuperFamily (PIRSF) is a classification system based on evolutionary
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
156 relationship of whole proteins.
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
157 hmmpfam from the HMMER2.3.2 package (by Sean Eddy,
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
158 eddy@genetics.wustl.edu, http://hmmer.wustl.edu).
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
159
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
160 SUPERFAMILY
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
161 SUPERFAMILY is a library of profile hidden Markov models that represent
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
162 all proteins of known structure, based on SCOP.
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
163 hmmpfam/hmmsearch from the HMMER2.3.2 package (by Sean Eddy,
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
164 eddy@genetics.wustl.edu, http://hmmer.wustl.edu).
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
165 Optionally, predictions for coiled-coil, signal peptide cleavage sites
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
166 (SignalP v3) and TM helices (TMHMM v2) are supported (See the FAQs file
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
167 for details).
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
168
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
169
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
170 GENE3D
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
171 Gene3D is supplementary to the CATH database. This protein sequence database
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
172 contains proteins from complete genomes which have been clustered into protein
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
173 families and annotated with CATH domains, Pfam domains and functional
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
174 information from KEGG, GO, COG, Affymetrix and STRINGS.
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
175 hmmpfam from the HMM2.3.2 package (by Sean Eddy,
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
176 eddy@genetics.wustl.edu, http://hmmer.wustl.edu).
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
177
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
178
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
179 PANTHER
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
180 The PANTHER (Protein ANalysis THrough Evolutionary Relationships)
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
181 Classification System was designed to classify proteins (and their genes)
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
182 in order to facilitate high-throughput analysis.
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
183 hmmsearch from the HMM2.3.2 package (by Sean Eddy,
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
184 eddy@genetics.wustl.edu, http://hmmer.wustl.edu).
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
185 and blastall from the Blast package (Altschul S.F. et al., 1997 [10]).
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
186
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
187
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
188 Author and affiliation
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
189 ----------------------
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
190
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
191 Katrien Bernaerts and Domantas Motiejunas
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
192 corresponding author: gb-ctk-open-source-support@basf.com
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
193 12/07/2012
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
194
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
195 CropDesign N.V., a BASF Plant Science Company - Technologiepark 3, 9052 Zwijnaarde - Belgium
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
196
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
197
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
198 Terms of use
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
199 --------------------------
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
200 Galaxy wrapper for InterProScan – sequence annotation tool - Copyright (C) 2012 CropDesign N.V. - this software may be used, copied and redistributed, with or without modification freely, without advance permission, provided that the above Copyright statement is reproduced with each copy.
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
201 THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE (INCLUDING NEGLIGENCE OR OTHERWISE).
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
202
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
203
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
204 References
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
205 ----------
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
206
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
207 Quevillon E., Silventoinen V., Pillai S., Harte N., Mulder N., Apweiler R., Lopez R.
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
208 InterProScan: protein domains identifier (2005).
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
209 Nucleic Acids Res. 33 (Web Server issue) :W116-W120
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
210
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
211 Hunter S, Apweiler R, Attwood TK, Bairoch A, Bateman A, Binns D, Bork P, Das U, Daugherty L, Duquenne L, Finn RD, Gough J, Haft D, Hulo N, Kahn D, Kelly E, Laugraud A, Letunic I, Lonsdale D, Lopez R, Madera M, Maslen J, McAnulla C, McDowall J, Mistry J, Mitchell A, Mulder N, Natale D, Orengo C, Quinn AF, Selengut JD, Sigrist CJ, Thimma M, Thomas PD, Valentin F, Wilson D, Wu CH, Yeats C.
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
212 InterPro: the integrative protein signature database (2009).
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
213 Nucleic Acids Res. 37 (Database Issue) :D224-228
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
214
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
215 Previous Galaxy Wrapper Authors:
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
216 - Bjoern Gruening, Pharmaceutical Bioinformatics, University of Freiburg
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
217 - Konrad Paszkiewicz, Exeter Sequencing Service, University of Exeter
a3f43bb03458 Uploaded
basfplant
parents:
diff changeset
218