bgzip a sorted tab-delimited genome file and then create tabix index
meta
:map
Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]
input
:file
Sorted tab-delimited genome file
gz_index
*.gz
bgzipped tab-delimited genome file
*.{tbi,csi}
Tabix index file (either tbi or csi)
versions_tabix
${task.process}
:string
The process the versions were collected from
tabix
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
bgzip
bgzip --version | sed '1!d;s/.* //'
versions
Generic indexer for TAB-delimited genome position files.