nf-core/quast @ 0.0.0-6c4ed3a
Summary
Quality Assessment Tool for Genome Assemblies
Get started
Add the following snippet to your workflow script to include this module.
include { QUAST } from 'nf-core/quast'
License
MIT License
Name
|
QUAST |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
consensus
file
|
Fasta file containing the assembly of interest |
meta2
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
fasta
file
|
The genome assembly to be evaluated. Has to contain at least a non-empty string dummy value. |
meta3
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
gff
file
|
The genome GFF file. Has to contain at least a non-empty string dummy value. |
tsv
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}.tsv
file
|
TSV file ${prefix}.tsv
|
results
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}
directory
|
Directory containing the results of the QUAST analysis |
unaligned
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}_unaligned.tsv
file
|
Report containing unaligned contigs, only when a reference fasta is provided ${prefix}_unaligned.tsv
|
misassemblies
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}_misassemblies.tsv
file
|
Report containing misassemblies, only when a reference fasta is provided ${prefix}_misassemblies.tsv
|
transcriptome
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}_transcriptome.tsv
file
|
Report containing all the alignments of transcriptome to the assembly, only when a reference fasta is provided ${prefix}_transcriptome.tsv
|
versions_quast
tuple
${task.process}
string
|
The name of the process |
|---|---|
quast
string
|
The name of the tool |
quast.py --version 2>&1 | grep "QUAST" | sed 's/^.*QUAST v//; s/ .*\$//'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| quast | QUAST calculates quality metrics for genome assemblies | http://bioinf.spbau.ru/quast |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:39:26 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fquast/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/quast/blobs/sha256:ea609626d441afdf671be21ff9ec287b6a7e2e9dd77b81340bf4023d3a5db523 |
| Size | 3.9 KB |