Description

Extract files.

Input

name:type
description
pattern

meta

:map

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

archive

:file

File to be untar

*.{tar}.{gz}

Output

name:type
description
pattern

files

meta

:map

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

${prefix}/**

:string

A list containing references to individual archive files

*/**

versions_tar

${task.process}

:string

The name of the process

tar

:string

The name of the tool

tar --version 2>&1 | sed '1s/^.*(GNU tar) //;q'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

tar

:string

The name of the tool

tar --version 2>&1 | sed '1s/^.*(GNU tar) //;q'

:eval

The expression to obtain the version of the tool

Tools

untar
GPL-3.0-or-later

Extract tar.gz files.