×

nf-core/vcfanno @ 0.0.0-6c4ed3a

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-6c4ed3a
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 23 Apr 2026 15:52:02 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fvcfanno/0.0.0-6c4ed3a/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/vcfanno/blobs/sha256:9b5fae57a8f999fa2d06458bddce172bf3281dd68b898b66381652303cf66c2d
Size 2.9 KB
Checksum sha256:9b5fae57a8f999fa2d06458bddce172bf3281dd68b898b66381652303cf66c2d
Downloads 3
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