Mercurial > repos > davidvanzessen > igblast_human
changeset 29:fa6f487cbbca draft
Uploaded
author | davidvanzessen |
---|---|
date | Tue, 24 Sep 2013 09:21:45 -0400 |
parents | 1dd242aaae2f |
children | 545fe4cd9170 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 11 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Tue Sep 24 09:17:40 2013 -0400 +++ b/tool_dependencies.xml Tue Sep 24 09:21:45 2013 -0400 @@ -22,7 +22,17 @@ <action type="make_directory">$INSTALL_DIR/ncbi-igblast-1.0.0/internal_data</action> <action type="make_directory">$INSTALL_DIR/ncbi-igblast-1.0.0/internal_data/human</action> - + <action type="download_by_url"> + ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/internal_data/human/human_V* + </action> + <action type="move_file"> + <source> + human_V* + </source> + <destination> + $INSTALL_DIR/ncbi-igblast-1.0.0/internal_data/human/ + </destination> + </action> </actions> </install>