mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
3aacd46da2
* backfilled modules with meta.yml that had no license identifier * harmonized BSD license names * whitespace linting at modules/unzip/meta.yml:12 * harmonized software from US NIH-NCBI/NIST to 'US-Government-Work' * Update modules/bcftools/index/meta.yml `bcftools` is dual-licensed, use associative array to allow for multiple licenses Co-authored-by: Michael L Heuer <heuermh@acm.org> Co-authored-by: Michael L Heuer <heuermh@acm.org>
33 lines
959 B
YAML
33 lines
959 B
YAML
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
|
|
licence: ['MIT']
|
|
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"
|