# HG changeset patch # User peterjc # Date 1470404112 14400 # Node ID 7d1b2564a3446bf21c6022f1bdbccff83e0c10d1 Install recipe for NCBI BLAST+ 2.4.0 diff -r 000000000000 -r 7d1b2564a344 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Aug 05 09:35:12 2016 -0400 @@ -0,0 +1,58 @@ + + + + + + + + ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.4.0/ncbi-blast-2.4.0+-universal-macosx.tar.gz + + bin + $INSTALL_DIR + + + + + ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.4.0/ncbi-blast-2.4.0+-universal-macosx.tar.gz + + bin + $INSTALL_DIR + + + + + ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.4.0/ncbi-blast-2.4.0+-x64-linux.tar.gz + + bin + $INSTALL_DIR + + + + echo "ERROR: Automated installation on your operating system and CPU architecture combination is not yet supported." + echo "Your machine details (the output from 'uname' and 'arch'):" + uname + arch + echo "Please report this via https://github.com/peterjc/galaxy_blast/issues - thank you!" + false + + + + + $INSTALL_DIR + $INSTALL_DIR + + + + +Downloads the precompiled 64 bit Linux, or Mac OS X BLAST+ binaries from the NCBI, +which is faster than performing a local compilation, avoids any issues with build +dependencies, and is more reproducible between installations as there is no +variability from the compiler or library versions. + +Note that NCBI do not provide 32 bit Linux binaries anymore. + +For more details, see: +http://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Web&PAGE_TYPE=BlastDocs&DOC_TYPE=Download + + +