Description

A module for concatenation of gzipped or uncompressed files

Input

name:type
description
pattern

meta{:bash}

:map

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

files_in{:bash}

:file

List of compressed / uncompressed files

*

Output

name:type
description
pattern

file_out{:bash}

meta{:bash}

:map

Groovy Map containing sample information

${prefix}{:bash}

:file

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

${file_out}

versions_cat{: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 //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

pigz{:bash}

:string

The name of the tool

pigz --version 2>&1 | sed 's/pigz //g'{:bash}

:eval

The expression to obtain the version of the tool

Tools

cat
GPL-3.0-or-later

Just concatenation