×

nf-core/picard/liftovervcf @ 0.0.0-0c7146d

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

Latest version: 0.0.0-0c7146d
Total downloads: 1
Source: nf-core/modules
Authors: @lucpen @ramprasadn
Maintainers: @lucpen @ramprasadn

Summary

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

Get started

Add the following snippet to your workflow script to include this module.

include { PICARD_LIFTOVERVCF } from 'nf-core/picard/liftovervcf'

License

MIT License

Process
Name PICARD_LIFTOVERVCF
Input 4 channels
#1 tuple
meta map

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

input_vcf file

VCF file

*.{vcf,vcf.gz}
#2 tuple
meta2 map

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

dict file

dictionary for fasta file

*.{dict}
#3 tuple
meta3 map

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

fasta file

fasta file

*.fasta
#4 tuple
meta4 map

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

chain file

The liftover chain file

Output 3 channels
#1 vcf_lifted tuple
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}
#2 vcf_unlifted tuple
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}
#3 versions_picard tuple
${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

Tool Description Homepage
picard Move annotations from one assembly to another https://gatk.broadinstitute.org/hc/en-us/articles/360037060932-LiftoverVcf-Picard
Version 0.0.0-0c7146d
Commit ID 135d883a43b1a2324b4112cd270cf22e20835533
Release Date 08 Apr 2026 19:02:50 (UTC)
Download URL https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fpicard%2Fliftovervcf/0.0.0-0c7146d/download
OCI Store URL https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/picard/liftovervcf/blobs/sha256:7f2c68937d5de1266cac3a89f3ee5dcf3be0e3e808100e830cb73602bc18cc17
Size 2.9 KB
Checksum sha256:7f2c68937d5de1266cac3a89f3ee5dcf3be0e3e808100e830cb73602bc18cc17
Downloads 1
Version Date Status Downloads Size Diff
0.0.0-0c7146d 08 Apr 2026 19:02:50 (UTC) 1 2.9 KB -