FASTQ Quality Trimmer Element

The workflow scans each input sequence from the end to find the first position where the quality is greater than or equal to the minimum quality threshold. Then it trims the sequence to that position. If the entire sequence has a quality lower than the threshold or if the length of the output sequence is less than the minimum length threshold, then the sequence is skipped.

Element type: QualityTrim


Parameters

ParameterDescriptionDefault ValueParameter in Workflow FileType
Output directorySelect an output directory. Custom – specify the output directory in the ‘Custom directory’ parameter. Workflow – internal workflow directory. Input file – the directory of the input file.Input fileout-modenumeric
Custom directorySpecify the output directory.(not set)custom-dirstring
Output file nameThe name of an output file. If empty, the name of the first file will be used with an additional extension.(not set)out-namestring
Quality thresholdQuality threshold for trimming.30qual-idnumeric
Min LengthToo short reads are discarded by the filter.0len-idnumeric
Trim both endsTrim both ends of a read. Usually set to True for Sanger sequencing and False for NGS.Trueboth-endsboolean

Input/Output Ports

Input Port

Name in GUIName in Workflow FileSlotSlot in Workflow FileType
Input Filein-fileSource URLurlstring

Output Port

Name in GUIName in Workflow FileSlotSlot in Workflow FileType
Output Fileout-fileSource URLurlstring