Description

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

Input

name:type
description
pattern

meta

:map

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

input

:file

Sorted tab-delimited genome file

Output

name:type
description
pattern

gz_index

meta

:map

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

*.gz

:file

bgzipped tab-delimited genome file

*.gz

*.{tbi,csi}

:file

Tabix index file (either tbi or csi)

*.{tbi,csi}

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

versions_bgzip

${task.process}

:string

The process the versions were collected from

bgzip

:string

The tool name

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

${task.process}

:string

The process the versions were collected from

bgzip

:string

The tool name

bgzip --version | sed '1!d;s/.* //'

:eval

The expression to obtain the version of the tool

Tools

tabix
MIT

Generic indexer for TAB-delimited genome position files.