nf-core_modules/deprecated/multiqc/meta.yml

27 lines
809 B
YAML
Raw Normal View History

2020-03-18 10:06:38 +00:00
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
2020-07-11 11:54:12 +00:00
pattern: "*multiqc*.html"
2020-03-18 10:06:38 +00:00
authors:
2020-07-11 11:54:12 +00:00
- "@FelixKrueger"