annotate readme.txt @ 0:341830c8cd37

initial commit
author bjoern-gruening
date Tue, 24 Jan 2012 07:35:10 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
1 Galaxy wrapper for InterProScan prediction tools
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
2 =========================================
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
3
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
4 InterProScan is a tool that combines different protein signature recognition methods native to the InterPro member databases into one resource with look up of corresponding InterPro and GO annotation.
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
5
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
6 This wrapper is copyright 2012 by
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
7 * Bjoern Gruening, Pharmaceutical Bioinformatics, University of Freiburg
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
8 * Konrad Paszkiewicz, Exeter Sequencing Service, University of Exeter
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
9
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
10
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
11 This prepository contains wrapper for the InterProScan command line tool.
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
12 http://www.ebi.ac.uk/interpro/
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
13
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
14
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
15 Zdobnov E.M. and Apweiler R. "InterProScan - an integration platform for the signature-recognition methods in InterPro" Bioinformatics, 2001, 17(9): p. 847-8.
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
16
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
17
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
18
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
19 Installation
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
20 ============
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
21
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
22 Please download install InterProScan according to:
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
23
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
24 ftp://ftp.ebi.ac.uk/pub/software/unix/iprscan/Installing_InterProScan.txt
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
25
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
26 Please see also:
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
27 ftp://ftp.ebi.ac.uk/pub/software/unix/iprscan/index.html
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
28
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
29 And rebuild the indizes if necessary:
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
30
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
31 index_data.pl -f interpro.xml -inx -v -bin -bforce
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
32 index_data.pl -f match_complete.xml -inx -v -bin -bforce
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
33 index_data.pl -f Pfam-A.seed -inx -v -bin -bforce
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
34 index_data.pl -f Pfam-C -inx -v -bin -bforce
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
35 index_data.pl -f prints.pval -inx -v -bin -bforce
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
36 index_data.pl -f sf.seq -inx -v -bin -bforce
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
37 index_data.pl -f sf_hmm -inx -v -bin -bforce
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
38 index_data.pl -f smart.HMMs -inx -v -bin -bforce
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
39 index_data.pl -f superfamily.hmm -inx -v -bin -bforce
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
40 index_data.pl -f TIGRFAMs_HMM.LIB -inx -v -bin -bforce
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
41
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
42 <tool file="iprscan/interproscan.xml" />
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
43
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
44
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
45
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
46 History
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
47 =======
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
48
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
49 interproscan:
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
50 v0.1 - initial commit
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
51
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
52
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
53
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
54 Wrapper Licence (MIT/BSD style)
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
55 ===============================
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
56
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
57 Permission to use, copy, modify, and distribute this software and its
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
58 documentation with or without modifications and for any purpose and
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
59 without fee is hereby granted, provided that any copyright notices
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
60 appear in all copies and that both those copyright notices and this
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
61 permission notice appear in supporting documentation, and that the
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
62 names of the contributors or copyright holders not be used in
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
63 advertising or publicity pertaining to distribution of the software
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
64 without specific prior permission.
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
65
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
66 THE CONTRIBUTORS AND COPYRIGHT HOLDERS OF THIS SOFTWARE DISCLAIM ALL
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
67 WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
68 WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
69 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
70 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
71 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
72 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
73 OR PERFORMANCE OF THIS SOFTWARE.
341830c8cd37 initial commit
bjoern-gruening
parents:
diff changeset
74