2023-04-28 14:26:38 +00:00
|
|
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/yaml-schema.json
|
2022-02-18 06:55:14 +00:00
|
|
|
name: custom_dumpsoftwareversions
|
|
|
|
description: Custom module used to dump software versions within the nf-core pipeline template
|
|
|
|
keywords:
|
|
|
|
- custom
|
2023-04-28 14:26:38 +00:00
|
|
|
- dump
|
2022-02-18 06:55:14 +00:00
|
|
|
- version
|
|
|
|
tools:
|
|
|
|
- custom:
|
|
|
|
description: Custom module used to dump software versions within the nf-core pipeline template
|
|
|
|
homepage: https://github.com/nf-core/tools
|
|
|
|
documentation: https://github.com/nf-core/tools
|
2022-03-23 13:57:56 +00:00
|
|
|
licence: ["MIT"]
|
2022-02-18 06:55:14 +00:00
|
|
|
input:
|
|
|
|
- versions:
|
|
|
|
type: file
|
|
|
|
description: YML file containing software versions
|
|
|
|
pattern: "*.yml"
|
|
|
|
|
|
|
|
output:
|
|
|
|
- yml:
|
|
|
|
type: file
|
|
|
|
description: Standard YML file containing software versions
|
|
|
|
pattern: "software_versions.yml"
|
|
|
|
- mqc_yml:
|
|
|
|
type: file
|
|
|
|
description: MultiQC custom content YML file containing software versions
|
|
|
|
pattern: "software_versions_mqc.yml"
|
|
|
|
- versions:
|
|
|
|
type: file
|
|
|
|
description: File containing software versions
|
|
|
|
pattern: "versions.yml"
|
|
|
|
|
|
|
|
authors:
|
|
|
|
- "@drpatelh"
|
|
|
|
- "@grst"
|