Description

The dbNSFP is an integrated database of functional predictions from multiple algorithms

Input

name:type
description
pattern

meta

:map

Groovy Map containing sample information regarding vcf file provided e.g. [ id:‘test’, single_end:false ]

vcf

:file

VCF file

*.{vcf, vcf.gz}

vcf_tbi

:file

Tabix file for compressed vcf provided

*.{tbi}

meta2

:map

Groovy map containing sample information regarding database provided

database

:file

Database for use to annotate

*.{vcf/vcf.gz}

dbs_tbi

:file

Tabix file for compressed database provided

*.{tbi}

Output

name:type
description
pattern

vcf

meta

:map

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

*.vcf

:file

Variant Calling File annotated

*.{vcf}

versions_snpsift

${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

Topics

name:type
description
pattern

versions

${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

Tools