# HG changeset patch # User devteam # Date 1486055575 18000 # Node ID 25c24379693aab9f92c96310a857f9bfa7165a33 # Parent 04a609b0fdf6f7e9987689770a7029f1feb62f63 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fastq_trimmer_by_quality commit 522233252089aa58d367cf136e82a8e52f5eb7df diff -r 04a609b0fdf6 -r 25c24379693a fastq_trimmer_by_quality.xml --- a/fastq_trimmer_by_quality.xml Tue Jul 21 14:20:53 2015 -0400 +++ b/fastq_trimmer_by_quality.xml Thu Feb 02 12:12:55 2017 -0500 @@ -1,17 +1,17 @@ - + by sliding window - galaxy_sequence_utils + galaxy_sequence_utils - fastq_trimmer_by_quality.py '$input_file' '$output_file' -f '${input_file.extension[len( 'fastq' ):]}' -s '$window_size' - -t '$step_size' -e '$trim_ends' -a '$aggregation_action' -x '$exclude_count' -c '$score_comparison' -q '$quality_score' - #if $keep_zero_length.value: + python '$__tool_directory__/fastq_trimmer_by_quality.py' '$input_file' '$output_file' -f '${input_file.extension[len( 'fastq' ):]}' -s $window_size + -t $step_size -e $trim_ends -a $aggregation_action -x $exclude_count -c '$score_comparison' -q $quality_score + #if $keep_zero_length: -k #end if - + @@ -42,13 +42,13 @@ - + - + @@ -61,7 +61,7 @@ - + @@ -74,7 +74,7 @@ - + @@ -87,7 +87,7 @@ - + @@ -113,7 +113,7 @@ - + @@ -127,7 +127,7 @@ **What it does** -This tool allows you to trim the ends of reads based upon the aggregate value of quality scores found within a sliding window; a sliding window of size 1 is equivalent to 'simple' trimming of the ends. +This tool allows you to trim the ends of reads based upon the aggregate value of quality scores found within a sliding window; a sliding window of size 1 is equivalent to 'simple' trimming of the ends. The user specifies the aggregating action (min, max, sum, mean) to perform on the quality score values found within the sliding window to be used with the user defined comparison operation and comparison value. @@ -138,10 +138,6 @@ .. class:: warningmark Trimming a color space read will cause any adapter base to be lost. - ------- - - 10.1093/bioinformatics/btq281 diff -r 04a609b0fdf6 -r 25c24379693a tool_dependencies.xml --- a/tool_dependencies.xml Tue Jul 21 14:20:53 2015 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ - - - - - -