Skip to content

Files

Latest commit

020e27d · Nov 19, 2024

History

History
This branch is 31 commits ahead of, 139 commits behind StaPH-B/docker-builds:master.

5.3.0-slim

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 19, 2024
Nov 19, 2024

QUAST slim container

Main tool: QUAST

Code repository: https://github.com/ablab/quast

Additional tools:

  • minimap2 2.28-r1209

Basic information on how to use this tool:

  • executable: quast.py
  • help: --help
  • version: --version
  • description: Genome assembly evaluation tool

Additional information:

This image provides minimal requirements of QUAST. Some of the functions may not work. Please use staphb/quast:5.3.0 for the full functionality of the program.

Full documentation: https://quast.sourceforge.net/docs/manual.html

Example Usage

# basic statistics without reference
quast.py contigs.fasta
# genome evaluation with reference
quast.py contigs.fasta -r reference.fasta.gz
# metagenomic assemblies
metaquast.py contigs_1 contigs_2 ... -r reference_1,reference_2,reference_3,...