comparison tool_dependencies.xml @ 4:06b5da1079d8 draft

Revise tool_dependencies.xml to handle augustus.2.6.1 being packaged in current dir
author Jim Johnson <jj@umn.edu>
date Tue, 23 Oct 2012 10:07:28 -0500
parents 75675bc1aafb
children 6d288b228c6d
comparison
equal deleted inserted replaced
3:75675bc1aafb 4:06b5da1079d8
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="augustus" version="2.6.1"> 3 <package name="augustus" version="2.6.1">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="download_by_url">http://bioinf.uni-greifswald.de/augustus/binaries/augustus.2.6.1.tar.gz</action> 6 <action type="shell_command">wget http://bioinf.uni-greifswald.de/augustus/binaries/augustus.2.6.1.tar.gz</action>
7 <!-- with the first command of with type shell_command a dir will be created with the package name, and we'll operate from there. -->
8 <action type="shell_command">tar zxf ../augustus.2.6.1.tar.gz</action>
7 <action type="shell_command">make</action> 9 <action type="shell_command">make</action>
8 <action type="move_directory_files"> 10 <action type="move_directory_files">
9 <source_directory>bin</source_directory> 11 <source_directory>bin</source_directory>
10 <destination_directory>$INSTALL_DIR/bin</destination_directory> 12 <destination_directory>$INSTALL_DIR/bin</destination_directory>
11 </action> 13 </action>