changeset 17:a9c5291dd350 draft

Uploaded
author zzhou
date Tue, 27 Nov 2012 13:37:55 -0500
parents 52875cef3ad7
children 372b5c108966
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Nov 27 13:15:48 2012 -0500
+++ b/tool_dependencies.xml	Tue Nov 27 13:37:55 2012 -0500
@@ -7,8 +7,7 @@
         <install version="1.0">
             <actions>
                 <action type="download_by_url">http://downloads.sourceforge.net/project/ranger/PeakRanger-1.16-Linux-x86_64.zip</action>
-		<action type="shell_command">sudo mkdir gene_annotation_files</action>
-                <action type="shell_command">sudo unzip -j -u PeakRanger-1.16-Linux-x86_64.zip</action>
+                <action type="shell_command">sudo unzip -p PeakRanger-1.16-Linux-x86_64.zip peakranger > peakranger</action>
                 <action type="move_file">
                     <source>peakranger</source>
                     <destination>$INSTALL_DIR/bin</destination>