# HG changeset patch
# User peterjc
# Date 1443617996 14400
# Node ID 0b75bc235e7027e0cc27051c194079b9a33517bc
# Parent a2ec897aac2cad335db64e5dea814a94ac8beb6c
Typo and metadata URL correction
diff -r a2ec897aac2c -r 0b75bc235e70 tool_dependencies.xml
--- a/tool_dependencies.xml Mon Jan 13 11:29:52 2014 -0500
+++ b/tool_dependencies.xml Wed Sep 30 08:59:56 2015 -0400
@@ -45,23 +45,24 @@
- 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'):
+ 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!
+ 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,
+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.