Compresses and decompresses files.
meta
:map
Optional groovy Map containing meta information e.g. [ id:‘test’, single_end:false ]
archive
:file
File to be compressed/uncompressed
*.*
gunzip
Compressed/uncompressed file
${gunzip}
versions_gunzip
${task.process}
:string
The process the versions were collected from
The tool name
gunzip --version 2>&1 | head -1 | sed "s/^.*(gzip) //; s/ Copyright.*//"
:eval
The expression to obtain the version of the tool
versions
gzip is a file format and a software application used for file compression and decompression.