×

nf-core/bcftools/annotate @ 0.0.0-6c4ed3a

Add or remove annotations.

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

Summary

Add or remove annotations.

Get started

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

include { BCFTOOLS_ANNOTATE } from 'nf-core/bcftools/annotate'

License

MIT License

Process
Name BCFTOOLS_ANNOTATE
Input 1 channel
#1 tuple
meta map

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

input file

Query VCF or BCF file, can be either uncompressed or compressed

index file

Index of the query VCF or BCF file

annotations file

Bgzip-compressed file with annotations

annotations_index file

Index of the annotations file

columns file

List of columns in the annotations file, one name per row

header_lines file

Contains lines to append to the output VCF header

rename_chrs file

Rename annotations according to this file containing "old_name new_name\n" pairs separated by whitespaces, each on a separate line.

Output 4 channels
#1 csi tuple
meta map

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

${prefix}.${extension}.csi file

Default VCF file index

*.csi
#2 tbi tuple
meta map

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

${prefix}.${extension}.tbi file

Alternative VCF file index

*.tbi
#3 vcf tuple
meta map

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

${prefix}.${extension} file

Compressed annotated VCF file

*{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
annotate Add or remove annotations. http://samtools.github.io/bcftools/bcftools.html
Version 0.0.0-6c4ed3a
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 23 Apr 2026 15:04:47 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fbcftools%2Fannotate/0.0.0-6c4ed3a/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/bcftools/annotate/blobs/sha256:992cd3265baa231d5e0b3c485d33d14c37b9370507dc22ad4a62f9ba6136aa57
Size 4.2 KB
Checksum sha256:992cd3265baa231d5e0b3c485d33d14c37b9370507dc22ad4a62f9ba6136aa57
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:04:47 (UTC) 3 4.2 KB
0.0.0-0c7146d 08 Apr 2026 18:45:40 (