Mercurial > repos > jjohnson > augustus_dep
view tool_dependencies.xml @ 1:b7e800db2632 draft
Correct the augustus version
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Mon, 22 Oct 2012 12:52:04 -0500 |
parents | 807dc2efb781 |
children | d088c697396d |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="augustus" version="2.5.5"> <install version="1.0"> <actions> <action type="download_by_url">http://augustus.gobics.de/binaries/augustus.2.5.5.tar.gz</action> <action type="shell_command">make</action> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> </action> <action type="set_environment"> <environment_variable name="AUGUSTUS_CONFIG_PATH" action="set_to">$INSTALL_DIR/config</environment_variable> </action> </actions> </install> <readme>http://augustus.gobics.de/binaries/README.TXT</readme> </package> </tool_dependency>