2021-07-06 12:11:11 +00:00
|
|
|
name: ENSEMBLVEP
|
|
|
|
description: Ensembl Variant Effect Predictor (VEP)
|
|
|
|
keywords:
|
2022-02-15 11:15:27 +00:00
|
|
|
- annotation
|
2021-07-06 12:11:11 +00:00
|
|
|
tools:
|
2022-02-15 11:15:27 +00:00
|
|
|
- ensemblvep:
|
|
|
|
description: |
|
|
|
|
VEP determines the effect of your variants (SNPs, insertions, deletions, CNVs
|
|
|
|
or structural variants) on genes, transcripts, and protein sequence, as well as regulatory regions.
|
|
|
|
homepage: https://www.ensembl.org/info/docs/tools/vep/index.html
|
|
|
|
documentation: https://www.ensembl.org/info/docs/tools/vep/script/index.html
|
|
|
|
licence: ["Apache-2.0"]
|
2021-07-06 12:11:11 +00:00
|
|
|
input:
|
2022-02-15 11:15:27 +00:00
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- vcf:
|
|
|
|
type: file
|
|
|
|
description: |
|
|
|
|
vcf to annotate
|
|
|
|
- genome:
|
|
|
|
type: value
|
|
|
|
description: |
|
|
|
|
which genome to annotate with
|
|
|
|
- species:
|
|
|
|
type: value
|
|
|
|
description: |
|
|
|
|
which species to annotate with
|
|
|
|
- cache_version:
|
|
|
|
type: value
|
|
|
|
description: |
|
|
|
|
which version of the cache to annotate with
|
|
|
|
- cache:
|
|
|
|
type: file
|
|
|
|
description: |
|
|
|
|
path to VEP cache (optional)
|
2022-05-05 10:57:14 +00:00
|
|
|
- extra_files:
|
|
|
|
type: tuple
|
|
|
|
description: |
|
|
|
|
path to file(s) needed for plugins (optional)
|
2021-07-06 12:11:11 +00:00
|
|
|
output:
|
2022-02-15 11:15:27 +00:00
|
|
|
- vcf:
|
|
|
|
type: file
|
|
|
|
description: |
|
|
|
|
annotated vcf
|
|
|
|
pattern: "*.ann.vcf"
|
|
|
|
- report:
|
|
|
|
type: file
|
|
|
|
description: VEP report file
|
|
|
|
pattern: "*.html"
|
|
|
|
- versions:
|
|
|
|
type: file
|
|
|
|
description: File containing software versions
|
|
|
|
pattern: "versions.yml"
|
2021-07-06 12:11:11 +00:00
|
|
|
authors:
|
2022-02-15 11:15:27 +00:00
|
|
|
- "@maxulysse"
|