Description

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

Input

name:type
description
pattern

meta

:map

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

input_vcf

:file

VCF file

*.{vcf,vcf.gz}

meta2

:map

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

dict

:file

dictionary for fasta file

*.{dict}

meta3

:map

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

fasta

:file

fasta file

*.fasta

meta4

:map

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

chain

:file

The liftover chain file

Output

name:type
description
pattern

vcf_lifted

meta

:map

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

*.lifted.vcf.gz

:file

VCF file containing successfully lifted variants

*.{lifted.vcf.gz}

vcf_unlifted

meta

:map

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

*.unlifted.vcf.gz

:file

VCF file containing unsuccessfully lifted variants

*.{unlifted.vcf.gz}

versions_picard

${task.process}

:string

The process the versions were collected from

picard

:string

The tool name

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

:string

The command used to generate the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The process the versions were collected from

picard

:string

The tool name

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

:string

The command used to generate the version of the tool