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’ ]

vcf

:file

VCF files

*.{vcf,vcf.gz}

Output

name:type
description
pattern

vcf

meta

:map

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

${prefix}.vcf.gz

:file

Concatenated VCF file

*.{vcf.gz}

tbi

meta

:map

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

${prefix}.vcf.gz.tbi

:file

Concatenated VCF file index

*.{tbi}

versions_graphtyper

${task.process}

:string

The name of the process

graphtyper

:string

The name of the tool

graphtyper --help | tail -1 | sed 's/.* //'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

graphtyper

:string

The name of the tool

graphtyper --help | tail -1 | sed 's/.* //'

:eval

The expression to obtain the version of the tool

Tools

graphtyper
MIT

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