changeset 1:9ec3f1e9198e draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_prodigal_2_60 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
author iuc
date Fri, 17 Jul 2015 10:45:27 -0400
parents acf0e8b718c9
children
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Oct 25 08:08:39 2013 -0400
+++ b/tool_dependencies.xml	Fri Jul 17 10:45:27 2015 -0400
@@ -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>