Mercurial > repos > pjbriggs > trimmomatic
annotate README.rst @ 10:dfa082f84068 draft
Uploaded version 0.36.5 (use conda to resolve tool dependencies)
author | pjbriggs |
---|---|
date | Mon, 05 Mar 2018 10:13:48 -0500 |
parents | 415a165d92bb |
children | 59054f086eca |
rev | line source |
---|---|
1 | 1 Trimmomatic: flexible read trimming tool for Illumina NGS data |
2 ============================================================== | |
3 | |
4 Galaxy tool wrapper for the Trimmomatic program, which provides various functions for | |
5 manipluating Illumina FASTQ files (both single and paired-end). | |
6 | |
7 Trimmomatic has been developed within Bjorn Usadel's group at RWTH Aachen university | |
8 http://www.usadellab.org/cms/index.php?page=trimmomatic | |
9 | |
10 The reference for Trimmomatic is: | |
11 | |
12 - Bolger, A.M., Lohse, M., & Usadel, B. (2014). Trimmomatic: A flexible trimmer | |
13 for Illumina Sequence Data. Bioinformatics, btu170. | |
14 | |
15 Automated installation | |
16 ====================== | |
17 | |
2
a60283899c6d
Version 0.32.2: use GALAXY_SLOTS to set number of threads.
pjbriggs
parents:
1
diff
changeset
|
18 Installation via the Galaxy Tool Shed will take care of installing the tool wrapper |
a60283899c6d
Version 0.32.2: use GALAXY_SLOTS to set number of threads.
pjbriggs
parents:
1
diff
changeset
|
19 and the trimmomatic program and data, and setting the appropriate environment |
a60283899c6d
Version 0.32.2: use GALAXY_SLOTS to set number of threads.
pjbriggs
parents:
1
diff
changeset
|
20 variables. |
1 | 21 |
7
6eeacf19a38e
Version 0.36.3: fix the naming of output collections to differentiate btwn paired/unpaired; document the _JAVA_OPTIONS env var (thanks Marius van den Beek).
pjbriggs
parents:
6
diff
changeset
|
22 Controlling the available memory |
6eeacf19a38e
Version 0.36.3: fix the naming of output collections to differentiate btwn paired/unpaired; document the _JAVA_OPTIONS env var (thanks Marius van den Beek).
pjbriggs
parents:
6
diff
changeset
|
23 ================================ |
6eeacf19a38e
Version 0.36.3: fix the naming of output collections to differentiate btwn paired/unpaired; document the _JAVA_OPTIONS env var (thanks Marius van den Beek).
pjbriggs
parents:
6
diff
changeset
|
24 |
6eeacf19a38e
Version 0.36.3: fix the naming of output collections to differentiate btwn paired/unpaired; document the _JAVA_OPTIONS env var (thanks Marius van den Beek).
pjbriggs
parents:
6
diff
changeset
|
25 The default amount of memory avilable to trimmomatic is set to 8GB. |
6eeacf19a38e
Version 0.36.3: fix the naming of output collections to differentiate btwn paired/unpaired; document the _JAVA_OPTIONS env var (thanks Marius van den Beek).
pjbriggs
parents:
6
diff
changeset
|
26 To change the default amount of memory you can set the environment variable |
6eeacf19a38e
Version 0.36.3: fix the naming of output collections to differentiate btwn paired/unpaired; document the _JAVA_OPTIONS env var (thanks Marius van den Beek).
pjbriggs
parents:
6
diff
changeset
|
27 ``_JAVA_OPTIONS`` to ``-Xmx<amount_of_memory_in_GB>G``. The recommended way to |
6eeacf19a38e
Version 0.36.3: fix the naming of output collections to differentiate btwn paired/unpaired; document the _JAVA_OPTIONS env var (thanks Marius van den Beek).
pjbriggs
parents:
6
diff
changeset
|
28 set this is in the job_conf.xml file. To change the available memory to 6GB, a |
6eeacf19a38e
Version 0.36.3: fix the naming of output collections to differentiate btwn paired/unpaired; document the _JAVA_OPTIONS env var (thanks Marius van den Beek).
pjbriggs
parents:
6
diff
changeset
|
29 line like the below should be added: |
6eeacf19a38e
Version 0.36.3: fix the naming of output collections to differentiate btwn paired/unpaired; document the _JAVA_OPTIONS env var (thanks Marius van den Beek).
pjbriggs
parents:
6
diff
changeset
|
30 |
6eeacf19a38e
Version 0.36.3: fix the naming of output collections to differentiate btwn paired/unpaired; document the _JAVA_OPTIONS env var (thanks Marius van den Beek).
pjbriggs
parents:
6
diff
changeset
|
31 ``<env id="_JAVA_OPTIONS">-Xmx6G</env>`` |
6eeacf19a38e
Version 0.36.3: fix the naming of output collections to differentiate btwn paired/unpaired; document the _JAVA_OPTIONS env var (thanks Marius van den Beek).
pjbriggs
parents:
6
diff
changeset
|
32 |
6eeacf19a38e
Version 0.36.3: fix the naming of output collections to differentiate btwn paired/unpaired; document the _JAVA_OPTIONS env var (thanks Marius van den Beek).
pjbriggs
parents:
6
diff
changeset
|
33 This will set the environment variable ``_JAVA_OPTIONS`` to ``-Xmx6G``. |
6eeacf19a38e
Version 0.36.3: fix the naming of output collections to differentiate btwn paired/unpaired; document the _JAVA_OPTIONS env var (thanks Marius van den Beek).
pjbriggs
parents:
6
diff
changeset
|
34 |
1 | 35 Manual Installation |
36 =================== | |
37 | |
38 There are two files to install: | |
39 | |
40 - ``trimmomatic.xml`` (the Galaxy tool definition) | |
41 - ``trimmomatic.sh`` (the shell script wrapper) | |
42 | |
43 The suggested location is in a ``tools/trimmomatic/`` folder. You will then | |
44 need to modify the ``tools_conf.xml`` file to tell Galaxy to offer the tool | |
45 by adding the line: | |
46 | |
47 <tool file="trimmomatic/trimmomatic.xml" /> | |
48 | |
4 | 49 You will also need to install trimmomatic 0.36: |
1 | 50 |
4 | 51 - http://www.usadellab.org/cms/uploads/supplementary/Trimmomatic/Trimmomatic-0.36.zip |
1 | 52 |
53 The tool wrapper uses the following environment variables in order to find the | |
54 appropriate files: | |
55 | |
56 - ``TRIMMOMATIC_DIR`` should point to the directory holding the | |
4 | 57 ``trimmomatic-0.36.jar`` file |
1 | 58 - ``TRIMMOMATIC_ADAPTERS_DIR`` should point to the directory holding the adapter |
59 sequence files (used by the ``ILLUMINACLIP`` option). | |
60 | |
61 If you want to run the functional tests, copy the sample test files under | |
62 sample test files under Galaxy's ``test-data/`` directory. Then: | |
63 | |
64 ./run_tests.sh -id trimmomatic | |
65 | |
66 You will need to have set the environment variables above. | |
67 | |
68 History | |
69 ======= | |
70 | |
71 ========== ====================================================================== | |
72 Version Changes | |
73 ---------- ---------------------------------------------------------------------- | |
10
dfa082f84068
Uploaded version 0.36.5 (use conda to resolve tool dependencies)
pjbriggs
parents:
8
diff
changeset
|
74 0.36.5 - Remove tool_dependencies.xml and always use conda to resolve tool |
dfa082f84068
Uploaded version 0.36.5 (use conda to resolve tool dependencies)
pjbriggs
parents:
8
diff
changeset
|
75 dependencies |
8 | 76 0.36.4 - Add option to provide custom adapter sequences for ILLUMINACLIP |
77 - Add options ``minAdapterLength`` and ``keepBothReads`` for ILLUMINACLIP | |
78 in palindrome mode | |
7
6eeacf19a38e
Version 0.36.3: fix the naming of output collections to differentiate btwn paired/unpaired; document the _JAVA_OPTIONS env var (thanks Marius van den Beek).
pjbriggs
parents:
6
diff
changeset
|
79 0.36.3 - Fix naming of output collections. Instead of all outputs being called |
6eeacf19a38e
Version 0.36.3: fix the naming of output collections to differentiate btwn paired/unpaired; document the _JAVA_OPTIONS env var (thanks Marius van den Beek).
pjbriggs
parents:
6
diff
changeset
|
80 "Trimmomatic on collection NN" these will now be called "Trimmomatic |
6eeacf19a38e
Version 0.36.3: fix the naming of output collections to differentiate btwn paired/unpaired; document the _JAVA_OPTIONS env var (thanks Marius van den Beek).
pjbriggs
parents:
6
diff
changeset
|
81 on collection NN: paired" or "Trimmomatic on collection NN: unpaired". |
6
141bba0e9a77
Uploaded v0.36.2 (adds support for compressed fastq inputs)
pjbriggs
parents:
5
diff
changeset
|
82 0.36.2 - Support fastqsanger.gz datatype. If fastqsanger.gz is used as input |
141bba0e9a77
Uploaded v0.36.2 (adds support for compressed fastq inputs)
pjbriggs
parents:
5
diff
changeset
|
83 the output will also be fastqsanger.gz. |
141bba0e9a77
Uploaded v0.36.2 (adds support for compressed fastq inputs)
pjbriggs
parents:
5
diff
changeset
|
84 - Use $_JAVA_OPTIONS to customize memory requirements. |
5
f80107cdc406
Updated to 0.36.1: Reimplement to work with bioconda Trimmomatic 0.36 (toolshed version is still supported for now).
pjbriggs
parents:
4
diff
changeset
|
85 0.36.1 - Reimplement to work with bioconda Trimmomatic 0.36 (toolshed version |
f80107cdc406
Updated to 0.36.1: Reimplement to work with bioconda Trimmomatic 0.36 (toolshed version is still supported for now).
pjbriggs
parents:
4
diff
changeset
|
86 is still supported for now). |
4 | 87 0.36.0 - Update to Trimmomatic 0.36. |
88 0.32.4 - Add support for ``AVGQUAL`` and ``MAXINFO`` operations. | |
3
f8a9a5eaca8a
Updated to version 0.32.3: add support for FASTQ pairs (dataset collections)
pjbriggs
parents:
2
diff
changeset
|
89 0.32.3 - Add support for FASTQ R1/R2 pairs using dataset collections (input |
f8a9a5eaca8a
Updated to version 0.32.3: add support for FASTQ pairs (dataset collections)
pjbriggs
parents:
2
diff
changeset
|
90 can be dataset collection, in which case tool also outputs dataset |
f8a9a5eaca8a
Updated to version 0.32.3: add support for FASTQ pairs (dataset collections)
pjbriggs
parents:
2
diff
changeset
|
91 collections) and improve order and naming of output files. |
2
a60283899c6d
Version 0.32.2: use GALAXY_SLOTS to set number of threads.
pjbriggs
parents:
1
diff
changeset
|
92 0.32.2 - Use ``GALAXY_SLOTS`` to set the appropriate number of threads to use |
a60283899c6d
Version 0.32.2: use GALAXY_SLOTS to set number of threads.
pjbriggs
parents:
1
diff
changeset
|
93 at runtime (default is 6). |
1 | 94 0.32.1 - Remove ``trimmomatic_adapters.loc.sample`` and hard-code adapter files |
95 into the XML wrapper. | |
96 0.32.0 - Add tool_dependencies.xml to install Trimmomatic 0.32 automatically and | |
97 set the environment. | |
98 - Update tool versioning to use Trimmomatic version number (i.e. ``0.32``) | |
99 with tool iteration appended (i.e. ``.1``). | |
100 0.0.4 - Specify '-threads 6' in <command> section. | |
101 0.0.3 - Added MINLEN, LEADING, TRAILING, CROP and HEADCROP options of trimmomatic. | |
102 0.0.2 - Updated ILLUMINACLIP option to use standard adapter sequences (requires | |
103 the trimmomatic_adapters.loc file; sample version is supplied) plus | |
104 cosmetic updates to wording and help text for some options. | |
105 0.0.1 - Initial version | |
106 ========== ====================================================================== | |
107 | |
108 | |
6
141bba0e9a77
Uploaded v0.36.2 (adds support for compressed fastq inputs)
pjbriggs
parents:
5
diff
changeset
|
109 Credits |
141bba0e9a77
Uploaded v0.36.2 (adds support for compressed fastq inputs)
pjbriggs
parents:
5
diff
changeset
|
110 ======= |
141bba0e9a77
Uploaded v0.36.2 (adds support for compressed fastq inputs)
pjbriggs
parents:
5
diff
changeset
|
111 |
141bba0e9a77
Uploaded v0.36.2 (adds support for compressed fastq inputs)
pjbriggs
parents:
5
diff
changeset
|
112 This wrapper has been developed and is maintained by Peter Briggs (@pjbriggs). |
141bba0e9a77
Uploaded v0.36.2 (adds support for compressed fastq inputs)
pjbriggs
parents:
5
diff
changeset
|
113 Peter van Heusden (@pvanheus) and Marius van den Beek (@mvdbeek) contributed |
8 | 114 support for gz compressed FastQ files. Charles Girardot (@cgirardot) and |
115 Jelle Scholtalbers (@scholtalbers) contributed additional options to ILLUMINACLIP. | |
6
141bba0e9a77
Uploaded v0.36.2 (adds support for compressed fastq inputs)
pjbriggs
parents:
5
diff
changeset
|
116 |
141bba0e9a77
Uploaded v0.36.2 (adds support for compressed fastq inputs)
pjbriggs
parents:
5
diff
changeset
|
117 |
1 | 118 Developers |
119 ========== | |
120 | |
121 This tool is developed on the following GitHub repository: | |
122 https://github.com/fls-bioinformatics-core/galaxy-tools/tree/master/trimmomatic | |
123 | |
124 For making the "Galaxy Tool Shed" http://toolshed.g2.bx.psu.edu/ tarball I use | |
125 the ``package_trimmomatic.sh`` script. | |
126 | |
127 | |
128 Licence (MIT) | |
129 ============= | |
130 | |
131 Permission is hereby granted, free of charge, to any person obtaining a copy | |
132 of this software and associated documentation files (the "Software"), to deal | |
133 in the Software without restriction, including without limitation the rights | |
134 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
135 copies of the Software, and to permit persons to whom the Software is | |
136 furnished to do so, subject to the following conditions: | |
137 | |
138 The above copyright notice and this permission notice shall be included in | |
139 all copies or substantial portions of the Software. | |
140 | |
141 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | |
142 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | |
143 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | |
144 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | |
145 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | |
146 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | |
147 THE SOFTWARE. |