annotate rgclustal/README @ 3:9c4d943fbef7 draft default tip

Uploaded
author fubar
date Sun, 01 Dec 2013 20:07:58 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
1 Updated july 11 2013 for automated toolshed installation
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
2
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
3 ** This is a wrapper for ClustalW **
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
4
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
5 This tool allows you to align multiple sequences in Galaxy, using ClustalW2_ with mostly default options which should work reasonably well for many alignments.
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
6 DNA or protein sequences can be aligned. The input file must be a fasta file in your current history.
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
7
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
8 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
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
9 showing the output Clustalw would normally write to standard output.
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
10
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
11 If Clustal format is chosen, you have the option of adding basepair counts to the output
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
12
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
13 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
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
14
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
15 **Installation**
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
16
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
17 As of July 2013, automated installation from the tool shed should have worked.
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
18
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
19 Otherwise, the old skool way was:
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
20
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
21 Make sure clustalw2 is available on the path for all your nodes
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
22
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
23 Move the test data files to your galaxy root test-data
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
24 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.
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
25 Run
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
26 sh run_functional_tests.sh -id clustalw
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
27 to make sure the tests work
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
28
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
29 then restart Galaxy and you should be good to go.
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
30
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
31 **Attribution**
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
32
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
33 Clustal attribution and associated documentation are available at http://www.clustal.org
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
34
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
35 An implementation of a Galaxy Clustal wrapper was written by Hans-Rudolf Hotz in an email on the developer list -
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
36 http://lists.bx.psu.edu/pipermail/galaxy-dev/2010-November/003732.html
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
37
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
38 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
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
39 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.
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
40
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
41 **License**
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
42
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
43 Assuming Hans-Rudolf is ok with a new license for this derived work, this version of his wrapper is LGPL like other rgenetics artefacts
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
44
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
45 Written by Ross Lazarus for the Rgenetics project
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
46
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
47 Copyright Ross Lazarus at gmail com 2011
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
48
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
49 All rights reserved.
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
50
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
51 Released under the LGPL - see http://www.gnu.org/copyleft/lesser.html
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
52
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
53
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
54
9c4d943fbef7 Uploaded
fubar
parents:
diff changeset
55