Compresses and decompresses files.
meta{:bash}
:map
Optional groovy Map containing meta information e.g. [ id:‘test’, single_end:false ]
archive{:bash}
:file
File to be compressed/uncompressed
*.*
gunzip{:bash}
Compressed/uncompressed file
${gunzip}{:bash}
versions_gunzip{:bash}
${task.process}{:bash}
:string
The process the versions were collected from
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
versions{:bash}
gzip is a file format and a software application used for file compression and decompression.