# HG changeset patch # User devteam # Date 1486073005 18000 # Node ID 178d14eb7546edaa192520d2b885c493e60de934 # Parent 61b9d9f806625743c4c1682d6bbc5596bbf5db40 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fastq_trimmer_by_quality commit 522233252089aa58d367cf136e82a8e52f5eb7df diff -r 61b9d9f80662 -r 178d14eb7546 fastq_trimmer_by_quality.xml --- a/fastq_trimmer_by_quality.xml Fri Dec 18 19:01:05 2015 -0500 +++ b/fastq_trimmer_by_quality.xml Thu Feb 02 17:03:25 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 61b9d9f80662 -r 178d14eb7546 tool_dependencies.xml --- a/tool_dependencies.xml Fri Dec 18 19:01:05 2015 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ - - - - - -