Galaxy | Tool Preview

Sequence Content Trimmer (version 0.2.3)
Trim when the frequency of filter bases (or non-filter bases, if inverting) exceeds this value.
Trim when the frequency of bases NOT in the "filter bases" list exceeds the threshold.

What it does

This tool trims the 3' ends of reads based on the presence of the given bases. For instance, trim when N's are encountered or when the GC content exceeds a certain frequency.

How it works

This will slide along the read with a window, and trim once the frequency of filter bases exceeds the frequency threshold (unless "Invert filter bases" is enabled, in which case it will trim once non-filter bases exceed the threshold).

The trim point will be just before the first (leftmost) filter base in the final window (the one where the frequency exceeded the threshold).

Input

The inputs can be in the following formats: fasta, fastq, fastqsanger, fastqillumina, and fastqsolexa. Both must be either a fasta or fastq type (no mixing fastq and fasta).