# HG changeset patch # User peterjc # Date 1367245109 14400 # Node ID cd467dd9e2ffe2d4087bf8e06cb4d627c305cda2 # Parent 579acb6fb8a8f8050379873ee2e71ea2c7e5d566 Uploaded v0.0.20 preview 3, use the NCBI provided 64bit Linux binaries. diff -r 579acb6fb8a8 -r cd467dd9e2ff tools/ncbi_blast_plus/ncbi_blast_plus.txt --- a/tools/ncbi_blast_plus/ncbi_blast_plus.txt Mon Apr 29 09:27:48 2013 -0400 +++ b/tools/ncbi_blast_plus/ncbi_blast_plus.txt Mon Apr 29 10:18:29 2013 -0400 @@ -102,6 +102,8 @@ fall-back in case the return code is not set properly). - Clearer naming of output files. v0.0.20 - Added unit tests for BLASTN and TBLASTX. + - Automatic installation via the Tool Shed now uses the NCBI provided + precompiled binaries for 64bit Linux, rather than compiling locally. Developers diff -r 579acb6fb8a8 -r cd467dd9e2ff tools/ncbi_blast_plus/tool_dependencies.xml --- a/tools/ncbi_blast_plus/tool_dependencies.xml Mon Apr 29 09:27:48 2013 -0400 +++ b/tools/ncbi_blast_plus/tool_dependencies.xml Mon Apr 29 10:18:29 2013 -0400 @@ -3,17 +3,26 @@ - ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.26/ncbi-blast-2.2.26+-src.tar.gz - cd c++ && ./configure --prefix=$INSTALL_DIR && make && make install + ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.26/ncbi-blast-2.2.26+-x64-linux.tar.gz + + ncbi-blast-2.2.26+/bin + $INSTALL_DIR + - $INSTALL_DIR/bin + $INSTALL_DIR -These links provide information for building the NCBI Blast+ package in most environments. +Downloads the precompiled 64bit Linux BLAST+ binaries from the NCBI, +which is faster than performing a local compliation, avoids any issues +with build dependencies, and is more reproducible between installations +as there is no variability from the compiler or library versions. -System requirements +If/when the Galaxy installation framework allows for 32bit versus 64bit, +or different operating system, the NCBI binaries cover the main cases. + +For more details, see: http://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Web&PAGE_TYPE=BlastDocs&DOC_TYPE=Download