mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-05 05:52:07 -05:00
Remove meta from input/output meta.yml
This commit is contained in:
parent
b09416a0d0
commit
20771ae1bc
1 changed files with 0 additions and 10 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue