Mercurial > repos > zzhou > peakranger
changeset 16:52875cef3ad7 draft
Uploaded
author | zzhou |
---|---|
date | Tue, 27 Nov 2012 13:15:48 -0500 |
parents | 2650a9cd22a7 |
children | a9c5291dd350 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Tue Nov 27 13:13:14 2012 -0500 +++ b/tool_dependencies.xml Tue Nov 27 13:15:48 2012 -0500 @@ -7,8 +7,8 @@ <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">mkdir gene_annotation_files</action> - <action type="shell_command">unzip -j -u 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="move_file"> <source>peakranger</source> <destination>$INSTALL_DIR/bin</destination>