Genetic variant annotation and functional effect prediction toolbox
Input
name:type
description
pattern
meta
:map
Groovy Map containing sample information
e.g. [ id:‘test’, single_end:false ]
snpeff_db
:string
SnpEff database name
Output
name:type
description
pattern
cache
meta
:file
snpEff cache
snpeff_cache
:file
snpEff cache
versions_snpeff
${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
Topics
name:type
description
pattern
versions
${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
Tools
snpeff
MIT
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).