nf-core/snpeff/snpeff @ 0.0.0-0c7146d
Summary
Genetic variant annotation and functional effect prediction toolbox
Get started
Add the following snippet to your workflow script to include this module.
include { SNPEFF_SNPEFF } from 'nf-core/snpeff/snpeff'
License
MIT License
Name
|
SNPEFF_SNPEFF |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
vcf
file
|
vcf to annotate |
db
string
|
which db to annotate with |
|---|
meta2
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
cache
file
|
path to snpEff cache (optional) |
vcf
tuple
meta
file
|
annotated vcf *.ann.vcf
|
|---|---|
*.ann.vcf
file
|
annotated vcf *.ann.vcf
|
report
tuple
meta
file
|
annotated vcf *.ann.vcf
|
|---|---|
${task.process}
string
|
The process |
snpeff
string
|
The tool name |
*.csv
file
|
snpEff report csv file *.csv
|
genes_txt
tuple
meta
file
|
annotated vcf *.ann.vcf
|
|---|---|
${task.process}
string
|
The process |
snpeff
string
|
The tool name |
*.genes.txt
file
|
txt (tab separated) file having counts of the number of variants affecting each transcript and gene *.genes.txt
|
summary_html
tuple
meta
file
|
annotated vcf *.ann.vcf
|
|---|---|
${task.process}
string
|
The process |
snpeff
string
|
The tool name |
*.html
file
|
snpEff summary statistics in html file *.html
|
versions_snpeff
tuple
${task.process}
string
|
The process the versions were collected from |
|---|---|
snpeff
string
|
The tool name |
snpEff -version 2>&1 | cut -f 2 -d ' '
string
|
The command used to generate the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| snpeff | SnpEff is a variant annotation and effect prediction tool. It annotates and predicts the effects of genetic variants on genes and proteins (such as amino acid changes). | https://pcingola.github.io/SnpEff/ |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 135d883a43b1a2324b4112cd270cf22e20835533 |
| Release Date | 08 Apr 2026 19:15:24 (UTC) |
| Download URL | https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fsnpeff%2Fsnpeff/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/snpeff/snpeff/blobs/sha256:1ef6875ec15495682414e1971018c97ff6ff0f3b7a673ee741c6dc55f531b95d |