×

nf-core/vcfanno @ 0.0.0-0c7146d

quickly annotate your VCF with any number of INFO fields from any number of VCFs or BED files

Latest version: 0.0.0-6c4ed3a
Total downloads: 7
Source: nf-core/modules

Summary

quickly annotate your VCF with any number of INFO fields from any number of VCFs or BED files

Get started

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

include { VCFANNO } from 'nf-core/vcfanno'

License

MIT License

Process
Name VCFANNO
Input 4 channels
#1 tuple
meta map

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

vcf file

query VCF file

*.{vcf, vcf.gz}
tbi file

tabix index file for the query VCF

*.tbi
specific_resources map

A list of sample specific reference files defined in toml config, must also include indices if bgzipped.

toml file

configuration file with reference file basenames

*.toml
lua file

Lua file for custom annotations

*.lua
resources map

List of reference files defined in toml config, must also include indices if bgzipped.

Output 3 channels
#1 tbi tuple
meta map

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

*.vcf.gz
*.vcf.gz.tbi map

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

*.vcf.gz.tbi
#2 vcf tuple
meta map

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

*.vcf.gz
*.vcf.gz map

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

*.vcf.gz
#3 versions_vcfanno tuple
${task.process} string

The name of the process

vcfanno string

The name of the tool

vcfanno 2>&1 | sed -n 's/.*version \([0-9.]\+\).*/\1/p' eval

The expression to obtain the version of the tool

Tool Description Homepage
vcfanno annotate a VCF with other VCFs/BEDs/tabixed files n/a
Version 0.0.0-0c7146d
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 08 Apr 2026 19:46:16 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fvcfanno/0.0.0-0c7146d/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/vcfanno/blobs/sha256:ccf4a34c0b79e3919f83ff64e683c5103d7dd53f5aaeec52c75d5e3911bba7a2
Size 2.9 KB
Checksum sha256:ccf4a34c0b79e3919f83ff64e683c5103d7dd53f5aaeec52c75d5e3911bba7a2
Downloads 4
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:52:02 (UTC) 3 2.9 KB
0.0.0-0c7146d 08 Apr 2026 19:46:16 (UTC) 4 2.9 KB