Remove meta from input/output meta.yml

This commit is contained in:
JoseEspinosa 2021-02-09 11:02:31 +01:00
parent b09416a0d0
commit 20771ae1bc

View file

@ -30,21 +30,11 @@ params:
Instead of directly downloading Singularity images for use with Singularity, Instead of directly downloading Singularity images for use with Singularity,
force the workflow to pull and convert Docker containers instead. force the workflow to pull and convert Docker containers instead.
input: input:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- archive: - archive:
type: file type: file
description: File to be compressed/uncompressed description: File to be compressed/uncompressed
pattern: "*.*" pattern: "*.*"
output: output:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- gunzip: - gunzip:
type: file type: file
description: Compressed/uncompressed file description: Compressed/uncompressed file