changeset 1:9f3583f35efc draft

Uploaded
author iuc
date Wed, 18 Feb 2015 11:34:24 -0500
parents 10f5ca5854c1
children 733394b98405
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Dec 04 09:30:15 2013 -0500
+++ b/tool_dependencies.xml	Wed Feb 18 11:34:24 2015 -0500
@@ -3,7 +3,7 @@
     <package name="prodigal" version="2.60">
         <install version="1.0">
             <actions>
-                <action type="download_by_url">http://prodigal.googlecode.com/files/Prodigal-2.60.tar.gz</action>
+                <action type="download_by_url" target_filename="Prodigal-2.60.tar.gz">https://github.com/hyattpd/Prodigal/archive/v2.60.tar.gz</action>
                 <!-- Make -->
                 <action type="shell_command">make</action>
                 <action type="move_file">
@@ -19,7 +19,7 @@
 This installs Prodigal 2.60.
 
 See home page: http://prodigal.ornl.gov/
-See code: http://code.google.com/p/prodigal/
+See code: https://github.com/hyattpd/Prodigal
         </readme>
     </package>
 </tool_dependency>