nf-core/bcftools/concat @ 0.0.0-6c4ed3a
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
Name
|
BCFTOOLS_CONCAT |
|---|
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' ] |
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
|
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
|
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}
|
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-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:04:50 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fbcftools%2Fconcat/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/bcftools/concat/blobs/sha256:900dacc9c0ca91bbf579e0cf843c8a606b2ee35f8cd31565e1fb3ec42706d03a |
| Size | 3.8 KB |
| Checksum | sha256:900dacc9c0ca91bbf579e0cf843c8a606b2ee35f8cd31565e1fb3ec42706d03a |
| Downloads | 5 |
| 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 |