# HG changeset patch # User peterjc # Date 1375727398 14400 # Node ID 9b8b2817f41165e5c9f11d3d978e6ffd72cf2de1 # Parent 6902315b7730c6c230db9247607949c8eef0aeca Uploaded v0.0.20pre13, auto-installation script from Dave Bouvier diff -r 6902315b7730 -r 9b8b2817f411 ncbi_blast_plus/README.rst --- a/ncbi_blast_plus/README.rst Mon Aug 05 12:39:59 2013 -0400 +++ b/ncbi_blast_plus/README.rst Mon Aug 05 14:29:58 2013 -0400 @@ -115,6 +115,8 @@ - Tweak dependency on blast_datatypes to also work on Test Tool Shed - Adopted standard MIT License. - Development moved to GitHub, https://github.com/peterjc/galaxy_blast + - Auto-installation tries to use the NCBI supplied binaries, falling + back on local compilation from source if required (Dave Bouvier). ======= ====================================================================== diff -r 6902315b7730 -r 9b8b2817f411 ncbi_blast_plus/tool_dependencies.xml --- a/ncbi_blast_plus/tool_dependencies.xml Mon Aug 05 12:39:59 2013 -0400 +++ b/ncbi_blast_plus/tool_dependencies.xml Mon Aug 05 14:29:58 2013 -0400 @@ -3,31 +3,24 @@ - + + ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.26/ncbi-blast-2.2.26+-universal-macosx.tar.gz ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.26/ncbi-blast-2.2.26+-x64-linux.tar.gz - ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.26/ncbi-blast-2.2.26+-ia32-linux.tar.gz + ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.26/ncbi-blast-2.2.26+-ia32-linux.tar.gz ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.26/ncbi-blast-2.2.26+-ia32-linux.tar.gz - ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.26/ncbi-blast-2.2.26+-universal-macosx.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/ncbi-blast-2.2.26+ && make && make install - $INSTALL_DIR + $INSTALL_DIR/bin -Downloads the precompiled 32bit Linux, 64bit Linux, or Mac OS X 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. +These links provide information for building the NCBI Blast+ package in most environments. -For more details, see: +System requirements http://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Web&PAGE_TYPE=BlastDocs&DOC_TYPE=Download -