# HG changeset patch # User iuc # Date 1414691199 14400 # Node ID 0fe5d5c28ea2be2f359eb932bb0adaf19109518f Uploaded first version, based on BLAST+ 2.2.29 definition. diff -r 000000000000 -r 0fe5d5c28ea2 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu Oct 30 13:46:39 2014 -0400 @@ -0,0 +1,73 @@ + + + + + + + + ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.30/ncbi-blast-2.2.30+-universal-macosx.tar.gz + + bin + $INSTALL_DIR + + + + + ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.30/ncbi-blast-2.2.30+-universal-macosx.tar.gz + + bin + $INSTALL_DIR + + + + + ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.30/ncbi-blast-2.2.30+-x64-linux.tar.gz + + bin + $INSTALL_DIR + + + + + ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.30/ncbi-blast-2.2.30+-ia32-linux.tar.gz + + bin + $INSTALL_DIR + + + + + ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.30/ncbi-blast-2.2.30+-ia32-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 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. + +For more details, see: +http://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Web&PAGE_TYPE=BlastDocs&DOC_TYPE=Download + + +