# HG changeset patch # User fubar # Date 1370398707 14400 # Node ID 40b80f54e1a7dbe13884be965e4c10d580903973 # Parent 95064b2e024faba20ab0b741556a1a7a5c774155 Uploaded diff -r 95064b2e024f -r 40b80f54e1a7 FastQC/rgFastQC.xml --- a/FastQC/rgFastQC.xml Tue Jun 04 21:36:30 2013 -0400 +++ b/FastQC/rgFastQC.xml Tue Jun 04 22:18:27 2013 -0400 @@ -1,13 +1,14 @@ reporting for short read sequence - rgFastQC.py -i "$input_file" -d "$html_file.files_path" -o "$html_file" -n "$out_prefix" -f "$input_file.ext" -j "$input_file.name" -e "\$FASTQC_BINARY_PATH" + rgFastQC.py -i "$input_file" -d "$html_file.files_path" -o "$html_file" -n "$out_prefix" -f "$input_file.ext" -j "$input_file.name" #if $contaminants.dataset and str($contaminants) > '' -c "$contaminants" #end if +-e fastqc - FASTQC_BINARY_PATH + FASTQC_INSTALL_PATH FastQC diff -r 95064b2e024f -r 40b80f54e1a7 FastQC/tool_dependencies.xml --- a/FastQC/tool_dependencies.xml Tue Jun 04 21:36:30 2013 -0400 +++ b/FastQC/tool_dependencies.xml Tue Jun 04 22:18:27 2013 -0400 @@ -1,7 +1,7 @@ - $INSTALL_DIR/FastQC/fastqc + $INSTALL_DIR/FastQC/fastqc @@ -12,6 +12,9 @@ $INSTALL_DIR/FastQC chmod ugo+x $INSTALL_DIR/FastQC/fastqc + + $INSTALL_DIR/FastQC + You need a working unzip command line executable to install this tool and a suitable working Java run time environment