annotate tools/blast_rbh/README.rst @ 4:d8d9a9069586 draft

v0.1.11 using BLAST+ 2.5.0 and Biopython 1.67
author peterjc
date Wed, 19 Apr 2017 07:44:47 -0400
parents 9ba8ebb636f4
children 8f4500f6f2aa
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
ff0b814c1320 Uploaded v0.1.5, NCBI BLAST+ 2.2.30 etc
peterjc
parents: 0
diff changeset
1 Find BLAST Reciprocal Best Hits (RBH), with Galaxy wrapper
ff0b814c1320 Uploaded v0.1.5, NCBI BLAST+ 2.2.30 etc
peterjc
parents: 0
diff changeset
2 ==========================================================
0
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
3
4
d8d9a9069586 v0.1.11 using BLAST+ 2.5.0 and Biopython 1.67
peterjc
parents: 3
diff changeset
4 This tool is copyright 2011-2017 by Peter Cock, The James Hutton Institute
0
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
5 (formerly SCRI, Scottish Crop Research Institute), UK. All rights reserved.
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
6 See the licence text below.
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
7
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
8 This tool is a short Python script to run reciprocal BLAST searches on a
1
ff0b814c1320 Uploaded v0.1.5, NCBI BLAST+ 2.2.30 etc
peterjc
parents: 0
diff changeset
9 pair of sequence files, and extract the reciprocal best hits. The script
ff0b814c1320 Uploaded v0.1.5, NCBI BLAST+ 2.2.30 etc
peterjc
parents: 0
diff changeset
10 ``blast_rbh.py`` can be used directly (without Galaxy) as long as NCBI
ff0b814c1320 Uploaded v0.1.5, NCBI BLAST+ 2.2.30 etc
peterjc
parents: 0
diff changeset
11 BLAST+ is installed.
0
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
12
1
ff0b814c1320 Uploaded v0.1.5, NCBI BLAST+ 2.2.30 etc
peterjc
parents: 0
diff changeset
13 It comes with an optional Galaxy tool definition file ``blast_rbh.xml``
ff0b814c1320 Uploaded v0.1.5, NCBI BLAST+ 2.2.30 etc
peterjc
parents: 0
diff changeset
14 allowing the Python script to be run from within Galaxy. It is available
ff0b814c1320 Uploaded v0.1.5, NCBI BLAST+ 2.2.30 etc
peterjc
parents: 0
diff changeset
15 from the Galaxy Tool Shed at:
ff0b814c1320 Uploaded v0.1.5, NCBI BLAST+ 2.2.30 etc
peterjc
parents: 0
diff changeset
16 http://toolshed.g2.bx.psu.edu/view/peterjc/blast_rbh
0
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
17
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
18
2
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
19 Citation
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
20 ========
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
21
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
22 Please cite the following paper:
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
23
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
24 NCBI BLAST+ integrated into Galaxy.
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
25 P.J.A. Cock, J.M. Chilton, B. Gruening, J.E. Johnson, N. Soranzo
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
26 *GigaScience* 2015, 4:39
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
27 DOI: http://dx.doi.org/10.1186/s13742-015-0080-7
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
28
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
29 You should also cite the NCBI BLAST+ tools:
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
30
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
31 BLAST+: architecture and applications.
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
32 C. Camacho et al. *BMC Bioinformatics* 2009, 10:421.
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
33 DOI: http://dx.doi.org/10.1186/1471-2105-10-421
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
34
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
35
0
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
36 Automated Installation
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
37 ======================
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
38
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
39 Installation via the Galaxy Tool Shed should take care of the Galaxy side of
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
40 things, including the dependency the NCBI BLAST+ binaries.
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
41
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
42
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
43 Manual Installation
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
44 ===================
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
45
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
46 There are just two files to install:
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
47
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
48 - ``blast_rbh.py`` (the Python script)
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
49 - ``blast_rbh.xml`` (the Galaxy tool definition)
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
50
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
51 The suggested location is in a ``tools/blast_rbh/`` folder. You will then
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
52 need to modify the ``tools_conf.xml`` file to tell Galaxy to offer the tool
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
53 by adding the line::
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
54
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
55 <tool file="blast_rbh/blast_rbh.xml" />
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
56
1
ff0b814c1320 Uploaded v0.1.5, NCBI BLAST+ 2.2.30 etc
peterjc
parents: 0
diff changeset
57 If you want to run the functional tests, copy the sample test files under
ff0b814c1320 Uploaded v0.1.5, NCBI BLAST+ 2.2.30 etc
peterjc
parents: 0
diff changeset
58 sample test files under Galaxy's ``test-data/`` directory. Then::
0
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
59
1
ff0b814c1320 Uploaded v0.1.5, NCBI BLAST+ 2.2.30 etc
peterjc
parents: 0
diff changeset
60 ./run_tests.sh -id blast_reciprocal_best_hits
0
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
61
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
62 You will need to have the NCBI BLAST+ binaries installed and on the ``$PATH``.
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
63
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
64
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
65 History
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
66 =======
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
67
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
68 ======= ======================================================================
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
69 Version Changes
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
70 ------- ----------------------------------------------------------------------
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
71 v0.1.0 - Initial Test Tool Shed release, targetting NCBI BLAST+ 2.2.29
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
72 v0.1.1 - Supports self-comparison, sometimes useful for spotting duplicates.
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
73 v0.1.2 - Using optparse for command line API.
1
ff0b814c1320 Uploaded v0.1.5, NCBI BLAST+ 2.2.30 etc
peterjc
parents: 0
diff changeset
74 - Tool definition now embeds citation information.
0
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
75 - Fixed Tool Shed dependency definition.
1
ff0b814c1320 Uploaded v0.1.5, NCBI BLAST+ 2.2.30 etc
peterjc
parents: 0
diff changeset
76 v0.1.3 - Option to make FASTA files non-redundant (via Biopython dependency).
ff0b814c1320 Uploaded v0.1.5, NCBI BLAST+ 2.2.30 etc
peterjc
parents: 0
diff changeset
77 - Avoid extra database and BLAST search in self-comparison mode.
ff0b814c1320 Uploaded v0.1.5, NCBI BLAST+ 2.2.30 etc
peterjc
parents: 0
diff changeset
78 v0.1.4 - Check for duplicate FASTA identifiers (workaround for makeblastdb
ff0b814c1320 Uploaded v0.1.5, NCBI BLAST+ 2.2.30 etc
peterjc
parents: 0
diff changeset
79 not treating this as an error, leading to confusing RBH output).
ff0b814c1320 Uploaded v0.1.5, NCBI BLAST+ 2.2.30 etc
peterjc
parents: 0
diff changeset
80 v0.1.5 - Clarify documentation for using the Python script outside Galaxy.
ff0b814c1320 Uploaded v0.1.5, NCBI BLAST+ 2.2.30 etc
peterjc
parents: 0
diff changeset
81 - Updated to depend on NCBI BLAST+ 2.2.30 via ToolShed install.
2
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
82 v0.1.6 - Offer the new blastp-fast task added in BLAST+ 2.2.30.
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
83 - Added "NCBI BLAST+ integrated into Galaxy" preprint citation.
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
84 v0.1.7 - Reorder XML elements (internal change only).
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
85 - Planemo for Tool Shed upload (``.shed.yml``, internal change only).
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
86 - Updated citation information with GigaScience paper.
4
d8d9a9069586 v0.1.11 using BLAST+ 2.5.0 and Biopython 1.67
peterjc
parents: 3
diff changeset
87 v0.1.8 - Updated to depend on NCBI BLAST+ 2.2.31 via ToolShed install.
d8d9a9069586 v0.1.11 using BLAST+ 2.5.0 and Biopython 1.67
peterjc
parents: 3
diff changeset
88 v0.1.9 - Updates to the command line API for the Python script.
d8d9a9069586 v0.1.11 using BLAST+ 2.5.0 and Biopython 1.67
peterjc
parents: 3
diff changeset
89 - PEP8 style updates to the Python script (internal change only).
d8d9a9069586 v0.1.11 using BLAST+ 2.5.0 and Biopython 1.67
peterjc
parents: 3
diff changeset
90 - Fix parameter help text which was not being displayed.
d8d9a9069586 v0.1.11 using BLAST+ 2.5.0 and Biopython 1.67
peterjc
parents: 3
diff changeset
91 v0.1.11 - Updated to depend on NCBI BLAST+ 2.5.0 via ToolShed or BioConda.
d8d9a9069586 v0.1.11 using BLAST+ 2.5.0 and Biopython 1.67
peterjc
parents: 3
diff changeset
92 - Update Biopython dependency.
d8d9a9069586 v0.1.11 using BLAST+ 2.5.0 and Biopython 1.67
peterjc
parents: 3
diff changeset
93 - Tweak Python script to work under Python 2 or Python 3.
0
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
94 ======= ======================================================================
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
95
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
96
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
97 Developers
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
98 ==========
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
99
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
100 This tool is developed on the following GitHub repository:
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
101 https://github.com/peterjc/galaxy_blast/tree/master/tools/blast_rbh
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
102
2
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
103 For pushing a release to the test or main "Galaxy Tool Shed", use the following
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
104 Planemo commands (which requires you have set your Tool Shed access details in
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
105 ``~/.planemo.yml`` and that you have access rights on the Tool Shed)::
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
106
4
d8d9a9069586 v0.1.11 using BLAST+ 2.5.0 and Biopython 1.67
peterjc
parents: 3
diff changeset
107 $ planemo shed_update -t testtoolshed --check_diff tools/blast_rbh/
2
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
108 ...
0
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
109
2
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
110 or::
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
111
4
d8d9a9069586 v0.1.11 using BLAST+ 2.5.0 and Biopython 1.67
peterjc
parents: 3
diff changeset
112 $ planemo shed_update -t toolshed --check_diff tools/blast_rbh/
2
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
113 ...
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
114
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
115 To just build and check the tar ball, use::
0
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
116
4
d8d9a9069586 v0.1.11 using BLAST+ 2.5.0 and Biopython 1.67
peterjc
parents: 3
diff changeset
117 $ planemo shed_upload --tar_only tools/blast_rbh/
2
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
118 ...
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
119 $ tar -tzf shed_upload.tar.gz
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
120 test-data/four_human_proteins.fasta
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
121 test-data/k12_edited_proteins.fasta
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
122 test-data/k12_ten_proteins.fasta
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
123 test-data/rbh_blastn_three_human_mRNA_vs_rhodopsin_nucs.tabular
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
124 test-data/rbh_blastp_four_human_vs_rhodopsin_proteins.tabular
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
125 test-data/rbh_blastp_k12.tabular
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
126 test-data/rbh_blastp_k12_self.tabular
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
127 test-data/rbh_megablast_rhodopsin_nucs_vs_three_human_mRNA.tabular
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
128 test-data/rbh_none.tabular
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
129 test-data/rbh_tblastx_rhodopsin_nucs_vs_three_human_mRNA.tabular
0
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
130 test-data/rhodopsin_nucs.fasta
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
131 test-data/rhodopsin_proteins.fasta
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
132 test-data/three_human_mRNA.fasta
2
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
133 tools/blast_rbh/README.rst
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
134 tools/blast_rbh/blast_rbh.py
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
135 tools/blast_rbh/blast_rbh.xml
14b2e159b310 v0.1.7 - Updated citation & misc internal changes
peterjc
parents: 1
diff changeset
136 tools/blast_rbh/tool_dependencies.xml
0
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
137
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
138
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
139 Licence (MIT)
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
140 =============
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
141
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
142 Permission is hereby granted, free of charge, to any person obtaining a copy
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
143 of this software and associated documentation files (the "Software"), to deal
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
144 in the Software without restriction, including without limitation the rights
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
145 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
146 copies of the Software, and to permit persons to whom the Software is
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
147 furnished to do so, subject to the following conditions:
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
148
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
149 The above copyright notice and this permission notice shall be included in
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
150 all copies or substantial portions of the Software.
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
151
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
152 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
153 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
154 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
155 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
156 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
157 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
b828ca44a313 Uploaded v0.1.2 (previously only on the Test Tool Shed)
peterjc
parents:
diff changeset
158 THE SOFTWARE.