Child pages
  • Parallel NGS Reads Classification

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The workflow sample, described below, takes FASTQ files with metagenomic NGS reads as input and process them as follows:

  • Improve reads quality with Trimmomatic
  • Provide FastQC reads quality reports

...

  • Classification:

...

  • 1. Classify the pre-processed reads with Kraken
    2. Classify the assembled contigs with CLARK
    3. Classify these reads with DIAMOND (in case of SE reads)
    4. Classify these reads with MetaPhlAn2
    5. Ensemble the classification output from Kraken, CLARK, and DIAMOND into a CSV file.
    6. Improve classification from these tools with WEVOTE.
    7. Provide general classification

...

  • reports
Tip
titleHow to Use This Sample

If you haven't used the workflow samples in UGENEbeforeUGENE before, look at the "How to Use Sample Workflows" section of the documentation.

...