Mercurial > repos > bgruening > augustus
comparison tool_dependencies.xml @ 2:a77a4e9921e0 draft
Uploaded
author | bgruening |
---|---|
date | Wed, 06 May 2015 14:31:02 -0400 |
parents | af307d3285c5 |
children | f5075dee9d6b |
comparison
equal
deleted
inserted
replaced
1:e2b822d7408f | 2:a77a4e9921e0 |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool_dependency> | 2 <tool_dependency> |
3 <set_environment version="1.0"> | |
4 <environment_variable name="AUGUSTUS_SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable> | |
5 </set_environment> | |
6 <package name="augustus" version="2.7"> | 3 <package name="augustus" version="2.7"> |
7 <install version="1.0"> | 4 <install version="1.0"> |
8 <actions> | 5 <actions> |
9 <action type="download_by_url">http://bioinf.uni-greifswald.de/augustus/binaries/augustus.2.7.tar.gz</action> | 6 <action type="download_by_url">http://bioinf.uni-greifswald.de/augustus/binaries/old/augustus.2.7.tar.gz</action> |
10 <action type="shell_command">make</action> | 7 <action type="shell_command">make</action> |
11 <action type="move_directory_files"> | 8 <action type="move_directory_files"> |
12 <source_directory>bin</source_directory> | 9 <source_directory>bin</source_directory> |
13 <destination_directory>$INSTALL_DIR/bin</destination_directory> | 10 <destination_directory>$INSTALL_DIR/bin</destination_directory> |
14 </action> | 11 </action> |