nf-core_modules/modules/peddy/meta.yml
Annick Renevey 45985ff6f0
Peddy nf core2 2dev0 (#1048)
* Updated module to fit nf-core2.2dev0 templates

* Updated module to fit nf-core2.2dev0 templates

* Linked test files to nf-core/test-dataset branch:raredisease raw files

* Change order of input: vcf and tbi with meta, ped without

* Change order of input: vcf and tbi with meta, ped without/adapt test

* Change order of input: vcf and tbi with meta, ped without/adapt test, bugfix

* Indent and rename files

* Update modules/peddy/main.nf

Removed newline

Co-authored-by: FriederikeHanssen <Friederike.hanssen@qbic.uni-tuebingen.de>

* Update modules/peddy/main.nf

Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>

* Update modules/peddy/main.nf

Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>

* Update modules/peddy/main.nf

Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>

* Update modules/peddy/meta.yml

Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>

* Update modules/peddy/meta.yml

Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>

* Update modules/peddy/main.nf

Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>

* Update modules/peddy/main.nf

Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>

* Update pytest_modules.yml

* Update main.nf

* Apply suggestions from code review

Co-authored-by: FriederikeHanssen <Friederike.hanssen@qbic.uni-tuebingen.de>
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
2021-11-21 20:14:09 +00:00

64 lines
1.5 KiB
YAML

name: peddy
description: Manipulation, validation and exploration of pedigrees
keywords:
- pedigrees
- ped
- family
tools:
- peddy:
description: genotype, ped correspondence check, ancestry check, sex check. directly, quickly on VCF
homepage: https://github.com/brentp/peddy
documentation: https://peddy.readthedocs.io/en/latest/
tool_dev_url: https://github.com/brentp/peddy
doi: "https://doi.org/10.1016/j.ajhg.2017.01.017"
licence: ['MIT']
input:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- vcf:
type: file
description: VCF file
pattern: "*.{vcf.gz}"
- ped:
type: file
description: PED/FAM file
pattern: "*.{ped,fam}"
- vcf_tbi:
type: file
description: TBI file
pattern: "*.{vcf.gz.tbi}"
output:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- ped:
type: file
description: PED/FAM file
pattern: "*.peddy.{ped}"
- html:
type: file
description: HTML file
pattern: "*.{html}"
- csv:
type: file
description: CSV file
pattern: "*.{csv}"
- png:
type: file
description: PNG file
pattern: "*.{png}"
- versions:
type: file
description: File containing software versions
pattern: "versions.yml"
authors:
- "@rannick"