×

nf-core/bcftools/split @ 0.0.0-0c7146d

Split a vcf file into files per chromosome

Latest version: 0.0.0-6c4ed3a
Total downloads: 8
Source: nf-core/modules
Authors: @matthdsm @atrigila
Maintainers: @matthdsm @atrigila

Summary

Split a vcf file into files per chromosome

Get started

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

include { BCFTOOLS_SPLIT } from 'nf-core/bcftools/split'

License

MIT License

Process
Name BCFTOOLS_SPLIT
Input 1 channel
#1 tuple
meta map

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

vcf file

Compressed vcf file

*.vcf.gz
tbi file

Compressed vcf file index

*.{tbi,csi}
Output 2 channels
#1 split_vcf tuple
meta map

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

*.vcf.gz file

Compressed vcf files per chromosome

*.vcf.gz
#2 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 Sort VCF files by coordinates. http://samtools.github.io/bcftools/bcftools.html
Version 0.0.0-0c7146d
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 08 Apr 2026 18:46:28 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fbcftools%2Fsplit/0.0.0-0c7146d/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/bcftools/split/blobs/sha256:1ae4f590e1cff5afea1ee393ae1937f4eda93ebc5050d758ea1ada9f341c219f
Size 2.3 KB
Checksum sha256:1ae4f590e1cff5afea1ee393ae1937f4eda93ebc5050d758ea1ada9f341c219f
Downloads 4
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:05:19 (UTC) 4 2.3 KB
0.0.0-0c7146d 08 Apr 2026 18:46:28 (UTC) 4 2.3 KB