mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
Added short description of MultiQC
This commit is contained in:
parent
223077e5a6
commit
974c6168d6
1 changed files with 26 additions and 0 deletions
26
tools/multiqc/meta.yml
Normal file
26
tools/multiqc/meta.yml
Normal file
|
@ -0,0 +1,26 @@
|
|||
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
|
Loading…
Reference in a new issue