create tabix index from a sorted bgzip tab-delimited genome file
meta{:bash}
:map
Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]
tab{:bash}
:file
TAB-delimited genome position file compressed with bgzip
*.{bed.gz,gff.gz,sam.gz,vcf.gz}
index{:bash}
*.{tbi,csi}{:bash}
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}
The tool name
tabix -h 2>&1 | grep -oP 'Version:\\s*\\K[^\\s]+'{:bash}
The command used to generate the version of the tool
versions{:bash}
Generic indexer for TAB-delimited genome position files.