Description

Concatenates imputation chunks in a single VCF/BCF file ligating phased information.

Input

name:type
description
pattern

meta:map

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

input_list:file

VCF/BCF file containing genotype probabilities (GP field).

*.{vcf,bcf,vcf.gz,bcf.gz}

input_index:file

Index file of the input VCF/BCF file containing genotype likelihoods.

*.{vcf.gz.csi,bcf.gz.csi}

Output

name:type
description
pattern

merged_variants

meta:map

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

*.{vcf,bcf,vcf.gz,bcf.gz}:file

Output VCF/BCF file for the merged regions. Phased information (HS field) is updated accordingly for the full region.

*.{vcf,bcf,vcf.gz,bcf.gz}

versions

versions.yml:file

File containing software versions

versions.yml

Tools

glimpse
MIT

GLIMPSE is a phasing and imputation method for large-scale low-coverage sequencing studies.