Login

Trimmomatic : Remove low-quality bases and adapter sequences

Feb 12, 2024

Introduction


Quality control and preprocessing of sequencing data are crucial steps in NGS data analysis pipelines, as they help improve the accuracy and reliability of subsequent analyses such as genome assembly, variant calling, and gene expression quantification. Trimmomatic addresses these needs by providing a comprehensive set of algorithms and functions for read trimming and filtering.


Main functions of trimmomatic


Its primary purpose is to remove low-quality bases, adapter sequences, and other artifacts from raw sequencing reads, resulting in cleaner and more reliable data for downstream analysis.


Steps to follow


Ensure that the


  1. version 0.1.2 brick is loaded
    1. So first, upload your fastqc folder to the Databox.
      1. Then, create a new experiment.
        1. Import your resource

          Link it to the


          task available in the


          1. brick.
            1. Specify the type of sequencing "single end" or "paired end" , forward and reverse file differentiator , number of threads and minimum length of reads to be kept.
              1. Run your experiment
                1. A folder containing trimmed data wil be generated



                  Introduction Main functions of trimmomatic Steps to follow