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 reference 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_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.