0
|
1 ================================================
|
|
2 Galaxy wrapper for InterProScan prediction tools
|
|
3 ================================================
|
|
4
|
|
5 InterProScan is a tool that combines different protein signature recognition methods native to the InterPro
|
|
6 member databases into one resource with look up of corresponding InterPro and GO annotation.
|
|
7
|
|
8 This wrapper is copyright 2013 by:
|
|
9 * Bjoern Gruening
|
|
10 * Konrad Paszkiewicz
|
|
11
|
|
12
|
|
13 This prepository contains wrapper for the InterProScan_ command line tool.
|
|
14
|
|
15 .. _InterProScan: http://www.ebi.ac.uk/interpro/
|
|
16
|
|
17
|
|
18 Zdobnov E.M. and Apweiler R. "InterProScan - an integration platform for the signature-recognition methods in InterPro" Bioinformatics, 2001, 17(9): p. 847-8.
|
|
19
|
|
20
|
|
21 ============
|
|
22 Installation
|
|
23 ============
|
|
24
|
|
25 Please download install InterProScan according to:
|
|
26
|
|
27 https://code.google.com/p/interproscan/wiki/i5RC7HowToObtainingACopy
|
|
28
|
|
29
|
|
30
|
|
31 =============
|
|
32 Input formats
|
|
33 =============
|
|
34
|
|
35 The standard interproscan input is either genomic or protein sequences.
|
|
36 In the case of genomic sequences Interproscan will run an ORF prediction tool.
|
|
37
|
|
38
|
|
39 =======
|
|
40 History
|
|
41 =======
|
|
42
|
|
43 interproscan:
|
|
44
|
|
45 - v5.0: Initial public release of version 5.0
|
|
46
|
|
47
|
|
48 ===============================
|
|
49 Wrapper Licence (MIT/BSD style)
|
|
50 ===============================
|
|
51
|
|
52 Permission to use, copy, modify, and distribute this software and its
|
|
53 documentation with or without modifications and for any purpose and
|
|
54 without fee is hereby granted, provided that any copyright notices
|
|
55 appear in all copies and that both those copyright notices and this
|
|
56 permission notice appear in supporting documentation, and that the
|
|
57 names of the contributors or copyright holders not be used in
|
|
58 advertising or publicity pertaining to distribution of the software
|
|
59 without specific prior permission.
|
|
60
|
|
61 THE CONTRIBUTORS AND COPYRIGHT HOLDERS OF THIS SOFTWARE DISCLAIM ALL
|
|
62 WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
|
|
63 WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE
|
|
64 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT
|
|
65 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
66 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
|
|
67 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
|
|
68 OR PERFORMANCE OF THIS SOFTWARE.
|
|
69
|