# HG changeset patch
# User Jim Johnson <jj@umn.edu>
# Date 1351198177 18000
# Node ID 8efa8a337565a6a60b2c94a8301d70d2eb748f24
# Parent  bf047bff79dfa6649a57f64a1b9910f11f58176f
tool_dependencies.xml - try download_by_url

diff -r bf047bff79df -r 8efa8a337565 tool_dependencies.xml
--- a/tool_dependencies.xml	Wed Oct 24 11:15:10 2012 -0500
+++ b/tool_dependencies.xml	Thu Oct 25 15:49:37 2012 -0500
@@ -3,10 +3,8 @@
     <package name="augustus" version="2.6.1">
         <install version="1.0">
             <actions>
-                <action type="shell_command">mkdir augustus</action>
                 <!-- the first command puts us in the dir for the package name: "augustus"-->
-                <action type="shell_command">wget --quiet http://bioinf.uni-greifswald.de/augustus/binaries/augustus.2.6.1.tar.gz</action>
-                <action type="shell_command">tar zxf augustus.2.6.1.tar.gz</action>
+                <action type="download_by_url">http://bioinf.uni-greifswald.de/augustus/binaries/augustus.2.6.1.tar.gz</action>
                 <action type="shell_command">make</action>
                 <action type="move_directory_files">
                     <source_directory>bin</source_directory>
@@ -34,4 +32,3 @@
         <readme>http://augustus.gobics.de/binaries/README.TXT</readme>
     </package>
 </tool_dependency>
-