Description

Compresses and decompresses files.

Input

name:type
description
pattern

meta{:bash}

:map

Optional groovy Map containing meta information e.g. [ id:‘test’, single_end:false ]

archive{:bash}

:file

File to be compressed/uncompressed

*.*

Output

name:type
description
pattern

gunzip{:bash}

meta{:bash}

:file

Compressed/uncompressed file

*.*

${gunzip}{:bash}

:file

Compressed/uncompressed file

*.*

versions_gunzip{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

gunzip{:bash}

:string

The tool name

gunzip --version 2>&1 | head -1 | sed "s/^.*(gzip) //; s/ Copyright.*//"{:bash}

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

gunzip{:bash}

:string

The tool name

gunzip --version 2>&1 | head -1 | sed "s/^.*(gzip) //; s/ Copyright.*//"{:bash}

:eval

The expression to obtain the version of the tool

Tools

gunzip
GPL-3.0-or-later

gzip is a file format and a software application used for file compression and decompression.