mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-15 14:13:09 +00:00
c9b29c7686
* Add eido/convert module * Run prettier * Update modules/eido/convert/main.nf Co-authored-by: James A. Fellows Yates <jfy133@gmail.com> * Update modules/eido/convert/main.nf Co-authored-by: James A. Fellows Yates <jfy133@gmail.com> * Update extension format Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
36 lines
919 B
YAML
36 lines
919 B
YAML
name: "eido_convert"
|
|
description: Convert any PEP project or Nextflow samplesheet to any format
|
|
keywords:
|
|
- eido
|
|
- convert
|
|
- PEP
|
|
- format
|
|
- samplesheet
|
|
tools:
|
|
- "eido":
|
|
description: "Convert any PEP project or Nextflow samplesheet to any format"
|
|
homepage: "http://eido.databio.org/en/latest/"
|
|
documentation: "http://eido.databio.org/en/latest/"
|
|
doi: "10.1093/gigascience/giab077"
|
|
licence: "BSD-2-Clause"
|
|
|
|
input:
|
|
- samplesheet:
|
|
type: file
|
|
description: Nextflow samplesheet or PEP project
|
|
pattern: "*.{yaml,yml,csv}"
|
|
- format:
|
|
type: value
|
|
description: Extension of an output file
|
|
|
|
output:
|
|
- versions:
|
|
type: file
|
|
description: File containing software versions
|
|
pattern: "versions.yml"
|
|
- samplesheet_converted:
|
|
type: file
|
|
description: PEP project or samplesheet converted to csv file
|
|
|
|
authors:
|
|
- "@rafalstepien"
|