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