Description

Compresses files with pigz.

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

*.gz

versions_pigz{:bash}

${task.process}{:bash}

:string

The name of the process

pigz{:bash}

:string

The name of the tool

pigz --version 2>&1 | sed "s/^.*pigz[[:space:]]*//"{: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

pigz{:bash}

:string

The name of the tool

pigz --version 2>&1 | sed "s/^.*pigz[[:space:]]*//"{:bash}

:eval

The expression to obtain the version of the tool

Tools

pigz
Zlib

Parallel implementation of the gzip algorithm.