comparison tool_dependencies.xml @ 14:5d62eb7bc5a8 draft

Uploaded
author kevyin
date Mon, 12 Nov 2012 01:02:09 -0500
parents 54c09305fa50
children a6a92a8fe166
comparison
equal deleted inserted replaced
13:1b71f518304c 14:5d62eb7bc5a8
6 <action type="download_by_url">ftp://ftp.ebi.edu.au/pub/software/MEME/r4.9.0/rc5/meme_4.9.0.tar.gz</action> 6 <action type="download_by_url">ftp://ftp.ebi.edu.au/pub/software/MEME/r4.9.0/rc5/meme_4.9.0.tar.gz</action>
7 <action type="shell_command">echo "dummy" > dummyfile</action> 7 <action type="shell_command">echo "dummy" > dummyfile</action>
8 <action type="move_file"> 8 <action type="move_file">
9 <source>dummyfile</source> 9 <source>dummyfile</source>
10 <destination>$INSTALL_DIR/bin</destination> 10 <destination>$INSTALL_DIR/bin</destination>
11 </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>