|
0
|
1 Galaxy tool definition for cutadapt (http://code.google.com/p/cutadapt/)
|
|
|
2
|
|
|
3
|
|
|
4 Installation - Tool Shed
|
|
|
5 ------------------------
|
|
|
6
|
|
|
7 The recommended way to install cutadapt as a tool in Galaxy is to the use the
|
|
|
8 Galaxy Tool Shed (http://wiki.galaxyproject.org/Tool%20Shed).
|
|
|
9
|
|
|
10 This will allow cutadapt to be installed automatically and keep track of older
|
|
|
11 versions of cutadapt and the tool wrapper.
|
|
|
12
|
|
|
13
|
|
|
14 Installation - Manual
|
|
|
15 ---------------------
|
|
|
16
|
|
|
17 1. Install the cutadapt package and make sure it is in path for Galaxy
|
|
|
18
|
|
|
19 2. Copy cutadapt.xml to $GALAXY_HOME/tools/cutadapt
|
|
|
20
|
|
|
21 3. Add the tool to the $GALAXY_HOME/tool_conf.xml tool-registry file
|
|
|
22
|
|
|
23 **Optional steps to setup and run Galaxy functional tests**
|
|
|
24
|
|
|
25 4. Copy test-data/* to $GALAXY_HOME/test-data/
|
|
|
26
|
|
|
27 5. Set GALAXY_TEST_TOOL_CONF environment variable to a tool_conf.xml file that
|
|
|
28 contains the tools you want to test. (e.g. 'tool_conf.xml')
|
|
|
29
|
|
|
30 6. $GALAXY_HOME/run_functional_tests.sh -id cutadapt
|
|
|
31 See the Galaxy Wiki for more information: http://wiki.g2.bx.psu.edu/
|
|
|
32
|
|
|
33
|
|
|
34 Configuration of Adapters
|
|
|
35 -------------------------
|
|
|
36
|
|
|
37 A list of predefined adapters may be specified in the cutadapt_adapters.txt
|
|
|
38 file which resides in the tool-data directory underneath the Galaxy root. A sample
|
|
|
39 file is provided.
|
|
|
40
|
|
|
41
|
|
|
42 Limitations of the Galaxy wrapper
|
|
|
43 ---------------------------------
|
|
|
44
|
|
|
45 Reading adapters from a fasta file is not supported
|
|
|
46 Colorspace data support is not implemented
|
|
|
47 Only one "Strip suffix" is suppored
|
|
|
48
|
|
|
49
|
|
|
50 Galaxy Wrapper Development
|
|
|
51 --------------------------
|
|
|
52
|
|
|
53 Author: Lance Parsons <lparsons@princeton.edu>
|
|
|
54
|
|
|
55 Repository: [https://bitbucket.org/lance_parsons/cutadapt\_galaxy\_wrapper](https://bitbucket.org/lance_parsons/cutadapt_galaxy_wrapper)
|