annotate ncbi_blast_plus/ncbi_blast_plus.txt @ 1:27d7e1deada4 draft

Uploaded v0.0.12 of the NCBI BLAST+ wrappers. Implements genetic code option for translation searches. Changes <parallelism> to 1000 sequences at a time (to cope with very large sets of queries where BLAST+ can become memory hungry). Include warning that BLAST+ with subject FASTA gives pairwise e-values.
author peterjc
date Thu, 23 Aug 2012 07:24:38 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
1 Galaxy wrappers for NCBI BLAST+ suite
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
2 =====================================
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
3
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
4 These wrappers are copyright 2010-2012 by Peter Cock, The James Hutton Institute
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
5 (formerly SCRI, Scottish Crop Research Institute), UK. All rights reserved.
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
6 See the licence text below.
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
7
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
8 Currently tested with NCBI BLAST 2.2.26+ (i.e. version 2.2.26 of BLAST+),
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
9 and do not work with the NCBI 'legacy' BLAST suite (e.g. blastall).
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
10
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
11 Note that these wrappers were originally distributed as part of the main
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
12 Galaxy repository, but as of August 2012 moved to the Galaxy Tool Shed.
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
13 My thanks to Dannon Baker from the Galaxy development team for this assistance
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
14 with this.
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
15
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
16
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
17 Manual Installation
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
18 ===================
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
19
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
20 For those not using Galaxy's automated installation from the Tool Shed, put
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
21 the XML and Python files under tools/ncbi_blast_plus and add the XML files
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
22 to your tool_conf.xml as normal.
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
23
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
24 You must tell Galaxy about any system level BLAST databases using configuration
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
25 files blastdb.loc (nucleotide databases like NT) and blastdb_p.loc (protein
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
26 databases like NR).
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
27
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
28 You will also need to install the 'blast_datatypes' from the Tool Shed. This
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
29 defines the BLAST XML file format ('blastxml').
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
30
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
31
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
32 History
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
33 =======
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
34
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
35 v0.0.11 - Final revision as part of the Galaxy main repository, and the
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
36 first release via the Tool Shed
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
37 v0.0.12 - Implements genetic code option for translation searches.
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
38 - Changes <parallelism> to 1000 sequences at a time (to cope with
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
39 very large sets of queries where BLAST+ can become memory hungry)
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
40 - Include warning that BLAST+ with subject FASTA gives pairwise
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
41 e-values
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
42
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
43
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
44 Developers
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
45 ==========
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
46
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
47 This script and related tools are being developed on the following hg branch:
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
48 http://bitbucket.org/peterjc/galaxy-central/src/tools
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
49
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
50 For making the "Galaxy Tool Shed" http://community.g2.bx.psu.edu/ tarball I use
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
51 the following command from the Galaxy rtools or tools/ncbi_blast_plus folder:
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
52
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
53 $ ./make_ncbi_blast_plus.sh
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
54
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
55 This similifies ensuring a consistent set of files is bundled each time,
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
56 including all the relevant test files.
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
57
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
58
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
59 Licence (MIT/BSD style)
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
60 =======================
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
61
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
62 Permission to use, copy, modify, and distribute this software and its
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
63 documentation with or without modifications and for any purpose and
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
64 without fee is hereby granted, provided that any copyright notices
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
65 appear in all copies and that both those copyright notices and this
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
66 permission notice appear in supporting documentation, and that the
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
67 names of the contributors or copyright holders not be used in
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
68 advertising or publicity pertaining to distribution of the software
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
69 without specific prior permission.
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
70
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
71 THE CONTRIBUTORS AND COPYRIGHT HOLDERS OF THIS SOFTWARE DISCLAIM ALL
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
72 WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
73 WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
74 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
75 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
76 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
77 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
78 OR PERFORMANCE OF THIS SOFTWARE.
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
79
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
80 NOTE: This is the licence for the Galaxy Wrapper only. BLAST+ and
27d7e1deada4 Uploaded v0.0.12 of the NCBI BLAST+ wrappers.
peterjc
parents:
diff changeset
81 associated data files are available and licenced separately.