Description

Quality Assessment Tool for Genome Assemblies

Input

name:type
description
pattern

meta{:bash}

:map

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

consensus{:bash}

:file

Fasta file containing the assembly of interest

meta2{:bash}

:map

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

fasta{:bash}

:file

The genome assembly to be evaluated. Has to contain at least a non-empty string dummy value.

meta3{:bash}

:map

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

gff{:bash}

:file

The genome GFF file. Has to contain at least a non-empty string dummy value.

Output

name:type
description
pattern

results{:bash}

meta{:bash}

:map

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

${prefix}{:bash}

:directory

Directory containing the results of the QUAST analysis

tsv{:bash}

meta{:bash}

:map

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

${prefix}.tsv{:bash}

:file

TSV file

${prefix}.tsv

transcriptome{:bash}

meta{:bash}

:map

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

${prefix}_transcriptome.tsv{:bash}

:file

Report containing all the alignments of transcriptome to the assembly, only when a reference fasta is provided

${prefix}_transcriptome.tsv

misassemblies{:bash}

meta{:bash}

:map

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

${prefix}_misassemblies.tsv{:bash}

:file

Report containing misassemblies, only when a reference fasta is provided

${prefix}_misassemblies.tsv

unaligned{:bash}

meta{:bash}

:map

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

${prefix}_unaligned.tsv{:bash}

:file

Report containing unaligned contigs, only when a reference fasta is provided

${prefix}_unaligned.tsv

versions_quast{:bash}

${task.process}{:bash}

:string

The name of the process

quast{:bash}

:string

The name of the tool

quast.py --version 2>&1 | grep "QUAST" | sed 's/^.*QUAST v//; s/ .*\$//'{:bash}

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The name of the process

quast{:bash}

:string

The name of the tool

quast.py --version 2>&1 | grep "QUAST" | sed 's/^.*QUAST v//; s/ .*\$//'{:bash}

:eval

The expression to obtain the version of the tool

Tools

quast
GPL-2.0-only

QUAST calculates quality metrics for genome assemblies