Mercurial > repos > iuc > package_blast_plus_2_2_26
changeset 2:9bc109967de1 draft
Typo and metadata URL correction
author | peterjc |
---|---|
date | Wed, 30 Sep 2015 08:59:30 -0400 |
parents | d3343fa55e9e |
children | 47da1e409d70 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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 @@ </actions> <!-- This actions tag is only processed if none of the above tags resulted in a successful installation. --> <actions> - <action type="shell_command">echo ERROR: Automated installation on your operating system and CPU architecture combination is not yet supported.</action> - <action type="shell_command">echo Your machine details (the output from 'uname' and 'arch'):</action> + <action type="shell_command">echo "ERROR: Automated installation on your operating system and CPU architecture combination is not yet supported."</action> + <action type="shell_command">echo "Your machine details (the output from 'uname' and 'arch'):"</action> <action type="shell_command">uname</action> <action type="shell_command">arch</action> - <action type="shell_command">echo Please report this via https://github.com/peterjc/galaxy_blast/issues - thank you!</action> + <action type="shell_command">echo "Please report this via https://github.com/peterjc/galaxy_blast/issues - thank you!"</action> <action type="shell_command">false</action> - <!-- The 'false' command will return an error, so Galaxy should treat this as a failed install --> + <!-- The 'false' command will return an error, so Galaxy should treat this as a failed install --> </actions> <!-- The $PATH environment variable is only set if one of the above <actions> tags resulted in a successful installation. --> <action type="set_environment"> @@ -61,7 +61,7 @@ </install> <readme> 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.