comparison tool_dependencies.xml @ 57:720a09103f44 draft

Uploaded
author davidvanzessen
date Thu, 23 Jan 2014 06:11:43 -0500
parents 33cba576e8be
children ff96687f4a15
comparison
equal deleted inserted replaced
56:33cba576e8be 57:720a09103f44
5 5
6 <package name="igBlastn" version="1.0.0"> 6 <package name="igBlastn" version="1.0.0">
7 <install version="1.0"> 7 <install version="1.0">
8 <actions> 8 <actions>
9 <action type="download_by_url" target_filename="ncbi-igblast-1.0.0-x64-linux.tar.gz">ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/1.0.0/ncbi-igblast-1.0.0-x64-linux.tar.gz</action> 9 <action type="download_by_url" target_filename="ncbi-igblast-1.0.0-x64-linux.tar.gz">ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/1.0.0/ncbi-igblast-1.0.0-x64-linux.tar.gz</action>
10 <action type="shell_command">tar zxvf ncbi-igblast-1.0.0-x64-linux.tar.gz -C $INSTALL_DIR</action> 10 <action type="move_file">
11 <source>ncbi-igblast-1.0.0-x64-linux.tar.gz</source>
12 <destination>$INSTALL_DIR</destination>
13 </action>
14 <action type="shell_command">tar zxvf $INSTALL_DIR/ncbi-igblast-1.0.0-x64-linux.tar.gz -C $INSTALL_DIR</action>
11 <action type="set_environment"> 15 <action type="set_environment">
12 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/ncbi-igblast-1.0.0/bin</environment_variable> 16 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/ncbi-igblast-1.0.0/bin</environment_variable>
13 </action> 17 </action>
14 </actions> 18 </actions>
15 </install> 19 </install>