# HG changeset patch # User peterjc # Date 1369836228 14400 # Node ID c1a6e5aefee017275a01211b8b66a0625c40e68e # Parent cc14169549588c74695e94f0094cf8c09f990248 Uploaded v0.0.20 preview 10. Auto install of 64 bit Linux binaries was working, but reverting to local compile for cross-platform support. diff -r cc1416954958 -r c1a6e5aefee0 tools/ncbi_blast_plus/ncbi_blast_plus.txt --- a/tools/ncbi_blast_plus/ncbi_blast_plus.txt Mon May 27 11:42:33 2013 -0400 +++ b/tools/ncbi_blast_plus/ncbi_blast_plus.txt Wed May 29 10:03:48 2013 -0400 @@ -105,8 +105,6 @@ 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. - Fallback on ElementTree if cElementTree missing in XML to tabular. - Link to Tool Shed added to help text and this documentation. - Tweak dependency on blast_datatypes to also work on Test Tool Shed diff -r cc1416954958 -r c1a6e5aefee0 tools/ncbi_blast_plus/tool_dependencies.xml --- a/tools/ncbi_blast_plus/tool_dependencies.xml Mon May 27 11:42:33 2013 -0400 +++ b/tools/ncbi_blast_plus/tool_dependencies.xml Wed May 29 10:03:48 2013 -0400 @@ -3,27 +3,16 @@ - ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.26/ncbi-blast-2.2.26+-x64-linux.tar.gz - - - bin - $INSTALL_DIR - + 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 - $INSTALL_DIR + $INSTALL_DIR/bin -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. - -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: +Downloads and compiles BLAST+ from the NCBI, which assumes you have +all the required build dependencies installed. See: http://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Web&PAGE_TYPE=BlastDocs&DOC_TYPE=Download