comparison tool_dependencies.xml @ 8:fbc64ecd5295

blat, chmod +x
author Bjoern Gruening <bjoern.gruening@gmail.com>
date Thu, 30 May 2013 12:01:04 +0200
parents 7dc2e62bb8b4
children f126b49e93e7
comparison
equal deleted inserted replaced
7:7dc2e62bb8b4 8:fbc64ecd5295
6 <action type="download_by_url">http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/blat/blat</action> 6 <action type="download_by_url">http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/blat/blat</action>
7 <action type="move_file"> 7 <action type="move_file">
8 <source>blat</source> 8 <source>blat</source>
9 <destination>$INSTALL_DIR/bin</destination> 9 <destination>$INSTALL_DIR/bin</destination>
10 </action> 10 </action>
11 <action type="shell_command">chmod +x $INSTALL_DIR/bin/blat</action>
11 <action type="set_environment"> 12 <action type="set_environment">
12 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> 13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
13 </action> 14 </action>
14 </actions> 15 </actions>
15 </install> 16 </install>