mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-23 11:38:17 +00:00
27 lines
805 B
YAML
27 lines
805 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
|