annotate tools/effectiveT3/effectiveT3.txt @ 2:66e9d4c44ca2 draft

Uploaded v0.0.11, auto installation
author peterjc
date Tue, 30 Apr 2013 09:32:56 -0400
parents
children 0c21abf1073b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
1 Galaxy wrapper for EffectiveT3 v1.0.1
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
2 =====================================
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
3
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
4 This wrapper is copyright 2011-2013 by Peter Cock, The James Hutton Institute
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
5 (formerly SCRI, Scottish Crop Research Institute), UK. All rights reserved.
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
6 See the licence text below.
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
7
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
8 This is a wrapper for the command line Java tool EffectiveT3, v1.0.1,
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
9
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
10 Jehl, Arnold and Rattei.
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
11 Effective - a database of predicted secreted bacterial proteins
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
12 Nucleic Acids Research, 39(Database issue), D591-5, 2011.
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
13 http://dx.doi.org/10.1093/nar/gkq1154
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
14
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
15 Arnold, Brandmaier, Kleine, Tischler, Heinz, Behrens, Niinikoski, Mewes, Horn and Rattei.
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
16 Sequence-based prediction of type III secreted proteins.
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
17 PLoS Pathog. 5(4):e1000376, 2009.
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
18 http://dx.doi.org/10.1371/journal.ppat.1000376
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
19
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
20 http://effectors.org/
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
21
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
22
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
23 Automated Installation
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
24 ======================
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
25
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
26 This should be straightforward, Galaxy should automatically download and install
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
27 the Jar files for effectiveT3 v1.0.1 and the three models (animal, plant and std).
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
28
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
29
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
30 Manual Installation
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
31 ===================
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
32
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
33 You can change the path by setting the environment variable EFFECTIVET3 to the
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
34 relevant folder, but by default it expects the following files to be installed
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
35 at these locations:
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
36
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
37 /opt/EffectiveT3/TTSS_GUI-1.0.1.jar
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
38 /opt/EffectiveT3/module/TTSS_ANIMAL-1.0.1.jar
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
39 /opt/EffectiveT3/module/TTSS_PLANT-1.0.1.jar
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
40 /opt/EffectiveT3/module/TTSS_STD-1.0.1.jar
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
41
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
42 To install the wrapper copy or move the following files under the Galaxy tools
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
43 folder, e.g. in a tools/effectiveT3 folder:
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
44
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
45 * effectiveT3.xml (the Galaxy tool definition)
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
46 * effectiveT3.py (the Python wrapper script)
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
47 * effectiveT3.txt (this README file)
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
48
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
49 Also copy effectiveT3.loc.sample to effectiveT3.loc in the tool-data folder
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
50 (and edit if appropriate, e.g. to add or remove a model).
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
51
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
52 You will also need to modify the tools_conf.xml file to tell Galaxy to offer the
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
53 tool. If you are using other protein analysis tools like TMHMM or SignalP, put
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
54 it next to them. Just add the line:
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
55
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
56 <tool file="effectiveT3/effectiveT3.xml" />
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
57
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
58 If you wish to run the unit tests, also add this to tools_conf.xml.sample
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
59 and move/copy the test-data files under Galaxy's test-data folder.
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
60
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
61 $ ./run_functional_tests.sh -id effectiveT3
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
62
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
63 That's it.
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
64
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
65
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
66 History
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
67 =======
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
68
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
69 v0.0.7 - Initial public release
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
70 v0.0.8 - Include effectiveT3.loc.sample in Tool Shed
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
71 v0.0.9 - Check the return code for errors in the XML
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
72 v0.0.10- Added unit test
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
73 v0.0.11- Automated installation
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
74 - Record version of Python script when called from Galaxy
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
75
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
76
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
77 Developers
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
78 ==========
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
79
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
80 This script and related tools are being developed on the following hg branch:
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
81 http://bitbucket.org/peterjc/galaxy-central/src/tools
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
82
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
83 For making the "Galaxy Tool Shed" http://toolshed.g2.bx.psu.edu/ tarball use
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
84 the following command from the Galaxy root folder:
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
85
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
86 $ tar -czf effectiveT3.tar.gz tools/effectiveT3/effectiveT3.xml tools/effectiveT3/effectiveT3.py tools/effectiveT3/effectiveT3.txt tools/effectiveT3/tool_dependencies.xml tool-data/effectiveT3.loc.sample test-data/four_human_proteins.fasta test-data/four_human_proteins.effectiveT3.tabular test-data/empty.fasta test-data/empty_effectiveT3.tabular
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
87
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
88
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
89 Check this worked:
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
90
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
91 $ tar -tzf effectiveT3.tar.gz
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
92 tools/effectiveT3/effectiveT3.xml
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
93 tools/effectiveT3/effectiveT3.py
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
94 tools/effectiveT3/effectiveT3.txt
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
95 tools/effectiveT3/tool_dependencies.xml
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
96 tool-data/effectiveT3.loc.sample
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
97 test-data/four_human_proteins.fasta
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
98 test-data/four_human_proteins.effectiveT3.tabular
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
99 test-data/empty.fasta
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
100 test-data/empty_effectiveT3.tabular
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
101
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
102
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
103 Licence (MIT/BSD style)
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
104 =======================
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
105
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
106 Permission to use, copy, modify, and distribute this software and its
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
107 documentation with or without modifications and for any purpose and
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
108 without fee is hereby granted, provided that any copyright notices
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
109 appear in all copies and that both those copyright notices and this
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
110 permission notice appear in supporting documentation, and that the
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
111 names of the contributors or copyright holders not be used in
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
112 advertising or publicity pertaining to distribution of the software
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
113 without specific prior permission.
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
114
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
115 THE CONTRIBUTORS AND COPYRIGHT HOLDERS OF THIS SOFTWARE DISCLAIM ALL
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
116 WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
117 WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
118 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
119 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
120 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
121 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
122 OR PERFORMANCE OF THIS SOFTWARE.
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
123
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
124 NOTE: This is the licence for the Galaxy Wrapper only.
66e9d4c44ca2 Uploaded v0.0.11, auto installation
peterjc
parents:
diff changeset
125 EffectiveT3 is available and licenced separately.