nf-core/bcftools/split @ 0.0.0-0c7146d
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 | 135d883a43b1a2324b4112cd270cf22e20835533 |
| Release Date | 08 Apr 2026 18:25:46 (UTC) |
| Download URL | https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fbcftools%2Fsplit/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/bcftools/split/blobs/sha256:3c605bb83a4e9269ff9ba00574038aa4293df971a7245f184fd7cfe0f7518c22 |
| Size | 2.3 KB |
| Checksum | sha256:3c605bb83a4e9269ff9ba00574038aa4293df971a7245f184fd7cfe0f7518c22 |
| Downloads | 1 |
| Version | Date | Status | Downloads | Size | Diff |
|---|---|---|---|---|---|
| 0.0.0-0c7146d | 08 Apr 2026 18:25:46 (UTC) | 1 | 2.3 KB | - |