comparison tool_dependencies.xml @ 1:778a9d130904 draft

Uploaded
author davidvanzessen
date Thu, 04 Sep 2014 07:46:23 -0400
parents 7d97fa9a0423
children
comparison
equal deleted inserted replaced
0:7d97fa9a0423 1:778a9d130904
4 </set_environment> 4 </set_environment>
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="shell_command">wget ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/1.0.0/ncbi-igblast-1.0.0-x64-linux.tar.gz -P $INSTALL_DIR</action> 9 <action type="shell_command">wget ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/1.3.0/ncbi-igblast-1.0.0-x64-linux.tar.gz -P $INSTALL_DIR</action>
10 <action type="shell_command">tar zxvf $INSTALL_DIR/ncbi-igblast-1.0.0-x64-linux.tar.gz -C $INSTALL_DIR</action> 10 <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"> 11 <action type="set_environment">
12 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/ncbi-igblast-1.0.0/bin</environment_variable> 12 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/ncbi-igblast-1.0.0/bin</environment_variable>
13 </action> 13 </action>
14 </actions> 14 </actions>