nf-core_modules/modules/gunzip/meta.yml

35 lines
853 B
YAML
Raw Normal View History

2021-02-09 09:05:55 +00:00
name: gunzip
description: Compresses and decompresses files.
keywords:
- gunzip
- compression
2021-02-09 09:05:55 +00:00
tools:
- gunzip:
description: |
gzip is a file format and a software application used for file compression and decompression.
documentation: https://www.gnu.org/software/gzip/manual/gzip.html
licence: ["GPL-3.0-or-later"]
2021-02-09 09:05:55 +00:00
input:
- meta:
type: map
description: |
Optional groovy Map containing meta information
e.g. [ id:'test', single_end:false ]
- archive:
type: file
description: File to be compressed/uncompressed
pattern: "*.*"
2021-02-09 09:05:55 +00:00
output:
- gunzip:
type: file
description: Compressed/uncompressed file
pattern: "*.*"
- versions:
type: file
description: File containing software versions
pattern: "versions.yml"
2021-02-09 09:05:55 +00:00
authors:
- "@joseespinosa"
- "@drpatelh"
- "@jfy133"