Description

Lifts over a VCF file from one reference build to another.

Input

name:type
description
pattern

meta{:bash}

:map

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

input_vcf{:bash}

:file

VCF file

*.{vcf,vcf.gz}

meta2{:bash}

:map

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

dict{:bash}

:file

dictionary for fasta file

*.{dict}

meta3{:bash}

:map

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

fasta{:bash}

:file

fasta file

*.fasta

meta4{:bash}

:map

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

chain{:bash}

:file

The liftover chain file

Output

name:type
description
pattern

vcf_lifted{:bash}

meta{:bash}

:map

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

*.lifted.vcf.gz{:bash}

:file

VCF file containing successfully lifted variants

*.{lifted.vcf.gz}

vcf_unlifted{:bash}

meta{:bash}

:map

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

*.unlifted.vcf.gz{:bash}

:file

VCF file containing unsuccessfully lifted variants

*.{unlifted.vcf.gz}

versions{:bash}

versions.yml{:bash}

:file

File containing software versions

versions.yml