2021-02-09 09:05:55 +00:00
|
|
|
name: gunzip
|
|
|
|
description: Compresses and decompresses files.
|
|
|
|
keywords:
|
2022-02-15 11:15:27 +00:00
|
|
|
- gunzip
|
|
|
|
- compression
|
2021-02-09 09:05:55 +00:00
|
|
|
tools:
|
2022-02-15 11:15:27 +00:00
|
|
|
- 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:
|
2022-02-15 11:15:27 +00:00
|
|
|
- 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:
|
2022-02-15 11:15:27 +00:00
|
|
|
- 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:
|
2022-02-15 11:15:27 +00:00
|
|
|
- "@joseespinosa"
|
|
|
|
- "@drpatelh"
|
|
|
|
- "@jfy133"
|