# HG changeset patch # User geert-vandeweyer # Date 1392296739 18000 # Node ID 55e55b79f67965f405c744c33f281baf71621b57 # Parent 63f640930f8e636efbbc4359e03d2a9405c3af72 Uploaded diff -r 63f640930f8e -r 55e55b79f679 Paired_fastQ_trimmer.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Paired_fastQ_trimmer.xml Thu Feb 13 08:05:39 2014 -0500 @@ -0,0 +1,54 @@ + + + + Paired_fastQ_trimmer.pl -v 0 -i "$inputforward" -q "$trimq" -n "$readnames" -s "$style" -o $output1 -F $output3 -S $side -m $minlength + #if $IsPaired.paired=="true": + -I $inputreverse + -O $output2 + #end if + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + (IsPaired['paired'] == 'true') + + + + + +**What it does** + +This tool trims FASTQ files based on quality score. It handles paired-end data in a single step, supporting simple trimming and BWA-style trimming. + + + +