changeset 11:ed9e8630cda3 draft

Uploaded
author fubar
date Mon, 03 Jun 2013 23:37:37 -0400
parents 46dc4dab4055
children 7ea207f29f71
files FastQC/tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/FastQC/tool_dependencies.xml	Mon Jun 03 23:31:40 2013 -0400
+++ b/FastQC/tool_dependencies.xml	Mon Jun 03 23:37:37 2013 -0400
@@ -1,11 +1,11 @@
 <?xml version="1.0"?>
 <tool_dependency>
+    <set_environment version="1.0">
+        <environment_variable name="FASTQC_BINARY_PATH">$INSTALL_DIR/FastQC/fastqc</environment_variable>
+    </set_environment>
     <package name="FastQC" version="0.10.1">
         <install version="1.0">
             <actions>
-                <action type="set_environment">
-                    <environment_variable name="FASTQC_BINARY_PATH">$INSTALL_DIR/FastQC/fastqc</environment_variable>
-                </action>
                 <action type="download_by_url">http://www.bioinformatics.babraham.ac.uk/projects/fastqc/fastqc_v0.10.1.zip</action>
                 <action type="shell_command">chmod ugo+x $INSTALL_DIR/FastQC/fastqc</action>
             </actions>