Description

Tools for population-scale genotyping using pangenome graphs.

Input

name:type
description
pattern

meta:map

Groovy Map containing sample information e.g. [ id:‘test’ ]

bam:file

BAM/CRAM file

*.{bam,cram}

bai:file

BAM index file. This is automatically found base on BAM input file name

*.{bai}

meta2:map

Groovy Map containing reference information e.g. [ id:‘genome’ ]

ref:file

Reference fasta file

*.{fa, fasta, fas}

meta3:map

Groovy Map containing reference information e.g. [ id:‘genome’ ]

ref_fai:file

Reference index file. This is automatically found based on referece input file name.

*.{.fai}

region_file:file

File with a list of chromosome/locations in reference genome to genotype. One region per line in the format :-. This or --region (in ext.args) must be specified.

*

Output

name:type
description
pattern

vcf

meta:map

Groovy Map containing sample information e.g. [ id:‘test’ ]

results/*/*.vcf.gz:file

VCF file with genotyped variants

*.{vcf.gz}

tbi

meta:map

Groovy Map containing sample information e.g. [ id:‘test’ ]

results/*/*.vcf.gz.tbi:file

VCF index file

*.{vcf.gz.tbi}

versions

versions.yml:file

File containing software versions

versions.yml

Tools

graphtyper
MIT

A graph-based variant caller capable of genotyping population-scale short read data sets while incoperating previously discovered variants.