Description

Compresses files with xz.

Input

name:type
description
pattern

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

raw_file{:bash}

:file

File to be compressed

*.*

Output

name:type
description
pattern

archive{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

$archive{:bash}

:file

The compressed file

*.xz

versions_xz{:bash}

${task.process}{:bash}

:string

The name of the process

xz{:bash}

:string

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

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The name of the process

xz{:bash}

:string

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

Tools

xz
GNU LGPLv2.1 GNU GPLv2 GNU GPLv3

xz is a general-purpose data compression tool with command line syntax similar to gzip and bzip2.