1
|
1 This is a Galaxy tool wrapper for weblogo3 already available as a web app at the site below but neat as a Galaxy tool
|
|
2 Last updated by Ross to install iuc ghostscript and numpy dependencies.
|
|
3
|
|
4 Weblogo generates sequence logos from fasta files such as the alignments generated by clustalw
|
|
5
|
|
6 Note that the image for the help must be in static/images for it to show up on the tool form - it's the same image as goes in test-data
|
|
7
|
|
8 **Automated Installation**
|
|
9 As a Galaxy admin, use the admin menu and select the search ToolShed option. This tool should be on the main toolshed - if not try the test toolshed.
|
|
10 Select it and choose "preview and install" - the process of downloading and installing weblogo3.3 and this wrapper should take a few minutes at most.
|
|
11
|
|
12 ** Manual Installation**
|
|
13
|
|
14 Don't.
|
|
15
|
|
16 If you insist,
|
|
17 Make sure weblogo3 is installed in your system python and is available on the path for all your nodes
|
|
18
|
|
19 Move the test data files to your galaxy root test-data
|
|
20 Move the xml file to a subdirectory of your tools folder (eg rgenetics/) and then add a line in your tool_conf.xml to point there.
|
|
21 Run
|
|
22 sh run_functional_tests.sh -id weblogo3
|
|
23 to make sure the tests work
|
|
24
|
|
25 then restart Galaxy and you should be good to go.
|
|
26
|
|
27
|
|
28 **Attribution**
|
|
29
|
|
30 Source for the weblogo3 python executable is at http://weblogo.berkeley.edu
|
|
31
|
|
32 Galaxy tool wrapper written by Ross Lazarus for the Rgenetics project
|
|
33
|
|
34 Copyright Ross Lazarus at gmail com 2011
|
|
35
|
|
36 All rights reserved.
|
|
37
|
|
38 Released under the LGPL - see http://www.gnu.org/copyleft/lesser.html
|