annotate rgweblogo/README @ 0:cec2527697f6

Migrated tool version 0.1 from old tool shed archive to new tool shed repository
author fubar
date Tue, 07 Jun 2011 17:43:58 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
cec2527697f6 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
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
2
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
3 It generates sequence logos from fasta files such as the alignments generated by clustalw
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
4
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
5 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
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
6
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
7 **Installation**
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
8
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
9 Make sure weblogo3 is installed in your system python and is available on the path for all your nodes
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
10
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
11 Move the test data files to your galaxy root test-data
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
12 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.
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
13 Run
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
14 sh run_functional_tests.sh -id weblogo3
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
15 to make sure the tests work
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
16
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
17 then restart Galaxy and you should be good to go.
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
18
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
19
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
20 **Attribution**
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
21
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
22 Source for the weblogo3 python executable is at http://weblogo.berkeley.edu
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
23
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
24 Written by Ross Lazarus for the Rgenetics project
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
25
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
26 Copyright Ross Lazarus at gmail com 2011
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
27
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
28 All rights reserved.
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
29
cec2527697f6 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
30 Released under the LGPL - see http://www.gnu.org/copyleft/lesser.html