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

meta (map)

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

archive (file)

The compressed file

*.gz

versions (file)

File containing software versions

versions.yml

Tools

pigz

Parallel implementation of the gzip algorithm.