# HG changeset patch # User peterjc # Date 1376486152 14400 # Node ID c85236cd100d5791554069b7384eb56d328ae637 # Parent 0e536576294c23237ec3e1d49bc4d3bd1bf7a32e Close the shell command diff -r 0e536576294c -r c85236cd100d tool_dependencies.xml --- a/tool_dependencies.xml Wed Aug 14 09:07:45 2013 -0400 +++ b/tool_dependencies.xml Wed Aug 14 09:15:52 2013 -0400 @@ -15,6 +15,7 @@ if [[ "$(uname)" == "Linux" ]]; then wget ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.26/$FILENAME; fi && if [[ "$(uname)" == "Darwin" ]]; then curl -O ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.26/$FILENAME; fi && tar -zxvf $FILENAME && + echo Downloaded and decompressed