# HG changeset patch # User bgruening # Date 1374241065 14400 # Node ID 9109c2c3be1e7b4124fa357a7161ded9bf055277 # Parent 898db63d2e84d5c5bcfb5780c626507a0b43af01 Uploaded diff -r 898db63d2e84 -r 9109c2c3be1e tool_dependencies.xml --- a/tool_dependencies.xml Wed Jul 17 15:05:43 2013 -0400 +++ b/tool_dependencies.xml Fri Jul 19 09:37:45 2013 -0400 @@ -20,23 +20,6 @@ - - - - http://www.bioinformatics.babraham.ac.uk/projects/fastqc/fastqc_v0.10.1.zip - - ../FastQC/ - $INSTALL_DIR/FastQC - - - $INSTALL_DIR/FastQC - - - - - FastQC needs a java Runtime Environment. - - diff -r 898db63d2e84 -r 9109c2c3be1e trim_galore_wrapper.xml --- a/trim_galore_wrapper.xml Wed Jul 17 15:05:43 2013 -0400 +++ b/trim_galore_wrapper.xml Fri Jul 19 09:37:45 2013 -0400 @@ -4,7 +4,6 @@ trim_galore --version cutadapt - fastqc #from glob import glob @@ -49,7 +48,6 @@ #if $params.settingsType == "custom": - $params.fastqc ## default 20 --quality $params.quality ## default 'AGATCGGAAGAGC' @@ -178,7 +176,7 @@ #end if ## delete the temp_dir - ##rm -rf $temp_dir + rm -rf $temp_dir @@ -211,7 +209,6 @@ - ^[ACTGNactgn]*$ @@ -330,8 +327,7 @@ **What it does** TrimGalore!_ is a wrapper script that makes use of the publically available -adapter trimming tool Cutadapt and FastQC for optional quality control once -the trimming process has completed. +adapter trimming tool Cutadapt. .. _TrimGalore!: http://www.bioinformatics.babraham.ac.uk/projects/trim_galore/