Description

Unzip ZIP archive files

Input

name:type
description
pattern

meta

:map

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

archive

:file

ZIP file

*.zip

Output

name:type
description
pattern

unzipped_archive

meta

:map

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

${prefix}/

:directory

Directory contents of the unzipped archive

${archive.baseName}/

versions_7za

${task.process}

:string

The name of the process

7za

:string

The name of the tool

7za 2>&1 | sed -n '2s/^.* \([0-9.]*\) .*/\1/p'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

7za

:string

The name of the tool

7za 2>&1 | sed -n '2s/^.* \([0-9.]*\) .*/\1/p'

:eval

The expression to obtain the version of the tool

Tools

unzip
LGPL-2.1-or-later

p7zip is a quick port of 7z.exe and 7za.exe (command line version of 7zip, see www.7-zip.org) for Unix.