changeset 6:a22ed5a996b6 draft

Uploaded
author fubar
date Mon, 03 Jun 2013 23:06:41 -0400
parents ad21e380de48
children fac617296882
files FastQC/tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/FastQC/tool_dependencies.xml	Mon Jun 03 23:02:50 2013 -0400
+++ b/FastQC/tool_dependencies.xml	Mon Jun 03 23:06:41 2013 -0400
@@ -8,8 +8,8 @@
             <actions>
                 <action type="download_by_url">http://www.bioinformatics.babraham.ac.uk/projects/fastqc/fastqc_v0.10.1.zip</action>
                 <action type="move_directory_files">
-                    <source>FastQC</source>
-                    <destination>$INSTALL_DIR/FastQC</destination>
+                    <source_directory>FastQC</source_directory>
+                    <destination_directory>$INSTALL_DIR/FastQC</destination_directory>
                 </action>
                 <action type="shell_command">chmod ugo+x $INSTALL_DIR/FastQC/fastqc</action>
             </actions>