nf-core_modules/modules/genmod/models/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

49 lines
1.2 KiB
YAML

name: "genmod_models"
description: annotate models of inheritance
keywords:
- models
- 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}"
- reduced_penetrance:
type: file
description: file with gene ids that have reduced penetrance
pattern: "*.{tsv}"
- family_file:
type: file
description: ped file
pattern: "*.{ped}"
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: file
description: Output VCF file
pattern: "*.{vcf}"
authors:
- "@ramprasadn"