Description

Compresses/decompresses files

Input

name:type
description
pattern

meta{:bash}

:map

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

input{:bash}

:file

file to compress or to decompress

Output

name:type
description
pattern

output{:bash}

meta{:bash}

:map

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

${output}{:bash}

:file

Output compressed/decompressed file

*.

gzi{:bash}

meta{:bash}

:map

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

*.gzi{:bash}

:file

Optional gzip index file for compressed inputs

*.gzi

versions_tabix{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

tabix{:bash}

:string

The tool name

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

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

tabix{:bash}

:string

The tool name

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

: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.