annotate rgclustal/README @ 0:8888e4e3f169

Migrated tool version 0.1 from old tool shed archive to new tool shed repository
author fubar
date Tue, 07 Jun 2011 17:05:43 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
1 This is a wrapper for ClustalW.
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
2
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
3 This tool allows you to align multiple sequences in Galaxy, using ClustalW2_ with mostly default options which should work reasonably well for many alignments.
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
4 DNA or protein sequences can be aligned. The input file must be a fasta file in your current history.
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
5
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
6 The alignments will appear as a clustal format file or optionally, as phylip or fasta format files in your history and a text log will be output to your history
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
7 showing the output Clustalw would normally write to standard output.
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
8
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
9 If Clustal format is chosen, you have the option of adding basepair counts to the output
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
10
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
11 A subsequence of the alignment can be output by setting the Output complete parameter to "Partial" and defining the offset and end of the subsequence to be output
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
12
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
13 **Installation**
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
14
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
15 Make sure clustalw2 is available on the path for all your nodes
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
16
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
17 Move the test data files to your galaxy root test-data
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
18 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.
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
19 Run
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
20 sh run_functional_tests.sh -id clustalw
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
21 to make sure the tests work
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
22
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
23 then restart Galaxy and you should be good to go.
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
24
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
25 **Attribution**
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
26
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
27 Clustal attribution and associated documentation are available at http://www.clustal.org
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
28
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
29 An implementation of a Galaxy Clustal wrapper was written by Hans-Rudolf Hotz in an email on the developer list -
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
30 http://lists.bx.psu.edu/pipermail/galaxy-dev/2010-November/003732.html
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
31
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
32 This version by Ross Lazarus for the rgenetics project, builds on Hans-Rudolf's code, adding some additional controls and a log file. It also
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
33 deals with stderr so Cluastalw2 writing there doesn't cause the job to error out. That's encoded in the tail of the command line.
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
34
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
35 **License**
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
36
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
37 Assuming Hans-Rudolf is ok with a new license for this derived work, this version of his wrapper is LGPL like other rgenetics artefacts
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
38
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
39 Written by Ross Lazarus for the Rgenetics project
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
40
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
41 Copyright Ross Lazarus at gmail com 2011
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
42
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
43 All rights reserved.
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
44
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
45 Released under the LGPL - see http://www.gnu.org/copyleft/lesser.html
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
46
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
47
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
48
8888e4e3f169 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
49