Description

Compresses files with pigz.

Input

name:type
description
pattern

meta:map

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

raw_file:file

File to be compressed

*.*

Output

name:type
description
pattern

archive

meta:map

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

$archive:file

The compressed file

*.gz

versions

versions.yml:file

File containing software versions

versions.yml

Tools

pigz

Parallel implementation of the gzip algorithm.