Skip to main content

quast

Tags: quast assembly quality-control n50 metrics sample-scope

Quality Assessment Tool for Genome Assemblies.

Uses QUAST to evaluate genome assemblies by computing various metrics such as N50, gene counts, and assembly length.

Inputs

record (
meta: Record,
fna: Path,
tsv_meta: Path
)
FieldTypeDescription
metaRecordGroovy Record containing sample information
fnaPathAssembled contigs in FASTA format
tsv_metaPathMeta file containing reference size information

Outputs

record (
meta: Record,
tsv: Path,
results: Set<Path>,
logs: Set<Path?>,
nf_logs: Set<Path>,
versions: Set<Path>
)
FieldTypeDescription
metaRecordSample information record
tsvPathTransposed report in TSV format
resultsSet<Path>All output files to be published
logsSet<Path?>Optional program specific log files
nf_logsSet<Path>Nextflow-specific log files (e.g. .command.{begin
versionsSet<Path>A YAML formatted file with program versions

Parameters

Quast Parameters

ParameterTypeDefaultDescription
--quast_contig_thresholdsstring0,1000,10000,100000,250000,1000000Comma-separated list of contig length thresholds

Used By

Subworkflows

  • quast - Evaluate assembly quality using QUAST.

Workflows

  • quast - Quality assessment of assembled contigs using QUAST.

Citations

If you use this in your analysis, please cite the following.

Source

View source on GitHub

Version

QUAST:
- quast: 5.3.0