README 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. Trimmomatic: A flexible read trimming tool for Illumina NGS data
  2. Trimmomatic performs a variety of useful trimming tasks for illumina
  3. paired-end and single ended data.The selection of trimming steps and
  4. their associated parameters are supplied on the command line.
  5. The current trimming steps are:
  6. - ILLUMINACLIP: Cut adapter and other illumina-specific sequences from
  7. the read.
  8. - SLIDINGWINDOW: Perform a sliding window trimming, cutting once the
  9. average quality within the window falls below a threshold.
  10. - LEADING: Cut bases off the start of a read, if below a threshold
  11. quality
  12. - TRAILING: Cut bases off the end of a read, if below a threshold
  13. quality
  14. - CROP: Cut the read to a specified length
  15. - HEADCROP: Cut the specified number of bases from the start of the
  16. read
  17. - MINLEN: Drop the read if it is below a specified length
  18. - TOPHRED33: Convert quality scores to Phred-33
  19. - TOPHRED64: Convert quality scores to Phred-64
  20. It works with FASTQ (using phred + 33 or phred + 64 quality scores,
  21. depending on the Illumina pipeline used), either uncompressed or
  22. gzipp'ed FASTQ. Use of gzip format is determined based on the .gz
  23. extension.
  24. For single-ended data, one input and one output file are specified,
  25. plus the processing steps. For paired-end data, two input files are
  26. specified, and 4 output files, 2 for the 'paired' output where both
  27. reads survived the processing, and 2 for corresponding 'unpaired'
  28. output where a read survived, but the partner read did not.
  29. Citations
  30. Bolger, A. M., Lohse, M., & Usadel, B. (2014).
  31. Trimmomatic: A flexible trimmer for Illumina Sequence Data.
  32. Bioinformatics, btu170.