annotate README.rst @ 18:9b273be64c25 draft default tip

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