mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-04 21:42:08 -05:00
25943a4c23
* Add glnexus * Fix lint error * Refactor * Suggested changes Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
36 lines
959 B
YAML
36 lines
959 B
YAML
name: glnexus
|
|
description: merge gVCF files and perform joint variant calling
|
|
keywords:
|
|
- merge
|
|
- gvcf
|
|
tools:
|
|
- glnexus:
|
|
description: scalable gVCF merging and joint variant calling for population sequencing projects.
|
|
homepage: https://github.com/dnanexus-rnd/GLnexus
|
|
documentation: https://github.com/dnanexus-rnd/GLnexus/wiki/Getting-Started
|
|
tool_dev_url: None
|
|
doi: https://doi.org/10.1101/343970
|
|
licence: ['Apache License 2.0']
|
|
|
|
input:
|
|
- meta:
|
|
type: map
|
|
description: |
|
|
Groovy Map containing sample information
|
|
e.g. [ id:'test' ]
|
|
- gvcfs:
|
|
type: list
|
|
description: Input genomic vcf files
|
|
pattern: "*.{gvcf,gvcf.gz,g.vcf,g.vcf.gz}"
|
|
|
|
output:
|
|
- version:
|
|
type: file
|
|
description: File containing software version
|
|
pattern: "*.{version.txt}"
|
|
- bcf:
|
|
type: file
|
|
description: merged BCF file
|
|
pattern: "*.bcf"
|
|
authors:
|
|
- "@ramprasadn"
|