Mercurial > repos > edward-kirton > prodigal
changeset 10:4ae1f52fda0f draft default tip
Changed dependencies to toolshed package
author | lionelguy |
---|---|
date | Fri, 25 Oct 2013 09:56:53 -0400 |
parents | 304c1a67bb7b |
children | |
files | prodigal/tool_dependencies.xml |
diffstat | 1 files changed, 30 insertions(+), 22 deletions(-) [+] |
line wrap: on
line diff
--- a/prodigal/tool_dependencies.xml Tue Aug 13 09:02:27 2013 -0400 +++ b/prodigal/tool_dependencies.xml Fri Oct 25 09:56:53 2013 -0400 @@ -1,26 +1,34 @@ <?xml version="1.0"?> <tool_dependency> - <package name="prodigal" version="2.60"> - <install version="1.0"> - <actions> - <action type="download_by_url">http://prodigal.googlecode.com/files/prodigal.v2_60.tar.gz</action> - <!-- Make --> - <action type="shell_command">make</action> - <action type="move_file"> - <source>prodigal</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> + <package name="prodigal" version="2.60"> + <repository changeset_revision="acf0e8b718c9" name="package_prodigal_2_60" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu" /> + <readme> + This installs prodigal 2.60. + + See home page: http://prodigal.ornl.gov/ + See code: http://code.google.com/p/prodigal/ + </readme> + </package> + <!-- <package name="prodigal" version="2.60"> + <install version="1.0"> + <actions> + <action type="download_by_url">http://prodigal.googlecode.com/files/prodigal.v2_60.tar.gz</action> + <action type="shell_command">make</action> + <action type="move_file"> + <source>prodigal</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>