annotate rgclustal/README @ 6:76de6971a0de draft default tip

Uploaded
author fubar
date Thu, 11 Jul 2013 00:08:05 -0400
parents e49657d6921e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
e49657d6921e Uploaded
fubar
parents: 0
diff changeset
1 Updated july 11 2013 for automated toolshed installation
e49657d6921e Uploaded
fubar
parents: 0
diff changeset
2
e49657d6921e Uploaded
fubar
parents: 0
diff changeset
3 ** This is a wrapper for ClustalW **
0
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
4
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
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.
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
6 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
7
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
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
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
9 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
10
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
11 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
12
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
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
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 **Installation**
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
16
1
e49657d6921e Uploaded
fubar
parents: 0
diff changeset
17 As of July 2013, automated installation from the tool shed should have worked.
e49657d6921e Uploaded
fubar
parents: 0
diff changeset
18
e49657d6921e Uploaded
fubar
parents: 0
diff changeset
19 Otherwise, the old skool way was:
e49657d6921e Uploaded
fubar
parents: 0
diff changeset
20
0
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
21 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
22
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
23 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
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.
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
25 Run
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
26 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
27 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
28
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
29 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
30
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
31 **Attribution**
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
32
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
33 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
34
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
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 -
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
36 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
37
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
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
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
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.
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 **License**
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 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
44
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
45 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
46
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
47 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
48
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
49 All rights reserved.
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
50
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
51 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
52
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
53
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
54
332e4617d267 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
fubar
parents:
diff changeset
55