# HG changeset patch # User iuc # Date 1480674328 18000 # Node ID d4f310163b859d3d09b7e8eb4b522b44e6f7caef Uploaded initial version diff -r 000000000000 -r d4f310163b85 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Dec 02 05:25:28 2016 -0500 @@ -0,0 +1,61 @@ + + + + + + + + + https://depot.galaxyproject.org/software/blast_plus/blast_plus_2.5.0_darwin_all.tar.gz + + bin + $INSTALL_DIR + + + + + + https://depot.galaxyproject.org/software/blast_plus/blast_plus_2.5.0_darwin_all.tar.gz + + bin + $INSTALL_DIR + + + + + + https://depot.galaxyproject.org/software/blast_plus/blast_plus_2.5.0_linux_x64.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 + + +