The presence of adapter sequences in next-generation sequencing (NGS) data significantly reduces the quality of assembling and other downstream analysis results. Therefore, in SeqSphere+ Trimmomatic (citation) can be used to perform a trimming of Illumina adapter sequences in FASTQ read data. By default, adapter trimming is automatically performed in a pipeline if adapter sequences were found by FastQC with state 'warning' or 'failed'. It can also be disabled completely or it can be forced to be performed always and independently of FastQC. When performed in the pipeline, Trimmomatic searches for all adapter sequences provided with SeqSphere (see below). After Trimmomatic was performed, the phrase 'adapters trimmed' is added to the procedure details field 'Assembler pre-processing'. Tools Menu FunctionTrimmomatic can also be performed manually by using the menu function Tools | Genome Utilities | Illumina Adapter Trimming (Trimmomatic). When the function is invoked, a dialog windows is opened. In the left part of the dialog the available adapter sequences are listed. The Illumina adapter sequences for Nextera and TruSeq library prep kits are distributed together with Trimmomatic. Multiple or even all adapter sequences can be selected at once. The following adapter sequences are provided:
The dialog window has the following further fields/options in the right part:
After Trimmomatic has finished a message dialog is shown. The button Show FASTQ Statistics in this dialog can be used to show the statistics (e.g., base count) for the input files and all created output files. Hint: Trimmomatic is run with the recommended default settings: seed mismatches=2, palindrome clip threshold = 30, and simple clip threshold = 10 |