Previous changeset 22:9b8b2817f411 (2013-08-05) Next changeset 24:5693417851ec (2013-08-06) |
Commit message:
Uploaded v0.0.20pre14, fix i386 error in install script. |
modified:
ncbi_blast_plus/tool_dependencies.xml |
b |
diff -r 9b8b2817f411 -r 2c70fed75e57 ncbi_blast_plus/tool_dependencies.xml --- a/ncbi_blast_plus/tool_dependencies.xml Mon Aug 05 14:29:58 2013 -0400 +++ b/ncbi_blast_plus/tool_dependencies.xml Mon Aug 05 16:03:58 2013 -0400 |
b |
@@ -6,7 +6,7 @@ <action type="download_binary"> <url_template os="darwin">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.26/ncbi-blast-2.2.26+-universal-macosx.tar.gz</url_template> <url_template os="linux" architecture="x86_64">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.26/ncbi-blast-2.2.26+-x64-linux.tar.gz</url_template> - <url_template os="linux" architecture="ia32">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.26/ncbi-blast-2.2.26+-ia32-linux.tar.gz</url_template> + <url_template os="linux" architecture="i386">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.26/ncbi-blast-2.2.26+-ia32-linux.tar.gz</url_template> <url_template os="linux" architecture="i686">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.26/ncbi-blast-2.2.26+-ia32-linux.tar.gz</url_template> </action> <action type="download_by_url">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.26/ncbi-blast-2.2.26+-src.tar.gz</action> |