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_picard{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

picard{:bash}

:string

The tool name

picard LiftoverVcf --version 2>&1 | sed -n 's/.*Version://p'{:bash}

:string

The command used to generate the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

picard{:bash}

:string

The tool name

picard LiftoverVcf --version 2>&1 | sed -n 's/.*Version://p'{:bash}

:string

The command used to generate the version of the tool