changeset 3:0bec27668020 draft

Still trying to get the install to work
author fubar
date Mon, 03 Jun 2013 21:51:16 -0400
parents 45cd27a2ad5c
children 928de8b704bc
files FastQC/tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/FastQC/tool_dependencies.xml	Mon Jun 03 21:46:21 2013 -0400
+++ b/FastQC/tool_dependencies.xml	Mon Jun 03 21:51:16 2013 -0400
@@ -7,7 +7,7 @@
         <install version="1.0">
             <actions>
                 <action type="download_file">http://www.bioinformatics.babraham.ac.uk/projects/fastqc/fastqc_v0.10.1.zip</action>
-                <action type="shell_command">unzip fastqc_v0.10.1.zip -d $INSTALL_DIR/jars/FastQC</action>
+                <action type="shell_command">unzip fastqc_v0.10.1.zip -d $INSTALL_DIR/jars/</action>
                 <action type="shell_command">chmod ugo+x $INSTALL_DIR/jars/FastQC/fastqc</action>
             </actions>
         </install>