mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
9764eef361
* Update eido/validate module * Update modules/eido/convert/meta.yml Co-authored-by: James A. Fellows Yates <jfy133@gmail.com> Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
39 lines
1.1 KiB
YAML
39 lines
1.1 KiB
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
|
|
- pep_input_base_dir:
|
|
type: file
|
|
description: Optional path to the directory where files specified in a PEP config file are stored. Any paths specified in the config will need to be relative to this base directory.
|
|
|
|
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"
|