Mercurial > repos > davidvanzessen > igblast_human
changeset 14:9250baf59288 draft
Uploaded
author | davidvanzessen |
---|---|
date | Tue, 24 Sep 2013 06:28:27 -0400 |
parents | 05c11d4cf44c |
children | 94df2633876d |
files | tool_dependencies.xml |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Tue Sep 24 05:46:37 2013 -0400 +++ b/tool_dependencies.xml Tue Sep 24 06:28:27 2013 -0400 @@ -6,6 +6,13 @@ <package name="igBlastn" version="1.0.0"> <install version="1.0"> <actions> + <action type="download_by_url"> + ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/1.0.0/ncbi-igblast-1.0.0-x64-linux.tar.gz + </action> + <action type="move_file"> + <source> + ncbi-igblast-1.0.0-x64-linux.tar.gz + </source> <action type="set_environment"> <environment_variable name="IGDATA" action="set_to">$INSTALL_DIR</environment_variable> </action>