Mercurial > repos > davidvanzessen > igblast_human
comparison tool_dependencies.xml @ 29:fa6f487cbbca draft
Uploaded
author | davidvanzessen |
---|---|
date | Tue, 24 Sep 2013 09:21:45 -0400 |
parents | 1dd242aaae2f |
children | 545fe4cd9170 |
comparison
equal
deleted
inserted
replaced
28:1dd242aaae2f | 29:fa6f487cbbca |
---|---|
20 </action> | 20 </action> |
21 | 21 |
22 <action type="make_directory">$INSTALL_DIR/ncbi-igblast-1.0.0/internal_data</action> | 22 <action type="make_directory">$INSTALL_DIR/ncbi-igblast-1.0.0/internal_data</action> |
23 <action type="make_directory">$INSTALL_DIR/ncbi-igblast-1.0.0/internal_data/human</action> | 23 <action type="make_directory">$INSTALL_DIR/ncbi-igblast-1.0.0/internal_data/human</action> |
24 | 24 |
25 | 25 <action type="download_by_url"> |
26 ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/internal_data/human/human_V* | |
27 </action> | |
28 <action type="move_file"> | |
29 <source> | |
30 human_V* | |
31 </source> | |
32 <destination> | |
33 $INSTALL_DIR/ncbi-igblast-1.0.0/internal_data/human/ | |
34 </destination> | |
35 </action> | |
26 | 36 |
27 </actions> | 37 </actions> |
28 </install> | 38 </install> |
29 <readme> | 39 <readme> |
30 Downloads igBlast with the human_V internal data file. | 40 Downloads igBlast with the human_V internal data file. |