Mercurial > repos > jjohnson > augustus_dep
comparison tool_dependencies.xml @ 0:807dc2efb781 draft
Uploaded
author | jjohnson |
---|---|
date | Mon, 22 Oct 2012 13:25:19 -0400 |
parents | |
children | d088c697396d |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:807dc2efb781 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="augustus" version="2.5.5"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="download_by_url">http://augustus.gobics.de/binaries/augustus.2.5.5.tar.gz</action> | |
7 <action type="shell_command">make</action> | |
8 <action type="set_environment"> | |
9 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
10 </action> | |
11 <action type="set_environment"> | |
12 <environment_variable name="AUGUSTUS_CONFIG_PATH" action="set_to">$INSTALL_DIR/config</environment_variable> | |
13 </action> | |
14 </actions> | |
15 </install> | |
16 <readme>http://augustus.gobics.de/binaries/README.TXT</readme> | |
17 </package> | |
18 </tool_dependency> | |
19 |