Skip to content

Commit

Permalink
fix meta.ymls for dumpsoftware and multiqc (#3345)
Browse files Browse the repository at this point in the history
fix meta.ymls
  • Loading branch information
mashehu authored Apr 28, 2023
1 parent 5c3a343 commit f2d63bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions modules/nf-core/custom/dumpsoftwareversions/meta.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/yaml-schema.json
name: custom_dumpsoftwareversions
description: Custom module used to dump software versions within the nf-core pipeline template
keywords:
- custom
- dump
- version
tools:
- custom:
Expand Down
3 changes: 2 additions & 1 deletion modules/nf-core/multiqc/meta.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/yaml-schema.json
name: MultiQC
description: Aggregate results from bioinformatics analyses across many samples into a single report
keywords:
Expand Down Expand Up @@ -37,7 +38,7 @@ output:
description: MultiQC report file
pattern: "multiqc_report.html"
- data:
type: dir
type: directory
description: MultiQC data dir
pattern: "multiqc_data"
- plots:
Expand Down

0 comments on commit f2d63bd

Please sign in to comment.