Description

Aggregate results from bioinformatics analyses across many samples into a single report

Input

name:type
description
pattern

multiqc_files

:file

List of reports / files recognised by MultiQC, for example the html and zip output of FastQC

multiqc_config

:file

Optional config yml for MultiQC

*.{yml,yaml}

extra_multiqc_config

:file

Second optional config yml for MultiQC. Will override common sections in multiqc_config.

*.{yml,yaml}

multiqc_logo

:file

Optional logo file for MultiQC

*.{png}

replace_names

:file

Optional two-column sample renaming file. First column a set of patterns, second column a set of corresponding replacements. Passed via MultiQC’s --replace-names option.

*.{tsv}

sample_names

:file

Optional TSV file with headers, passed to the MultiQC —sample_names argument.

*.{tsv}

Output

name:type
description
pattern

report

*.html

:file

MultiQC report file

.html

data

*_data

:directory

MultiQC data dir

multiqc_data

plots

*_plots

:file

Plots created by MultiQC

*_data

versions_multiqc

${task.process}

:string

The process the versions were collected from

multiqc

:string

The tool name

multiqc --version | sed "s/.* //g

:string

The command used to generate the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The process the versions were collected from

multiqc

:string

The tool name

multiqc --version | sed "s/.* //g

:string

The command used to generate the version of the tool

Tools

multiqc
GPL-3.0-or-later

MultiQC searches a given directory for analysis logs and compiles a HTML report. It's a general use tool, perfect for summarising the output from numerous bioinformatics tools.