comparison tool_dependencies.xml @ 5:906900f8e32c draft

Uploaded
author davidvanzessen
date Tue, 24 Sep 2013 04:21:56 -0400
parents eed76d900bc0
children 433504d33b2c
comparison
equal deleted inserted replaced
4:eed76d900bc0 5:906900f8e32c
9 <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> 9 <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>
10 <action type="move_file"> 10 <action type="move_file">
11 <source>ncbi-igblast-1.0.0-x64-linux.tar.gz</source> 11 <source>ncbi-igblast-1.0.0-x64-linux.tar.gz</source>
12 <destination>$INSTALL_DIR</destination> 12 <destination>$INSTALL_DIR</destination>
13 </action> 13 </action>
14 <action type="make_directory"> 14 <action type="shell_command">tar -zxvf $INSTALL_DIR/ncbi-igblast-1.0.0-x64-linux.tar.gz -C $INSTALL_DIR</action>
15 $INSTALL_DIR/igblast
16 </action>
17 <action type="shell_command">tar -zxvf $INSTALL_DIR/ncbi-igblast-1.0.0-x64-linux.tar.gz -C $INSTALL_DIR/igblast</action>
18 15
19 <action type="set_environment"> 16 <action type="set_environment">
20 <environment_variable name="IGDATA" action="set_to">$INSTALL_DIR/igblast</environment_variable> 17 <environment_variable name="IGDATA" action="set_to">$INSTALL_DIR/igblast</environment_variable>
21 </action> 18 </action>
22 </actions> 19 </actions>