annotate tools/blast_rbh/README.rst @ 33:692366540172 draft

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