×

nf-core/bcftools/call @ 0.0.0-6c4ed3a

This command replaces the former bcftools view caller. Some of the original functionality has been temporarily lost in the process of transition under htslib, but will be added back on popular demand. The original calling model can be invoked with the -c option.

Latest version: 0.0.0-6c4ed3a
Total downloads: 6
Source: nf-core/modules
Maintainers: @abhi18av @LouisLeNezet

Summary

This command replaces the former bcftools view caller. Some of the original functionality has been temporarily lost in the process of transition under htslib, but will be added back on popular demand. The original calling model can be invoked with the -c option.

Get started

Add the following snippet to your workflow script to include this module.

include { BCFTOOLS_CALL } from 'nf-core/bcftools/call'

License

MIT License

Process
Name BCFTOOLS_CALL
Input 4 channels
#1 tuple
meta map

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

vcf file

The vcf file to be inspected. e.g. 'file.vcf'

index file

The tab index for the VCF file to be inspected. e.g. 'file.tbi'

regions file

Optionally, restrict the operation to regions listed in this file. e.g. 'file.vcf'

targets file

Optionally, restrict the operation to regions listed in this file (doesn't rely upon index files) e.g. 'file.vcf'

samples file

Optional, file of sample names to be included or excluded. e.g. 'file.tsv'

Output 4 channels
#1 csi tuple
meta map

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

*.csi file

Default VCF file index

*.csi
#2 tbi tuple
meta map

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

*.tbi file

Alternative VCF file index

*.tbi
#3 vcf tuple
meta map

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

*.gz file

VCF normalized output file

*.{vcf.gz}
#4 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
view View, subset and filter VCF or BCF files by position and filtering expression. Convert between VCF and BCF http://samtools.github.io/bcftools/bcftools.html
Version 0.0.0-6c4ed3a
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 23 Apr 2026 15:04:48 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fbcftools%2Fcall/0.0.0-6c4ed3a/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/bcftools/call/blobs/sha256:d36fa71fd2fe306b52d5d59302df1df4b35c99f1fe271d9aa8f2f1cd5b06ae3b
Size 3.9 KB
Checksum sha256:d36fa71fd2fe306b52d5d59302df1df4b35c99f1fe271d9aa8f2f1cd5b06ae3b
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:04:48 (UTC) 3 3.9 KB
0.0.0-0c7146d 08 Apr 2026 18:45:42 (UTC) 3 3.9 KB