nf-core_modules/modules/genmod/annotate/meta.yml
Ramprasad Neethiraj 94619a3faf
Add genmod (#1950)
* add annotate

* add models

* add compound

* add score

* update annotate recipe

* update meta and main

* main updates

* add test for annotate

* update all tests

* refactor

* update tests

* fix conda issue

* review suggestions
2022-08-09 14:48:29 +02:00

40 lines
1 KiB
YAML

name: "genmod_annotate"
description: for annotating regions, frequencies, cadd scores
keywords:
- annotate
- genmod
tools:
- "genmod":
description: "Annotate genetic inheritance models in variant files"
homepage: "https://github.com/Clinical-Genomics/genmod"
documentation: "https://github.com/Clinical-Genomics/genmod"
tool_dev_url: "https://github.com/moonso"
doi: ""
licence: "['MIT']"
input:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- input_vcf:
type: file
description: VCF file
pattern: "*.{vcf}"
output:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- versions:
type: file
description: File containing software versions
pattern: "versions.yml"
- vcf:
type: vcf
description: Annotated VCF file
pattern: "*.{vcf}"
authors:
- "@ramprasadn"