changeset 7:bf047bff79df draft

Fix tool_dependencies.xml install.
author Jim Johnson <jj@umn.edu>
date Wed, 24 Oct 2012 11:15:10 -0500
parents fb61d175ab99
children 8efa8a337565
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Oct 24 11:08:05 2012 -0500
+++ b/tool_dependencies.xml	Wed Oct 24 11:15:10 2012 -0500
@@ -6,7 +6,7 @@
                 <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="shell_command">tar zxf augustus.2.6.1.tar.gz</action>
                 <action type="shell_command">make</action>
                 <action type="move_directory_files">
                     <source_directory>bin</source_directory>