annotate rgweblogo/README @ 18:91fa0a8ce39d draft default tip

iuc dependencies
author fubar
date Mon, 18 Nov 2013 02:24:00 -0500
parents 01ec43556e16
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
ea6678917716 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
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
15
01ec43556e16 use iuc dependendencies
fubar
parents: 3
diff changeset
2 Last updated by Ross to install iuc ghostscript and numpy dependencies.
0
ea6678917716 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
3
15
01ec43556e16 use iuc dependendencies
fubar
parents: 3
diff changeset
4 Weblogo generates sequence logos from fasta files such as the alignments generated by clustalw
0
ea6678917716 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
5
ea6678917716 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
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
ea6678917716 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
7
3
78fe723fde78 Uploaded
fubar
parents: 0
diff changeset
8 **Automated Installation**
78fe723fde78 Uploaded
fubar
parents: 0
diff changeset
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.
78fe723fde78 Uploaded
fubar
parents: 0
diff changeset
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.
78fe723fde78 Uploaded
fubar
parents: 0
diff changeset
11
78fe723fde78 Uploaded
fubar
parents: 0
diff changeset
12 ** Manual Installation**
0
ea6678917716 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
13
15
01ec43556e16 use iuc dependendencies
fubar
parents: 3
diff changeset
14 Don't.
01ec43556e16 use iuc dependendencies
fubar
parents: 3
diff changeset
15
01ec43556e16 use iuc dependendencies
fubar
parents: 3
diff changeset
16 If you insist,
0
ea6678917716 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
17 Make sure weblogo3 is installed in your system python and is available on the path for all your nodes
ea6678917716 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
18
ea6678917716 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
19 Move the test data files to your galaxy root test-data
ea6678917716 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
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.
ea6678917716 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
21 Run
ea6678917716 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
22 sh run_functional_tests.sh -id weblogo3
ea6678917716 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
23 to make sure the tests work
ea6678917716 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
24
ea6678917716 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
25 then restart Galaxy and you should be good to go.
ea6678917716 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
26
ea6678917716 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
27
ea6678917716 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
28 **Attribution**
ea6678917716 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
29
ea6678917716 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
30 Source for the weblogo3 python executable is at http://weblogo.berkeley.edu
ea6678917716 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
31
15
01ec43556e16 use iuc dependendencies
fubar
parents: 3
diff changeset
32 Galaxy tool wrapper written by Ross Lazarus for the Rgenetics project
0
ea6678917716 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
33
ea6678917716 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
34 Copyright Ross Lazarus at gmail com 2011
ea6678917716 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
35
ea6678917716 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
36 All rights reserved.
ea6678917716 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
37
ea6678917716 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
38 Released under the LGPL - see http://www.gnu.org/copyleft/lesser.html