Mercurial > repos > iuc > package_blast_plus_2_2_26
diff tool_dependencies.xml @ 3:c85236cd100d draft
Close the shell command
| author | peterjc |
|---|---|
| date | Wed, 14 Aug 2013 09:15:52 -0400 |
| parents | 0e536576294c |
| children | c83440a9bdfb |
line wrap: on
line diff
--- 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 </action> <!-- move the binaries to the installation directory which is now on the $PATH --> <action type="move_directory_files">
