Mercurial > repos > edward-kirton > prodigal
changeset 2:b32d15ad9001 draft
Delete wrongly placed tool_dependencies.xml file
author | lionelguy |
---|---|
date | Tue, 13 Aug 2013 08:10:55 -0400 |
parents | b968aeb36c4f |
children | 1241efb254e9 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 0 insertions(+), 25 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Tue Aug 13 08:10:13 2013 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,25 +0,0 @@ -<?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> -