# HG changeset patch
# User peterjc
# Date 1443617970 14400
# Node ID 9bc109967de1253df0e3de77b901675bc49ae73c
# Parent d3343fa55e9e5675950c300a530fc80fcd9d449d
Typo and metadata URL correction
diff -r d3343fa55e9e -r 9bc109967de1 tool_dependencies.xml
--- a/tool_dependencies.xml Mon Nov 18 05:41:03 2013 -0500
+++ b/tool_dependencies.xml Wed Sep 30 08:59:30 2015 -0400
@@ -45,13 +45,13 @@
- 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
-
+
@@ -61,7 +61,7 @@
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.