nf-core/tabix/bgziptabix @ 0.0.0-0c7146d
Summary
bgzip a sorted tab-delimited genome file and then create tabix index
Get started
Add the following snippet to your workflow script to include this module.
include { TABIX_BGZIPTABIX } from 'nf-core/tabix/bgziptabix'
License
MIT License
Process
Name
|
TABIX_BGZIPTABIX |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
input
file
|
Sorted tab-delimited genome file |
Output
3 channels
#1
gz_index
tuple
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}
|
#2
versions_bgzip
tuple
${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 |
#3
versions_tabix
tuple
${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 |
| Tool | Description | Homepage |
|---|---|---|
| tabix | Generic indexer for TAB-delimited genome position files. | https://www.htslib.org/doc/tabix.html |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 08 Apr 2026 19:42:49 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Ftabix%2Fbgziptabix/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/tabix/bgziptabix/blobs/sha256:fe42500d38c03476a0d3d7fcd576f23a00eef44e49929ca29563ecf6f069f618 |
| Size | 2.8 KB |
| Checksum | sha256:fe42500d38c03476a0d3d7fcd576f23a00eef44e49929ca29563ecf6f069f618 |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:49:14 (UTC) | 3 | 2.8 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:42:49 (UTC) | 3 | 2.8 KB |