Description

A module for concatenation of gzipped or uncompressed files

Input

name:type
description
pattern

meta

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

files_in

:file

List of compressed / uncompressed files

*

Output

name:type
description
pattern

file_out

meta

:map

Groovy Map containing sample information

${prefix}

:file

Concatenated file. Will be gzipped if file_out ends with “.gz”

${file_out}

versions_cat

${task.process}

:string

The name of the process

pigz

:string

The name of the tool

pigz --version 2>&1 | sed 's/pigz //g'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

pigz

:string

The name of the tool

pigz --version 2>&1 | sed 's/pigz //g'

:eval

The expression to obtain the version of the tool

Tools

cat
GPL-3.0-or-later

Just concatenation