Compresses files with xz.
meta
:map
Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]
[ id:'sample1', single_end:false ]
raw_file
:file
File to be compressed
*.*
archive
$archive
The compressed file
*.xz
versions_xz
${task.process}
:string
The name of the process
xz
The name of the tool
xz --version | sed '1!d;s/\([^0-9.]*\)//g'
:eval
The expression to obtain the version of the tool
versions
xz is a general-purpose data compression tool with command line syntax similar to gzip and bzip2.