Description

Tool to phase rare variants onto a scaffold of common variants (output of phase_common / ligate). Require feature AVX2.

Input

name:type
description
pattern

meta{:bash}

:map

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

input{:bash}

:file

Genotypes to be phased in plain VCF/BCF format.

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

input_index{:bash}

:file

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

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

pedigree{:bash}

:file

Pedigree information in the following format: offspring father mother.

*.{txt, tsv}

input_region{:bash}

:string

Region to be considered in —input-plain (e.g. chr20:1000000-2000000 or chr20). For chrX, please treat PAR and non-PAR regions as different choromosome in order to avoid mixing ploidy.

chrXX:leftBufferPosition-rightBufferPosition

scaffold{:bash}

:file

Scaffold of haplotypes in VCF/BCF format.

*.{vcf.gz,bcf.gz}

scaffold_index{:bash}

:file

Index file of the scaffold file.

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

scaffold_region{:bash}

:string

Region to be considered in —scaffold (e.g. chr20:1000000-2000000 or chr20).

chrXX:leftBufferPosition-rightBufferPosition

map{:bash}

:file

File containing the genetic map in Glimpse format.

*.gmap

Output

name:type
description
pattern

phased_variant{:bash}

meta{:bash}

:map

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

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

:file

Phased variants in VCF/BCF format.

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

versions{:bash}

versions.yml{:bash}

:file

File containing software versions

versions.yml