2021-09-29 13:27:00 +00:00
|
|
|
name: custom_dumpsoftwareversions
|
|
|
|
description: Custom module used to dump software versions within the nf-core pipeline template
|
|
|
|
keywords:
|
|
|
|
- custom
|
|
|
|
- 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
|
2021-10-22 22:39:54 +00:00
|
|
|
licence: ['MIT']
|
2021-09-29 13:27:00 +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"
|
2021-10-03 07:20:26 +00:00
|
|
|
- versions:
|
2021-09-29 13:27:00 +00:00
|
|
|
type: file
|
2021-10-03 07:20:26 +00:00
|
|
|
description: File containing software versions
|
2021-09-29 13:27:00 +00:00
|
|
|
pattern: "versions.yml"
|
|
|
|
|
|
|
|
authors:
|
|
|
|
- "@drpatelh"
|