Description

Quality Assessment Tool for Genome Assemblies

Input

name:type
description
pattern

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.

Output

name:type
description
pattern

results

meta

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

${prefix}

:directory

Directory containing the results of the QUAST analysis

tsv

meta

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

${prefix}.tsv

:file

TSV file

${prefix}.tsv

transcriptome

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

misassemblies

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

unaligned

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

versions_quast

${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

Topics

name:type
description
pattern

versions

${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

Tools

quast
GPL-2.0-only

QUAST calculates quality metrics for genome assemblies