mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-14 21:53:10 +00:00
37 lines
919 B
YAML
37 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"
|