nf-core/snpsift/annmem @ 0.0.0-0c7146d
Summary
Annotate VCF files using pre-built SnpSift annMem databases. Enriches input VCF records by querying memory-optimized indexed dataframes for high-performance annotation.
Get started
Add the following snippet to your workflow script to include this module.
include { SNPSIFT_ANNMEM } from 'nf-core/snpsift/annmem'
License
MIT License
Name
|
SNPSIFT_ANNMEM |
|---|
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
vcf
file
|
VCF file to annotate *.{vcf,vcf.gz}
|
vcf_tbi
file
|
Tabix index for input VCF (optional) *.tbi
|
db_vcf
file
|
VCF database file(s) for annotation. Can provide multiple databases for multi-database annotation. *.{vcf,vcf.gz}
|
|---|---|
db_vcf_tbi
file
|
Tabix index for database VCF file(s) *.tbi
|
db_vardb
directory
|
Pre-built .snpsift.vardb directory (used instead of db_vcf if provided) *.snpsift.vardb
|
db_fields
list
|
INFO field names to annotate with. Can be a list or a single string. |
db_prefixes
string
|
Prefix to add to annotated field names |
tbi
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.vcf.gz.tbi
file
|
Tabix index for annotated VCF *.vcf.gz.tbi
|
vcf
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.vcf.gz
file
|
Annotated VCF file *.vcf.gz
|
versions_snpsift
tuple
${task.process}
string
|
The name of the process |
|---|---|
snpsift
string
|
The name of the tool |
SnpSift -version 2>&1 | grep -oE '[0-9]+\.[0-9]+[a-z]?'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| snpsift | Genetic variant annotations and functional effect prediction toolbox | https://pcingola.github.io/SnpEff/snpsift/annotate_mem/ |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 135d883a43b1a2324b4112cd270cf22e20835533 |
| Release Date | 08 Apr 2026 19:15:25 (UTC) |
| Download URL | https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fsnpsift%2Fannmem/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/snpsift/annmem/blobs/sha256:adeef59111f65e4dd15084a94a92ff315a802af0eda0d57d817961b63c2d0acb |
| Size | 3.3 KB |
| Checksum | sha256:adeef59111f65e4dd15084a94a92ff315a802af0eda0d57d817961b63c2d0acb |
| Downloads | 1 |
| Version | Date | Status | Downloads | Size | Diff |
|---|---|---|---|---|---|
| 0.0.0-0c7146d | 08 Apr 2026 19:15:25 (UTC) | 1 | 3.3 KB | - |