annotate tools/clc_assembly_cell/README.rst @ 0:0996169ac2e8 draft

Uploaded v0.0.2, previously only on the TestToolShed
author peterjc
date Fri, 21 Nov 2014 06:41:12 -0500
parents
children 5ae1c0312aaa
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
1 Galaxy wrapper for the CLC Assembly Cell suite from CLCbio
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
2 ==========================================================
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
3
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
4 This wrapper is copyright 2013 by Peter Cock, The James Hutton Institute
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
5 (formerly SCRI, Scottish Crop Research Institute), UK. All rights reserved.
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
6 See the licence text below.
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
7
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
8 CLC Assembly Cell is the commercial command line assembly suite from CLCbio.
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
9 It uses SIMD instructions to parallelize and accelerate their assembly
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
10 algorithms, and is also very memory efficient making it an appealing choice
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
11 for complex genomes where the RAM requirements exclude other popular tools.
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
12
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
13 For more information:
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
14 http://www.clcbio.com/products/clc-assembly-cell/
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
15
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
16 You can download the CLC Assembly Cell User Manual here, currently v4.2
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
17 http://www.clcbio.com/files/usermanuals/CLC_Assembly_Cell_User_Manual.pdf
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
18
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
19 There is also an online manual here:
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
20 http://clcsupport.com/clcassemblycell/current/index.php?manual=Introduction.html
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
21
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
22 There is currently a free trial download here:
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
23 http://www.clcbio.com/?action=transfer_user&productVersion=4.2&productID=6982&productName=CLC+Assembly+Cell&nonce=db842e3f95
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
24
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
25 This wrapper is available from the Galaxy Tool Shed at:
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
26 http://toolshed.g2.bx.psu.edu/view/peterjc/clc_assembly_cell
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
27
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
28 This Galaxy wrapper was written and tested using CLC Assembly Cell
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
29 version 4.10.86742
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
30
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
31
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
32 Automated Installation
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
33 ======================
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
34
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
35 This should be straightforward, Galaxy should automatically download and
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
36 install the wrapper from the Galaxy Tool Shed. However, you will need to
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
37 manually install the CLC Assembly Cell software, and setup the environment
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
38 variable ``$CLC_ASSEMBLY_CELL`` to the directory containing the binaries
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
39 (and in particular, the ``clc_assembler`` binary). For example:
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
40
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
41 $ export CLC_ASSEMBLY_CELL=/opt/clcbio/clc-assembly-cell-4.1.0-linux_64/
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
42
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
43
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
44 Manual Installation
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
45 ===================
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
46
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
47 First install the CLC Assembly Cell sortware as described above.
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
48
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
49 To install the wrapper copy or move the following files under the Galaxy tools
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
50 folder, e.g. in a ``tools/clcbio/`` folder:
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
51
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
52 * clc_assembler.xml (Galaxy tool definition)
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
53 * clc_mapper.xml (Galaxy tool definition)
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
54 * README.rst (this file)
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
55
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
56 You will also need to modify the ``tools_conf.xml`` file to tell Galaxy to offer
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
57 the tools. Just all these line, for example next to other assembly tools::
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
58
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
59 <tool file="clc_assembly_cell/clc_assembler.xml" />
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
60 <tool file="clc_assembly_cell/clc_mapper.xml" />
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
61
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
62 If you wish to run the unit tests, also move/copy the ``test-data/`` files
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
63 under Galaxy's ``test-data/`` folder. Then run::
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
64
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
65 $ ./run_tests.sh -id clc_assembler
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
66 $ ./run_tests.sh -id clc_mapper
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
67
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
68 That's it.
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
69
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
70
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
71 History
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
72 =======
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
73
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
74 ======= ======================================================================
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
75 Version Changes
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
76 ------- ----------------------------------------------------------------------
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
77 v0.0.1 - Initial public release.
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
78 v0.0.2 - Actually use the ``$CLC_ASSEMBLY_CELL`` environment variable.
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
79 - Enable and fixed the tests.
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
80 ======= ======================================================================
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
81
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
82
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
83 Developers
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
84 ==========
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
85
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
86 Development is on this itHub repository:
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
87 https://github.com/peterjc/pico_galaxy/tree/master/tools/clc_assembly_cell
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
88
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
89 For making the "Galaxy Tool Shed" http://toolshed.g2.bx.psu.edu/ tarball use
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
90 the following command from the Galaxy root folder::
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
91
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
92 $ tar -czf clcbio.tar.gz tools/clc_assembly_cell/README.rst tools/clc_assembly_cell/clc_assembler.xml tools/clc_assembly_cell/clc_mapper.xml tools/clc_assembly_cell/tool_dependencies.xml test-data/NC_010642.fna
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
93
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
94 Check this worked::
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
95
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
96 $ tar -tzf clcbio.tar.gz
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
97 tools/clc_assembly_cell/README.rst
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
98 tools/clc_assembly_cell/clc_assembler.xml
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
99 tools/clc_assembly_cell/clc_mapper.xml
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
100 tools/clc_assembly_cell/tool_dependencies.xml
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
101 test-data/NC_010642.fna
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
102
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
103
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
104 Licence (MIT)
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
105 =============
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
106
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
107 Permission is hereby granted, free of charge, to any person obtaining a copy
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
108 of this software and associated documentation files (the "Software"), to deal
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
109 in the Software without restriction, including without limitation the rights
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
110 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
111 copies of the Software, and to permit persons to whom the Software is
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
112 furnished to do so, subject to the following conditions:
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
113
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
114 The above copyright notice and this permission notice shall be included in
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
115 all copies or substantial portions of the Software.
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
116
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
117 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
118 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
119 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
120 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
121 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
122 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
123 THE SOFTWARE.
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
124
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
125 NOTE: This is the licence for the Galaxy Wrapper only. The CLCbio tools are
0996169ac2e8 Uploaded v0.0.2, previously only on the TestToolShed
peterjc
parents:
diff changeset
126 commercial, and are available and licenced separately.