×

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

Concatenate VCF files

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

Summary

Concatenate VCF files

Get started

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

include { BCFTOOLS_CONCAT } from 'nf-core/bcftools/concat'

License

MIT License

Process
Name BCFTOOLS_CONCAT
Input 1 channel
#1 tuple
meta map

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

vcfs list

List containing 2 or more vcf files e.g. [ 'file1.vcf', 'file2.vcf' ]

tbi list

List containing 2 or more index files (optional) e.g. [ 'file1.tbi', 'file2.tbi' ]

Output 4 channels
#1 csi tuple
meta map

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

${prefix}.${extension}.csi map

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

*.csi
#2 tbi tuple
meta map

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

${prefix}.${extension}.tbi map

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

*.tbi
#3 vcf tuple
meta map

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

${prefix}.${extension} map

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

*.{vcf,vcf.gz,bcf,bcf.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
concat Concatenate VCF files. http://samtools.github.io/bcftools/bcftools.html
Version 0.0.0-0c7146d
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 08 Apr 2026 18:45:44 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fbcftools%2Fconcat/0.0.0-0c7146d/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/bcftools/concat/blobs/sha256:817634eea37eb9240ff403895baaad7360d06446908eea9f2d2eccfdee1515e6
Size 3.8 KB
Checksum sha256:817634eea37eb9240ff403895baaad7360d06446908eea9f2d2eccfdee1515e6
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:04:50 (UTC) 5 3.8 KB
0.0.0-0c7146d 08 Apr 2026 18:45:44 (UTC) 3 3.8 KB