Trimmomatic

From SEQwiki
Jump to: navigation, search

Application data

Created by Bolger T
Principal bioinformatics method(s) Sequence trimming, File reformatting, Sequencing quality control
Technology Illumina
Maintained? Maybe

Summary: A flexible read trimming tool for Illumina NGS data

"Error: no local variable "counter" was set." is not a number.

Description

Trimmomatic performs a variety of useful trimming tasks for illumina paired-end and single ended data.The selection of trimming steps and their associated parameters are supplied on the command line.

The current trimming steps are:

  • ILLUMINACLIP: Cut adapter and other illumina-specific sequences from the read.
  • SLIDINGWINDOW: Perform a sliding window trimming, cutting once the average quality within the window falls below a threshold.
  • LEADING: Cut bases off the start of a read, if below a threshold quality
  • TRAILING: Cut bases off the end of a read, if below a threshold quality
  • CROP: Cut the read to a specified length
  • MINLENGTH: Drop the read if it is below a specified length
  • TOPHRED33: Convert quality scores to Phred-33
  • TOPHRED64: Convert quality scores to Phred-64

It works with FASTQ (using phred + 33 or phred + 64 quality scores, depending on the Illumina pipeline used), either uncompressed or gzipp'ed FASTQ. Use of gzip format is determined based on the .gz extension.

For single-ended data, one input and one output file are specified, plus the processing steps. For paired-end data, two input files are specified, and 4 output files, 2 for the 'paired' output where both reads survived the processing, and 2 for corresponding 'unpaired' output where a read survived, but the partner read did not.


Links


References

  1. . 2012. Nucleic Acids Res.
  2. . 2014. Bioinformatics


To add a reference for Trimmomatic, enter the PubMed ID in the field below and click 'Add'.

 


Search for "Trimmomatic" in the SEQanswers forum / BioStar or:

Web Search Wiki Sites Scientific