nf-core/snpsift/annmemcreate @ 0.0.0-6c4ed3a
Summary
Create memory-optimized SnpSift vardb databases from VCF files for use with SnpSift annMem annotation. Converts VCF files (e.g. ClinVar, dbSNP, Cosmic) into indexed dataframes for fast lookup.
Get started
Add the following snippet to your workflow script to include this module.
include { SNPSIFT_ANNMEMCREATE } from 'nf-core/snpsift/annmemcreate'
License
MIT License
Process
Name
|
SNPSIFT_ANNMEMCREATE |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
db_vcf
file
|
VCF file to build the database from *.{vcf,vcf.gz}
|
db_vcf_tbi
file
|
Tabix index for the database VCF file (optional) *.tbi
|
db_fields
list
|
INFO field names to include in the database. Can be a list or a single string. |
Output
2 channels
#1
database
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.snpsift.vardb
directory
|
SnpSift vardb directory containing indexed dataframes *.snpsift.vardb
|
#2
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-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:46:44 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fsnpsift%2Fannmemcreate/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/snpsift/annmemcreate/blobs/sha256:ff8c88658540f30c4fe64129d46bdc8d62b62b36fc86f5572da8c8b3f0211920 |
| Size | 2.6 KB |
| Checksum | sha256:ff8c88658540f30c4fe64129d46bdc8d62b62b36fc86f5572da8c8b3f0211920 |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:46:44 (UTC) | 3 | 2.6 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:39:31 (UTC) | 3 | 2.6 KB |