nf-core/bcftools/index @ 0.0.0-0c7146d
Summary
Index VCF tools
Get started
Add the following snippet to your workflow script to include this module.
include { BCFTOOLS_INDEX } from 'nf-core/bcftools/index'
License
MIT License
Process
Name
|
BCFTOOLS_INDEX |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
vcf
file
|
VCF file (optionally GZIPPED) *.{vcf,vcf.gz}
|
Output
3 channels
#1
csi
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.csi
file
|
Default VCF file index file *.csi
|
#2
tbi
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.tbi
file
|
Alternative VCF file index file for larger files (activated with -t parameter) *.tbi
|
#3
versions_bcftools
tuple
${task.process}
string
|
The process the versions were collected from |
|---|---|
bcftools
string
|
The tool name |
bcftools --version | sed '1!d; s/^.*bcftools //'
string
|
The command used to generate the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| bcftools | BCFtools is a set of utilities that manipulate variant calls in the Variant Call Format (VCF) and its binary counterpart BCF. All commands work transparently with both VCFs and BCFs, both uncompressed and BGZF-compressed. Most commands accept VCF, bgzipped VCF and BCF with filetype detected automatically even when streaming from a pipe. Indexed VCF and BCF will work in all situations. Un-indexed VCF and BCF and streams will work in most, but not all situations. | https://samtools.github.io/bcftools/ |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 08 Apr 2026 18:45:53 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fbcftools%2Findex/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/bcftools/index/blobs/sha256:34fb8d0092a6981d97b30aaa70f4963e7226954539b073f349e8d9512b22d803 |
| Size | 2.9 KB |
| Checksum | sha256:34fb8d0092a6981d97b30aaa70f4963e7226954539b073f349e8d9512b22d803 |
| Downloads | 1 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:04:56 (UTC) | 3 | 2.9 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 18:45:53 (UTC) | 1 | 2.9 KB |