Mercurial > repos > jjohnson > augustus_dep
annotate tool_dependencies.xml @ 8:8efa8a337565 draft default tip
tool_dependencies.xml - try download_by_url
| author | Jim Johnson <jj@umn.edu> |
|---|---|
| date | Thu, 25 Oct 2012 15:49:37 -0500 |
| parents | bf047bff79df |
| children |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | |
| 3 | 3 <package name="augustus" version="2.6.1"> |
| 0 | 4 <install version="1.0"> |
| 5 <actions> | |
| 6 | 6 <!-- the first command puts us in the dir for the package name: "augustus"--> |
|
8
8efa8a337565
tool_dependencies.xml - try download_by_url
Jim Johnson <jj@umn.edu>
parents:
7
diff
changeset
|
7 <action type="download_by_url">http://bioinf.uni-greifswald.de/augustus/binaries/augustus.2.6.1.tar.gz</action> |
| 0 | 8 <action type="shell_command">make</action> |
| 2 | 9 <action type="move_directory_files"> |
| 10 <source_directory>bin</source_directory> | |
| 11 <destination_directory>$INSTALL_DIR/bin</destination_directory> | |
| 12 </action> | |
| 13 <action type="move_directory_files"> | |
| 14 <source_directory>scripts</source_directory> | |
| 15 <destination_directory>$INSTALL_DIR/scripts</destination_directory> | |
| 16 </action> | |
| 17 <action type="move_directory_files"> | |
| 18 <source_directory>config</source_directory> | |
| 19 <destination_directory>$INSTALL_DIR/config</destination_directory> | |
| 20 </action> | |
| 0 | 21 <action type="set_environment"> |
| 3 | 22 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/scripts</environment_variable> |
| 23 </action> | |
| 24 <action type="set_environment"> | |
| 0 | 25 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> |
| 26 </action> | |
| 27 <action type="set_environment"> | |
| 28 <environment_variable name="AUGUSTUS_CONFIG_PATH" action="set_to">$INSTALL_DIR/config</environment_variable> | |
| 29 </action> | |
| 30 </actions> | |
| 31 </install> | |
| 32 <readme>http://augustus.gobics.de/binaries/README.TXT</readme> | |
| 33 </package> | |
| 34 </tool_dependency> |
