mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
26 lines
809 B
YAML
26 lines
809 B
YAML
name: MultiQC
|
|
description: Aggregate results from bioinformatics analyses across many samples into a single report
|
|
keywords:
|
|
- QC
|
|
- bioinformatics tools
|
|
- Beautiful stand-alone HTML report
|
|
tools:
|
|
- fastqc:
|
|
description: |
|
|
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.
|
|
homepage: https://multiqc.info/
|
|
documentation: https://multiqc.info/docs/
|
|
input:
|
|
-
|
|
- reads:
|
|
type: file
|
|
description: List of report file(s)
|
|
output:
|
|
-
|
|
- multiqc_report:
|
|
type: file
|
|
description: MultiQC report
|
|
pattern: "*multiqc*.html"
|
|
authors:
|
|
- "@FelixKrueger"
|