# HG changeset patch # User iuc # Date 1509374809 14400 # Node ID 2e9109a8924f21674f19514edb407b4a168d2510 Uploaded diff -r 000000000000 -r 2e9109a8924f tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Oct 30 10:46:49 2017 -0400 @@ -0,0 +1,52 @@ + + + + + + + + + https://depot.galaxyproject.org/software/blast_plus/blast_plus_2.7.1_darwin_x64.tar.gz + + bin + $INSTALL_DIR + + + + + + https://depot.galaxyproject.org/software/blast_plus/blast_plus_2.7.1_linux_x64.tar.gz + + bin + $INSTALL_DIR + + + + echo "ERROR: Automated installation on your operating system and CPU architecture combination is not 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 any 32 bit binaries anymore. + +For more details, see: +http://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Web&PAGE_TYPE=BlastDocs&DOC_TYPE=Download + + +