×

nf-core/glimpse/ligate @ 0.0.0-6c4ed3a

Concatenates imputation chunks in a single VCF/BCF file ligating phased information.

Latest version: 0.0.0-6c4ed3a
Total downloads: 10
Source: nf-core/modules
Authors: @louislenezet
Maintainers: @louislenezet

Summary

Concatenates imputation chunks in a single VCF/BCF file ligating phased information.

Get started

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

include { GLIMPSE_LIGATE } from 'nf-core/glimpse/ligate'

License

MIT License

Process
Name GLIMPSE_LIGATE
Input 1 channel
#1 tuple
meta map

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

input_list file

VCF/BCF file containing genotype probabilities (GP field).

*.{vcf,bcf,vcf.gz,bcf.gz}
input_index file

Index file of the input VCF/BCF file containing genotype likelihoods.

*.{vcf.gz.csi,bcf.gz.csi}
Output 2 channels
#1 merged_variants tuple
meta map

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

*.{vcf,bcf,vcf.gz,bcf.gz} file

Output VCF/BCF file for the merged regions. Phased information (HS field) is updated accordingly for the full region.

*.{vcf,bcf,vcf.gz,bcf.gz}
#2 versions_glimpse tuple
${task.process} string

The name of the process

glimpse string

The name of the tool

GLIMPSE_ligate --help | sed -n '/Version/s/.*: //p' eval

The expression to obtain the version of the tool

Tool Description Homepage
glimpse GLIMPSE is a phasing and imputation method for large-scale low-coverage sequencing studies. https://odelaneau.github.io/GLIMPSE
Version 0.0.0-6c4ed3a
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 23 Apr 2026 15:21:32 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fglimpse%2Fligate/0.0.0-6c4ed3a/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/glimpse/ligate/blobs/sha256:74a377e7ba93cf3bcf50ba047e2d9519d982aef169f344c2090c04e78c6c555a
Size 3.1 KB
Checksum sha256:74a377e7ba93cf3bcf50ba047e2d9519d982aef169f344c2090c04e78c6c555a
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:21:32 (UTC) 3 3.1 KB
0.0.0-3fc6d40 22 Apr 2026 15:14:03 (UTC) 3 3.1 KB
0.0.0-0c7146d 08 Apr 2026 19:06:16 (UTC) 4 3.1 KB