Mercurial > repos > edward-kirton > prodigal
changeset 1:b968aeb36c4f draft
Added a tool_dependencies.xml file
author | lionelguy |
---|---|
date | Tue, 13 Aug 2013 08:10:13 -0400 |
parents | d203bfc21b95 |
children | b32d15ad9001 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 25 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue Aug 13 08:10:13 2013 -0400 @@ -0,0 +1,25 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="prodigal"> + <install version="1.0"> + <actions> + <action type="download_by_url">http://prodigal.googlecode.com/files/prodigal.v2_60.linux</action> + <!-- Copying the whole bin folder --> + <action type="move_file"> + <source>prodigal.v2_60.linux</source> + <destination>$INSTALL_DIR</destination> + </action> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> + </action> + </actions> + </install> + <readme> +This installs prodigal 2.60. + +See home page: http://prodigal.ornl.gov/ +See code: http://code.google.com/p/prodigal/ + </readme> + </package> +</tool_dependency> +