Description

Compresses/decompresses files

Input

name:type
description
pattern

meta

:map

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

input

:file

file to compress or to decompress

Output

name:type
description
pattern

output

meta

:map

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

${output}

:file

Output compressed/decompressed file

*.

gzi

meta

:map

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

*.gzi

:file

Optional gzip index file for compressed inputs

*.gzi

versions_tabix

${task.process}

:string

The process the versions were collected from

tabix

:string

The tool name

tabix -h 2>&1 | grep -oP 'Version:\s*\K[^\s]+'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The process the versions were collected from

tabix

:string

The tool name

tabix -h 2>&1 | grep -oP 'Version:\s*\K[^\s]+'

:eval

The expression to obtain the version of the tool

Tools

bgzip
MIT

Bgzip compresses or decompresses files in a similar manner to, and compatible with, gzip.