2021-02-09 09:05:55 +00:00
|
|
|
name: gunzip
|
|
|
|
description: Compresses and decompresses files.
|
|
|
|
keywords:
|
|
|
|
- gunzip
|
|
|
|
- compression
|
|
|
|
tools:
|
2021-02-09 09:51:57 +00:00
|
|
|
- gunzip:
|
2021-02-09 09:05:55 +00:00
|
|
|
description: |
|
2021-02-09 09:51:57 +00:00
|
|
|
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
|
2021-10-22 22:39:54 +00:00
|
|
|
licence: ['GPL-3.0-or-later']
|
2021-02-09 09:05:55 +00:00
|
|
|
input:
|
|
|
|
- archive:
|
|
|
|
type: file
|
2021-02-09 09:51:57 +00:00
|
|
|
description: File to be compressed/uncompressed
|
2021-02-09 09:05:55 +00:00
|
|
|
pattern: "*.*"
|
|
|
|
output:
|
|
|
|
- gunzip:
|
|
|
|
type: file
|
2021-02-09 09:51:57 +00:00
|
|
|
description: Compressed/uncompressed file
|
|
|
|
pattern: "*.*"
|
2021-10-03 07:20:26 +00:00
|
|
|
- versions:
|
2021-02-09 09:05:55 +00:00
|
|
|
type: file
|
2021-10-03 07:20:26 +00:00
|
|
|
description: File containing software versions
|
2021-09-27 08:41:24 +00:00
|
|
|
pattern: "versions.yml"
|
2021-02-09 09:05:55 +00:00
|
|
|
authors:
|
|
|
|
- "@joseespinosa"
|
|
|
|
- "@drpatelh"
|