MetaQUAST

MetaQUAST evaluates and compares metagenome assemblies based on alignments to close references. MetaQUAST can be fed with multiple assemblies, thus is perfect for comparison. MetaQUAST is distributed within QUAST package since version 2.2.

Options:

  1. -o <dirname> # Directory to store all result files [default: quast_results/results_<datetime>]
  2. -r <filename,filename,...> # Comma-separated list of reference genomes or directory with reference genomes
  3. -m <int> # Lower threshold for contig length [default: 500]
  4. -t <int> # Maximum number of threads [default: 25% of CPUs]

manual:

  1. $ conda activate rna
  2. $ metaquast.py --help
  • Usage:
    1. python /public/home/ykk/miniconda3/envs/covid/bin/metaquast.py [options] <files_with_contigs>

    Evaluate and compare metagenome assemblies

scaffolds.fasta/contigs.fasta

**scaffolds.fasta** and **contigs.fasta** are no difference in the assembly results of this project.

  1. python ~/miniconda3/envs/covid/bin/metaquast.py scaffolds.fasta contigs.fasta -r ~/SARS_CoV_2/mapping/ref/Wuhan-Hu-1.fasta -t 4 -o result_two

Evaluate assembly (MetaQUAST) - 图1

options: —meta/—isolate/—sc

Using option —meta works best.

  1. python ~/miniconda3/envs/covid/bin/metaquast.py P3-1_0.01_iso.fasta P3-1_0.01_meta.fasta P3-1_0.01_sc.fasta -m 0 -r ~/SARS_CoV_2/mapping/ref/Wuhan-Hu-1.fasta -t 4 -o result_com0.01

Evaluate assembly (MetaQUAST) - 图2

  1. python ~/miniconda3/envs/covid/bin/metaquast.py P3-1_0.006_meta.fasta P3-1_0.006_iso.fasta P3-1_0.006_sc.fasta -r ~/SARS_CoV_2/mapping/ref/Wuhan-Hu-1.fasta -t 4 -o result_com0.006

Evaluate assembly (MetaQUAST) - 图3

-s

For the 9th sequence, using parameter 0.006 works best.

  1. python ~/miniconda3/envs/covid/bin/metaquast.py P3-1_0.006_meta.fasta P3-1_0.01_meta.fasta P3-1_0.1_meta.fasta -r ~/SARS_CoV_2/mapping/ref/Wuhan-Hu-1.fasta -t 4 -o result_part

Evaluate assembly (MetaQUAST) - 图4

1-11 assemblies

  1. python ~/miniconda3/envs/covid/bin/metaquast.py P3-1_meta.fasta P3-2_meta.fasta P3-3_meta.fasta P3-4_meta.fasta P3-5_meta.fasta P3-6_meta.fasta P3-7_meta.fasta P3-8_meta.fasta P3-9_meta.fasta X1-10_meta.fasta X1-11_meta.fasta -r ~/SARS_CoV_2/mapping/ref/Wuhan-Hu-1.fasta -t 16 -o result_last

Evaluate assembly (MetaQUAST) - 图5

More information: