nf-core/picard/liftovervcf @ 0.0.0-6c4ed3a
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
Name
|
PICARD_LIFTOVERVCF |
|---|
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 |
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}
|
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}
|
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-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:36:09 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fpicard%2Fliftovervcf/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/picard/liftovervcf/blobs/sha256:6f3b228bc74c168ff63dfe9a84e1313dbf0b57c95beea9a7048b38a135a0d97b |
| Size | 3.0 KB |
| Checksum | sha256:6f3b228bc74c168ff63dfe9a84e1313dbf0b57c95beea9a7048b38a135a0d97b |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:36:09 (UTC) | 3 | 3.0 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:25:49 (UTC) | 1 | 2.9 KB |