|
54
|
1 Galaxy datatypes for HOMER tools
|
|
|
2 ================================
|
|
|
3
|
|
|
4 These HOMER datatypes are copyright 2013 by Björn Grüning.
|
|
|
5
|
|
|
6 See the licence text below.
|
|
|
7
|
|
|
8
|
|
|
9 History
|
|
|
10 =======
|
|
|
11
|
|
|
12 ======= ======================================================================
|
|
|
13 Version Changes
|
|
|
14 ------- ----------------------------------------------------------------------
|
|
|
15 v0.0.1 - First release.
|
|
|
16 ======= ======================================================================
|
|
|
17
|
|
|
18
|
|
|
19 Installation
|
|
|
20 ============
|
|
|
21
|
|
|
22 Doing this automatically via the Galaxy Tool Shed is probably simplest.
|
|
|
23
|
|
|
24
|
|
|
25 Manual Installation
|
|
|
26 ===================
|
|
|
27
|
|
|
28 Normally you would install this via the Galaxy ToolShed, which would move
|
|
|
29 the provided homer.py file into a suitable location and process the
|
|
|
30 datatypes_conf.xml entry to be combined with your local configuration.
|
|
|
31
|
|
|
32 However, if you really want to this should work for a manual install. Add
|
|
|
33 the following lines to the datatypes_conf.xml file in the Galaxy main folder::
|
|
|
34
|
|
|
35 <datatype extension="homer_tagdir" type="galaxy.datatypes.homer:TagDirectory" mimetype="text/html" display_in_upload="false"/>
|
|
|
36
|
|
|
37 Also create the file lib/galaxy/datatypes/homer.py by moving, copying or linking
|
|
|
38 the homer.py file provided in this tar-ball. Finally add 'import homer' near
|
|
|
39 the start of file lib/galaxy/datatypes/registry.py (after the other import
|
|
|
40 lines).
|
|
|
41
|
|
|
42
|
|
|
43 Bug Reports
|
|
|
44 ===========
|
|
|
45
|
|
|
46 You can file an issue here https://github.com/bgruening/galaxytools/issues or ask
|
|
|
47 us on the Galaxy development list http://lists.bx.psu.edu/listinfo/galaxy-dev
|
|
|
48
|
|
|
49
|
|
|
50 Developers
|
|
|
51 ==========
|
|
|
52
|
|
|
53 Development is happening here:
|
|
|
54
|
|
|
55 https://github.com/bgruening/galaxytools/
|
|
|
56
|
|
|
57
|
|
|
58 Licence (MIT)
|
|
|
59 =============
|
|
|
60
|
|
|
61 Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
|
62 of this software and associated documentation files (the "Software"), to deal
|
|
|
63 in the Software without restriction, including without limitation the rights
|
|
|
64 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
65 copies of the Software, and to permit persons to whom the Software is
|
|
|
66 furnished to do so, subject to the following conditions:
|
|
|
67
|
|
|
68 The above copyright notice and this permission notice shall be included in
|
|
|
69 all copies or substantial portions of the Software.
|
|
|
70
|
|
|
71 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
|
72 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
|
73 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
74 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
75 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
76 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
77 THE SOFTWARE.
|
|
|
78
|
|
|
79 NOTE: This is the licence for the Galaxy HOMER datatypes **only**. HOMER
|
|
|
80 and associated data files are available and licenced separately.
|