annotate rgclustal/README @ 0:332e4617d267

Migrated tool version 0.1 from old tool shed archive to new tool shed repository
author fubar
date Tue, 07 Jun 2011 16:14:32 -0400
parents
children e49657d6921e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
332e4617d267 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.
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
2
332e4617d267 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.
332e4617d267 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.
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
5
332e4617d267 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
332e4617d267 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.
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
8
332e4617d267 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
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
10
332e4617d267 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
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
12
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
13 **Installation**
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
14
332e4617d267 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
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
16
332e4617d267 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
332e4617d267 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.
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
19 Run
332e4617d267 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
332e4617d267 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
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
22
332e4617d267 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.
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
24
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
25 **Attribution**
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
26
332e4617d267 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
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
28
332e4617d267 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 -
332e4617d267 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
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
31
332e4617d267 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
332e4617d267 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.
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
34
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
35 **License**
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
36
332e4617d267 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
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
38
332e4617d267 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
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
40
332e4617d267 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
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
42
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
43 All rights reserved.
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
44
332e4617d267 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
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
46
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
47
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
48
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
49