2021-07-06 12:40:55 +00:00
|
|
|
name: snpEff
|
|
|
|
description: Genetic variant annotation and functional effect prediction toolbox
|
|
|
|
keywords:
|
|
|
|
- annotation
|
|
|
|
tools:
|
|
|
|
- snpeff:
|
|
|
|
description: |
|
|
|
|
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).
|
|
|
|
homepage: https://pcingola.github.io/SnpEff/
|
|
|
|
documentation: https://pcingola.github.io/SnpEff/se_introduction/
|
2021-10-22 22:39:54 +00:00
|
|
|
licence: ['MIT']
|
2021-07-06 12:40:55 +00:00
|
|
|
params:
|
|
|
|
- use_cache:
|
|
|
|
type: boolean
|
|
|
|
description: |
|
|
|
|
boolean to enable the usage of containers with cache
|
|
|
|
Enable the usage of containers with cache
|
|
|
|
Does not work with conda
|
|
|
|
- snpeff_tag:
|
|
|
|
type: value
|
|
|
|
description: |
|
|
|
|
Specify the tag for the container
|
|
|
|
https://hub.docker.com/r/nfcore/snpeff/tags
|
|
|
|
input:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- vcf:
|
|
|
|
type: file
|
|
|
|
description: |
|
|
|
|
vcf to annotate
|
|
|
|
- db:
|
|
|
|
type: value
|
|
|
|
description: |
|
|
|
|
which db to annotate with
|
|
|
|
- cache:
|
|
|
|
type: file
|
|
|
|
description: |
|
|
|
|
path to snpEff cache (optional)
|
|
|
|
output:
|
|
|
|
- vcf:
|
|
|
|
type: file
|
|
|
|
description: |
|
|
|
|
annotated vcf
|
|
|
|
pattern: "*.ann.vcf"
|
|
|
|
- report:
|
|
|
|
type: file
|
|
|
|
description: snpEff report file
|
|
|
|
pattern: "*.html"
|
2021-10-03 07:20:26 +00:00
|
|
|
- versions:
|
2021-07-06 12:40:55 +00:00
|
|
|
type: file
|
2021-10-03 07:20:26 +00:00
|
|
|
description: File containing software versions
|
2021-09-27 08:41:24 +00:00
|
|
|
pattern: "versions.yml"
|
2021-07-06 12:40:55 +00:00
|
|
|
authors:
|
|
|
|
- "@maxulysse"
|