Mercurial > repos > jjohnson > augustus_dep
diff tool_dependencies.xml @ 0:807dc2efb781 draft
Uploaded
author | jjohnson |
---|---|
date | Mon, 22 Oct 2012 13:25:19 -0400 |
parents | |
children | d088c697396d |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Oct 22 13:25:19 2012 -0400 @@ -0,0 +1,19 @@ +<?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> +