Description

bgzip a sorted tab-delimited genome file and then create tabix index

Input

name:type
description
pattern

meta{:bash}

:map

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

input{:bash}

:file

Sorted tab-delimited genome file

Output

name:type
description
pattern

gz_index{:bash}

meta{:bash}

:map

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

*.gz{:bash}

:file

bgzipped tab-delimited genome file

*.gz

*.{tbi,csi}{:bash}

:file

Tabix index file (either tbi or csi)

*.{tbi,csi}

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

versions_bgzip{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

bgzip{:bash}

:string

The tool name

bgzip --version | sed '1!d;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

${task.process}{:bash}

:string

The process the versions were collected from

bgzip{:bash}

:string

The tool name

bgzip --version | sed '1!d;s/.* //'{:bash}

:eval

The expression to obtain the version of the tool

Tools

tabix
MIT

Generic indexer for TAB-delimited genome position files.